Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.67 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.67 KB

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