Extract comprehensive property details from a Zoopla listing page. Returns pricing, title, address, photo gallery, floor area, EPC rating, coordinates, agent info, property tags, and room counts via browser rendering.
GET https://api.piloterr.com/v2/zoopla/property?query=https://www.zoopla.co.uk/to-rent/details/73119609/
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Full Zoopla property detail URL |
| Field |
Type |
Description |
id |
integer | null |
Zoopla listing ID |
url |
string |
Canonical listing URL |
title |
string | null |
Page title |
address |
string | null |
Property address |
price.amount |
integer | null |
Listing price |
price.currency |
string | null |
Currency symbol |
agent.name |
string | null |
Estate agent name |
agent.url |
string | null |
Agent branch URL |
agent.logo |
string | null |
Agent logo URL |
gallery |
array |
Property photo URLs; may be empty |
coordinates.latitude |
number | null |
Latitude |
coordinates.longitude |
number | null |
Longitude |
coordinates.google_mape_source |
string | null |
Static map image URL |
floor_area |
string | null |
Floor area label |
epc_rating |
string | null |
EPC rating label |
num_of_bedrooms |
integer | null |
Number of bedrooms |
num_of_bathrooms |
integer | null |
Number of bathrooms |
num_of_receptions |
integer | null |
Number of reception rooms |
property_info |
array |
Key-value property details (deposit, council tax, etc.); may be empty |
property_tags |
array |
Property feature tags; may be empty |
property_description |
array |
Highlight bullet points; may be empty |
- Only full Zoopla
/details/ URLs are accepted as query.
- Works for for-sale, to-rent, and new-homes listing pages.
property_info, property_tags, and property_description vary by listing type and may be empty.
agent, gallery, coordinates, and room counts may be partial or null on some listings.
- Enrich CRM records with full property specs and agent data
- Extract photo galleries and coordinates for map-based tools
- Analyze EPC ratings, floor area, and room counts from live listings
- Power comp tools with price and location data from Zoopla