1.0.2 • Published 1 year ago

daft-parser v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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 },
  ...
]
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago