Zoopla Scraper

ENDPOINTS
GET/house-prices/estimate

Get Property Value Estimate

Zoopla's value estimate for one home: sale estimate with range + confidence, rent estimate, attributes, live listings.

QUERY PARAMS

A full UK address including its postcode, or a bare UPRN (Unique Property Reference Number — every /house-prices/search record carries one).

Examples:

  • Address: 45 Princes Avenue, South Croydon, CR2 9BE
  • UPRN: 100020684061
{
  "query": {
    "address": "45 Princes Avenue, South Croydon, CR2 9BE",
    "uprn": "100020684061"
  },
  "uprn": "100020684061",
  "address": "45 Princes Avenue, South Croydon, CR2 9BE",
  "postcode": "CR2 9BE",
  "outcode": "CR2",
  "country": "England",
  "latitude": 51.3203197,
  "longitude": -0.0666388,
  "link": "https://www.zoopla.co.uk/property/uprn/100020684061/",
  "attributes": {
    "bedrooms": 4,
    "bathrooms": 2,
    "living_rooms": 2,
    "property_type": "Semi-Detached House",
    "tenure": "Freehold",
    "floor_area_sq_m": 149,
    "is_user_submitted": null
  },
  "energy_rating": "C",
  "sale_estimate": {
    "amount": 627000,
    "lower": 596000,
    "upper": 659000,
    "currency": "GBP",
    "confidence": "HIGH",
    "value_change": {
      "amount": 27000,
      "percentage": 4.5,
      "since_sale_date": "2026-05-28"
    },
    "updated_at": "2026-08-14"
  },
  "rent_estimate": {
    "amount": 2100,
    "lower": 1850,
    "upper": 2300,
    "currency": "GBP",
    "frequency": "per_month"
  },
  "live_listings": [],
  "other_matches": [
    {
      "address": "11 Princes Avenue, South Croydon, CR2 9BE",
      "uprn": "100020684027",
      "link": "https://www.zoopla.co.uk/property/uprn/100020684027/"
    },
    {
      "address": "29 Princes Avenue, South Croydon, CR2 9BE",
      "uprn": "100020684045",
      "link": "https://www.zoopla.co.uk/property/uprn/100020684045/"
    },
    {
      "address": "1 Princes Avenue, South Croydon, CR2 9BE",
      "uprn": "100020684017",
      "link": "https://www.zoopla.co.uk/property/uprn/100020684017/"
    },
    {
      "address": "25 Princes Avenue, South Croydon, CR2 9BE",
      "uprn": "100020684041",
      "link": "https://www.zoopla.co.uk/property/uprn/100020684041/"
    },
    {
      "address": "5 Princes Avenue, South Croydon, CR2 9BE",
      "uprn": "100020684021",
      "link": "https://www.zoopla.co.uk/property/uprn/100020684021/"
    },
    {
      "address": "21 Princes Avenue, South Croydon, CR2 9BE",
      "uprn": "100020684037",
      "link": "https://www.zoopla.co.uk/property/uprn/100020684037/"
    },
    {
      "address": "27 Princes Avenue, South Croydon, CR2 9BE",
      "uprn": "100020684043",
      "link": "https://www.zoopla.co.uk/property/uprn/100020684043/"
    },
    {
      "address": "47 Princes Avenue, South Croydon, CR2 9BE",
      "uprn": "100020684063",
      "link": "https://www.zoopla.co.uk/property/uprn/100020684063/"
    },
    {
      "address": "49 Princes Avenue, South Croydon, CR2 9BE",
      "uprn": "100020684065",
      "link": "https://www.zoopla.co.uk/property/uprn/100020684065/"
    }
  ]
}