Piloterr

Zoopla Search

Search Zoopla listings from a search URL and retrieve prices, specs, photos, agency info, and pagination.

Credit cost: 2 credits per call

GET
/v2/zoopla/search

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Full Zoopla search results URL.

Example 1 (for-sale):

https://www.zoopla.co.uk/for-sale/property/manchester/

Example 2 (filtered search):

https://www.zoopla.co.uk/for-sale/property/manchester/?beds_min=2&price_max=160000&q=Manchester%2C%20Greater%20Manchester

Example 3 (to-rent):

https://www.zoopla.co.uk/to-rent/property/london/

Notes:

  • Supports for-sale, to-rent, and new-homes search URLs.
  • Filters and pagination parameters in the URL are respected.
  • Pagination via ?pn=2 in the URL.
  • Use each result's url with the Zoopla Property endpoint for full listing data.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/zoopla/search?query=string"
{
  "results": [
    {
      "url": "https://www.zoopla.co.uk/new-homes/details/71832056/",
      "image": "https://lid.zoocdn.com/645/430/47fabc16bd9d4a08bf75ae1d2097af505b5914f0.jpg",
      "price": 132300,
      "agency": "Latimer Homes - Islington Wharf",
      "address": "Old Mill Street, Manchester M4",
      "square_ft": 883,
      "just_added": false,
      "description": "Price shown is 35% share of £378,000 full market value.",
      "num_bedrooms": 2,
      "num_bathrooms": 2,
      "price_currency": "Sterling pound £",
      "num_living_room": null
    },
    {
      "url": "https://www.zoopla.co.uk/new-homes/details/72441029/",
      "image": "https://lid.zoocdn.com/645/430/bdc475a4ce5f4d81dd023d14bf099df1155117bd.jpg",
      "price": 87000,
      "agency": "L&Q - Victoria Riverside",
      "address": "Dantzic Street, Manchester M4",
      "square_ft": null,
      "just_added": false,
      "description": "Reserve a 1 or 2 bedroom apartment between 1 – 30 June with a £99 reservation fee and unlock better interest rates with a ...",
      "num_bedrooms": 2,
      "num_bathrooms": 2,
      "price_currency": "Sterling pound £",
      "num_living_room": null
    },
    {
      "url": "https://www.zoopla.co.uk/for-sale/details/71163101/",
      "image": "https://lid.zoocdn.com/645/430/0bd485d8f19088a91bdbf64d62d6493843f530ca.jpg",
      "price": 145000,
      "agency": "Ascend, Manchester",
      "address": "Lexington Court, Broadway, Salford Quays M50",
      "square_ft": null,
      "just_added": false,
      "description": "*Buy To Let Investors Only* - Tenanted at £975pcm Welcome to this charming apartment located in the desirable Lexington ...",
      "num_bedrooms": 2,
      "num_bathrooms": 1,
      "price_currency": "Sterling pound £",
      "num_living_room": 1
    }
  ],
  "pagination": {
    "next": 2,
    "current": 1,
    "other_pages": [],
    "total_pages": 12,
    "has_next_page": true,
    "total_results": 296
  }
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}