zoopla
v1.0.0
Published
Zoopla API
Downloads
37
Readme
Zoopla API for Node.js
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
- [X] Property Listings
- [ ] Get Session ID
- [ ] Refine Estimate
- [ ] Arrange Viewing
- [ ] Arrange Appraisals
- [ ] Local Info Graphs
- [ ] Geo Autocomplete