zoopla.co.uk API: search_sold_house_prices
zoopla.co.uk via Parse · real_estate
Search sold house prices in a specific area. Returns paginated results with property sale history including last sale price and date, full address, and property attributes (bedrooms, bathrooms, floor area, tenure). Uses cursor-based pagination internally but exposes page numbers. Zoopla property marketplace API for searching live listings (sale/rent), listing details, sold house prices, and estate agents. Fulfilled by Parse from zoopla.co.uk.
- b2b-directory
- maps-geo
- parse
- platform-key
- real-estate
- zoopla-co-uk
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/662dcd36-9d0e-48ea-b79b-6506677690b8/search_sold_house_prices
- Interface artifact
- sha256:00dc8365ddb9935aa68e0c431987c51062d26b7323b8b09378fee3ae39441abb
- Manifest digest
- sha256:697844c9ff8df294e54531ffc8801df9089c13a6827d05f13b8d4ccbd108decc
Request fields
- page (integer): Page number for pagination.
- location (string, required): Location slug matching Zoopla URL structure (e.g., 'london', 'manchester', 'se1').
- max_beds (integer): Maximum number of bedrooms.
- min_beds (integer): Minimum number of bedrooms.
- max_baths (integer): Maximum number of bathrooms.
- min_baths (integer): Minimum number of bathrooms.
- property_type (string): Property type code for sold prices.: Allowed values: detached, semi_detached, terraced, flat_maisonette
Example queries
- {"page":"1","location":"london","max_beds":"1","min_beds":"1","max_baths":"1","min_baths":"1","property_type":"detached"}