1.0.3 • Published 7 years ago

rightmove-scraper v1.0.3

Weekly downloads
4
License
ISC
Repository
-
Last release
7 years ago

#Rightmove Scraper ##Usage:

npm i --save rightmove-scraper
const outcodeData = require('./outcodeData.json'); //See https://github.com/ISNIT0/rightmove-outcode-scraper
const rightmoveApi = require('rightmove-scraper')(outcodeData);

rightmoveApi
    .byOutcode('SW10')
    .then(data => console.log(data));

rightmoveApi
    .propertyDetail(63605453)
    .then(data => console.log(data));

##Requirements: You will need outcodeData.json from https://github.com/ISNIT0/rightmove-outcode-scraper.

##Motivation:

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago