/zoopla/properties/search
Search Zoopla property listings by location (for sale or to rent), with optional bedroom and price filters. Returns listing cards with address, price, bedrooms, bathrooms, reception rooms, floor area, property type, the listing photo, the listing agent and the listing detail url.
Price: 2 credits per 10 results
💡 AI Hint: Search Zoopla listings in a location. location is a town/city/postcode/borough (‘london’, ‘manchester’, ‘se1’); section selects for-sale or to-rent; beds_min/beds_max/price_min/price_max are optional filters. Each result has id, url, address, title, property_type, price (numeric), price_label, price_qualifier (e.g. Guide price/POA), bedroom_count, bathroom_count, living_room_count, size_sqft, published_at, published_label, image_count, floor_plan_count, video_count, tags, image and agent (id, name, image, phone, url).
⚠️ Common errors: 412: Location not found (no Zoopla coverage area matches the given location)
Authorizations
API token from the dashboard
Headers
Body
Location to search in: a town, city, postcode area or borough
1"london"
"manchester"
"se1"
"bristol"
Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Whether to search properties for sale or to rent
for-sale, to-rent Minimum number of bedrooms
x >= 0Maximum number of bedrooms
x >= 0Minimum price
x >= 0Maximum price
x >= 0Response
Successful Response