API reference

Zoopla Property API

One listing's page: title, address and UPRN, rooms and floor area, price with its qualifier and price per square foot, tenure, the portal's key facts (service charge, council tax, water…), EPC rating, description and features, photos, floorplans, transport and schools nearby, price history and the agent branch.

Endpoint

GET/v1/zoopla/propertylive · proven3 credits
Try in Playground

Parameters

Query parameters

NameRequiredDescriptionExample
idyesThe listing number (or pass url, the listing's page)69200045
urlnoThe listing's page URL instead of an id
dry_runnoRead a zero-credit estimate without fetching sources, running AI, or reserving credits. Cache status is a snapshot, not a guarantee at execution.1

Examples

Make the request

curl
curl "https://www.monocrawl.com/v1/zoopla/property?id=69200045" \
  -H "x-api-key: mn_your_key_here"
TypeScript
typescript
const key = process.env.MONOCRAWL_API_KEY;
if (!key) throw new Error('Set MONOCRAWL_API_KEY on your server.');
const res = await fetch(
  "https://www.monocrawl.com/v1/zoopla/property?id=69200045",
  { headers: { "x-api-key": key } },
);
const body = await res.json();

if (!body.success) {
  // one error shape for every endpoint — see /docs/errors
  throw new Error(`${body.error.type}: ${body.error.message}`);
}

console.log(body.data, "credits left:", body.credits_remaining);
Python
python
import os
import requests

res = requests.get(
    "https://www.monocrawl.com/v1/zoopla/property?id=69200045",
    headers={"x-api-key": os.environ["MONOCRAWL_API_KEY"]},
    timeout=60,
)
body = res.json()

if not body["success"]:
    # one error shape for every endpoint — see /docs/errors
    raise RuntimeError(f"{body['error']['type']}: {body['error']['message']}")

print(body["data"], "credits left:", body["credits_remaining"])

Response

Response fields and example

This example is illustrative, not a captured live response. Variable-cost operations may settle a charge different from the list price below. A successful response puts the platform payload in data and reports the exact credits used, remaining balance, request id and cache status beside it.

200 · application/json
{
  "success": true,
  "platform": "zoopla",
  "endpoint": "/v1/zoopla/property",
  "data": {
    "_warnings": [],
    "address": "example",
    "agent": {
      "id": "example",
      "logo_url": "https://example.com/example",
      "member_type": "example",
      "name": "example",
      "phone": "example",
      "url": "https://example.com/example"
    },
    "auction": false,
    "bathrooms": 0,
    "bedrooms": 0,
    "brochures": [],
    "category": "example",
    "chain_free": false,
    "condition": "example",
    "currency": "example",
    "description": "example",
    "details": [
      {
        "key": "example",
        "title": "example",
        "value": "example"
      }
    ],
    "epc_rating": "example",
    "epcs": [
      {
        "url": "https://example.com/example"
      }
    ],
    "floor_area": {
      "label": "example",
      "source": "example",
      "units": "example",
      "value": 0
    },
    "floorplans": [
      {
        "url": "https://example.com/example"
      }
    ],
    "highlights": [],
    "id": "example",
    "image_count": 0,
    "key_features": [
      "example"
    ],
    "latitude": 0,
    "living_rooms": 0,
    "longitude": 0,
    "outcode": "example",
    "photos": [
      {
        "caption": "example",
        "url": "https://example.com/example"
      }
    ],
    "platform": "example",
    "points_of_interest": [],
    "postcode": "example",
    "price": 0,
    "price_history": {
      "changes": []
    },
    "price_label": "example",
    "price_per_area": "example",
    "price_qualifier": "example",
    "property_type": "example",
    "published_at": "2026-09-01T12:00:00Z",
    "retirement_home": false,
    "shared_ownership": false,
    "status": "example",
    "street": "example",
    "tags": [
      "example"
    ],
    "tenure": "example",
    "title": "example",
    "town": "example",
    "transaction": "example",
    "transports": [
      {
        "distance_miles": 0,
        "name": "example",
        "type": "example"
      }
    ],
    "type": "example",
    "uprn": "example",
    "url": "https://example.com/example"
  },
  "credits_used": 3,
  "credits_remaining": 99,
  "request_id": "req_…",
  "cached": false
}

The example is illustrative and shows a documented subset of data. The fields below are optional across supported sources; nullable fields can also be absent. Preserve unknown values and accept additional fields.

Schema basis: observed response shapes, not an exhaustive field specification. See schema coverage and validation limits.

Download the data JSON Schema. Validate response.data, not the whole envelope. A valid shape does not establish that every field or source record was returned.

Field inside dataTypeMeaning
_warningsarray | nullSource array was empty in the reviewed captures; item fields remain unspecified.
addressstring | nullOptional address supplied by this operation. Null means unknown.
agentobject | nullOptional agent supplied by this operation. Null means unknown.
agent.idstring | nullSource identifier. Preserve the supplied type and exact value.
agent.logo_urlstring | nullOptional logo url supplied by this operation. Null means unknown.
agent.member_typestring | nullOptional member type supplied by this operation. Null means unknown.
agent.namestring | nullOptional name supplied by this operation. Null means unknown.
agent.phonestring | nullOptional phone supplied by this operation. Null means unknown.
agent.urlstring | nullOriginal source URL when supplied.
auctionboolean | nullOptional auction supplied by this operation. Null means unknown.
bathroomsnumber | nullOptional bathrooms supplied by this operation. Null means unknown.
bedroomsnumber | nullOptional bedrooms supplied by this operation. Null means unknown.
brochuresarray | nullSource array was empty in the reviewed captures; item fields remain unspecified.
categorystring | nullOptional category supplied by this operation. Null means unknown.
chain_freeboolean | nullOptional chain free supplied by this operation. Null means unknown.
conditionstring | nullOptional condition supplied by this operation. Null means unknown.
currencystring | nullOptional currency supplied by this operation. Null means unknown.
descriptionstring | nullSource description; null or absent means not supplied.
detailsarray | nullOptional details supplied by this operation. Null means unknown.
details[].keystring | nullOptional key supplied by this operation. Null means unknown.
details[].titlestring | nullSource title when supplied.
details[].valuestring | nullOptional value supplied by this operation. Null means unknown.
epc_ratingstring | nullOptional epc rating supplied by this operation. Null means unknown.
epcsarray | nullOptional epcs supplied by this operation. Null means unknown.
epcs[].urlstring | nullOriginal source URL when supplied.
floor_areaobject | nullOptional floor area supplied by this operation. Null means unknown.
floor_area.labelstring | nullOptional label supplied by this operation. Null means unknown.
floor_area.sourcestring | nullOptional source supplied by this operation. Null means unknown.
floor_area.unitsstring | nullOptional units supplied by this operation. Null means unknown.
floor_area.valuenumber | nullOptional value supplied by this operation. Null means unknown.
floorplansarray | nullOptional floorplans supplied by this operation. Null means unknown.
floorplans[].urlstring | nullOriginal source URL when supplied.
highlightsarray | nullSource array was empty in the reviewed captures; item fields remain unspecified.
idstring | nullSource identifier. Preserve the supplied type and exact value.
image_countnumber | nullOptional image count supplied by this operation. Null means unknown.
key_featuresarray | nullOptional key features supplied by this operation. Null means unknown.
latitudenumber | nullOptional latitude supplied by this operation. Null means unknown.
living_roomsnumber | nullOptional living rooms supplied by this operation. Null means unknown.
longitudenumber | nullOptional longitude supplied by this operation. Null means unknown.
outcodestring | nullOptional outcode supplied by this operation. Null means unknown.
photosarray | nullOptional photos supplied by this operation. Null means unknown.
photos[].captionstring | nullOptional caption supplied by this operation. Null means unknown.
photos[].urlstring | nullOriginal source URL when supplied.
platformstring | nullOptional platform supplied by this operation. Null means unknown.
points_of_interestarray | nullSource array was empty in the reviewed captures; item fields remain unspecified.
postcodestring | nullOptional postcode supplied by this operation. Null means unknown.
pricenumber | nullSource price. Currency, taxes and availability depend on the listing.
price_historyobject | nullOptional price history supplied by this operation. Null means unknown.
price_history.changesarray | nullSource array was empty in the reviewed captures; item fields remain unspecified.
price_labelstring | nullOptional price label supplied by this operation. Null means unknown.
price_per_areastring | nullOptional price per area supplied by this operation. Null means unknown.
price_qualifierstring | nullOptional price qualifier supplied by this operation. Null means unknown.
property_typestring | nullOptional property type supplied by this operation. Null means unknown.
published_atstring | nullSource publication time when available.
retirement_homeboolean | nullOptional retirement home supplied by this operation. Null means unknown.
shared_ownershipboolean | nullOptional shared ownership supplied by this operation. Null means unknown.
statusstring | nullOptional status supplied by this operation. Null means unknown.
streetstring | nullOptional street supplied by this operation. Null means unknown.
tagsarray | nullOptional tags supplied by this operation. Null means unknown.
tenurestring | nullOptional tenure supplied by this operation. Null means unknown.
titlestring | nullSource title when supplied.
townstring | nullOptional town supplied by this operation. Null means unknown.
transactionstring | nullOptional transaction supplied by this operation. Null means unknown.
transportsarray | nullOptional transports supplied by this operation. Null means unknown.
transports[].distance_milesnumber | nullOptional distance miles supplied by this operation. Null means unknown.
transports[].namestring | nullOptional name supplied by this operation. Null means unknown.
transports[].typestring | nullOptional type supplied by this operation. Null means unknown.
typestring | nullOptional type supplied by this operation. Null means unknown.
uprnstring | nullOptional uprn supplied by this operation. Null means unknown.
urlstring | nullOriginal source URL when supplied.

Optional fields reviewed from preserved successful responses. Additive fields and source variations remain allowed; validate the fields your workflow requires.

The example is invented and illustrates types only; zero and empty values are not claims about a real result.

Failures use the typed error envelope. A confirmed uncharged or refunded failure reports zero; a pending reconciliation can report an unknown charge. Read credits_used and error.details.billing_status, and keep request_id for recovery. Response contract · Error reference

First call in under a minute

1,000 monthly free credits and a ready-made key the moment you sign up. No card.