Skip to content

PauldeKoning/daft-parser

Repository files navigation

Daft Parser

Test coverage statements Test coverage branches Test coverage functions Test coverage lines


This project was created to parse listings from the popular Irish property website https://daft.ie/


Usage

import { getDaftListings } from "daft-parser";

getDaftListings({
    area: "dublin-city",
}).then((r) => console.log(r));

Result

[
  {
    id: 5797876,
    bathrooms: 1,
    bedrooms: 1,
    type: 'Apartment',
    location: 'Dublin 8',
    price: 1500
  },
  { id: 5797547, type: 'Studio', location: 'Dublin 1', price: 1400 },
  ...
]

About

AWS Lambda container to parse Daft.ie rental properties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published