rightmove-scraper

1.0.3 • Public • Published

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:

Readme

Keywords

none

Package Sidebar

Install

npm i rightmove-scraper

Weekly Downloads

0

Version

1.0.3

License

ISC

Last publish

Collaborators

  • isnit0