zoopla

v1.0.0
Zoopla API
zoopla

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
npm i zoopla

Metadata

  • MIT
  • Whatever
  • Jonathon Kelly
  • released 5/14/2017

Downloads

Maintainers