8000 GitHub - InsidersByte/zoopla: Zoopla API for Node.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

InsidersByte/zoopla

Repository files navigation

Zoopla API for Node.js

npm
Build Status Coverage Status Code Climate
Dependency Status devDependency Status

NPM

Note that we don't currently support the full API.

Documentation

Please refer to the Zoopla API documentation.

Installing

npm install zoopla --save

Basic Usage

const Zoopla = require('zoopla');
const zoopla = new Zoopla({ apiKey: 'YOUR_API_KEY' });

zoopla
  .getPropertyListings({ area: 'london' })
  .then((response) => {
    console.log(response);
  })
  .catch((error) => {
    console.error('error', error);
  });

Methods Supported

  • Zed-Index
  • Area Value Graphs
  • Property Rich List
  • Average Area Sold Price
  • Area Zed-Indices
  • Average Sold Prices
  • Property Listings
  • Get Session ID
  • Refine Estimate
  • Arrange Viewing
  • Arrange Appraisals
  • Local Info Graphs
  • Geo Autocomplete

About

Zoopla API for Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0