1.0.2 • Published 10 months ago

daft-parser v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago