Zoopla: Search Properties For Sale
Zoopla via Parse · real_estate
Search properties for sale in a specific UK location. Returns paginated results including featured and regular listings with price, address, property type, and listing metadata. Location is a slug matching Zoopla's URL structure (city, town, or postcode area). Pagination via page number; each page returns ~25 listings. 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
- zoopla-co-uk
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/662dcd36-9d0e-48ea-b79b-6506677690b8/search_properties_for_sale
- Interface artifact
- sha256:816c541b66480b2ad811e124a17e3d9479f383c8f30a0594fc5bc96db57f8a4b
- Manifest digest
- sha256:dc72e45e61478184f4057aecf3e126875f15161177306524de5ca39f817700d0
Request fields
- page (integer): Page number for pagination.
- radius (integer): Search radius in miles.
- location (string, required): Location slug matching Zoopla URL structure (e.g., 'london', 'manchester', 'se1', 'oxford').
- max_beds (integer): Maximum number of bedrooms.
- min_beds (integer): Minimum number of bedrooms.
- max_price (integer): Maximum price in GBP.
- min_price (integer): Minimum price in GBP.
- property_type (string): Property type slug.: Allowed values: detached, semi_detached, terraced, flat, bungalow
Example queries
- {"page":"1","radius":"1","location":"london","max_beds":"1","min_beds":"1","max_price":"500000","min_price":"100000","property_type":"detached"}