zoopla.co.uk API: search_properties_to_rent
zoopla.co.uk via Parse · real_estate
Search properties to rent in a specific UK location. Returns paginated results including featured and regular rental listings with monthly price, address, property type, and listing metadata. 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-co-uk
Price and execution
- Price
- $0.02 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_properties_to_rent
- Interface artifact
- sha256:bbaf79a93565f653f7d2d057bf7777923183e475f1d7765d144ab99e05aafd35
- Manifest digest
- sha256:cd9fe6e51586c469e6f1adc866037e6ac64916591c3003533329107026381869
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 monthly rent in GBP (pcm).
- min_price (integer): Minimum monthly rent in GBP (pcm).
- 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":"2000","min_price":"500","property_type":"detached"}