# Zoopla UK Property Scraper (`devilscrapes/zoopla-uk-property-scraper`) Actor

Scrape UK property listings from Zoopla (for-sale or to-rent) — price, address, bedrooms, agent phone, floor plan, EPC, photos, full description. Export to JSON or CSV. We handle the blocks so your dataset stays clean.

- **URL**: https://apify.com/devilscrapes/zoopla-uk-property-scraper.md
- **Developed by:** [DevilScrapes](https://apify.com/devilscrapes) (community)
- **Categories:** Real estate
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

<div align="center">
  <img src=".actor/icon.svg" width="160" alt="Devil Scrapes mark" />

## Zoopla UK Property Scraper

**💰 $3.55 / 1 000 results**  ·  pay only for results  ·  no credit card to try

*We do the dirty work so your dataset stays clean.* 😈

Scrape UK property listings from Zoopla (for-sale or to-rent) — price, address, bedrooms, agent phone, floor plan, EPC, photos, full description. Export to JSON or CSV. We handle the blocks so your dataset stays clean.

</div>

***

### 🎯 What this scrapes

Give this Actor a UK location and a listing type and it returns structured Zoopla property rows — price, address, bedrooms, bathrooms, floor area, tenure, EPC rating, key features, agent details, photos, and (optionally) the full listing description and floor plan straight from each property's detail page.

1. Searches Zoopla for the location + listing type you give it, with optional price and minimum-bedroom filters.
2. Collects up to your configured cap of listing rows from the search results.
3. Optionally visits each listing's detail page for the fuller field set — full description, floor plan URL, EPC graph, and full agent phone.
4. Emits one row per property to the default dataset.

Zoopla is the UK's #2 property portal, and its listing pages are the closest thing to a canonical source for a huge share of the UK's for-sale and to-rent inventory. This is the Zoopla twin of our Rightmove scraper, built to the same field depth so the two feel like a matched product line.

### 🔥 Features

- 🛡️ **We clear the JS-execution gate Zoopla puts in front of raw HTTP requests** — a hardened browser layer renders the page like a real visitor instead of bouncing off a challenge screen.
- 🌐 **We rotate proxy sessions** through Apify Proxy — a fresh exit IP and session on every block.
- 🧭 **Built-in UK geo-splash guard** — every fetched page is checked for genuine UK Zoopla markers (currency symbol, canonical domain) before its data is trusted, so a bad proxy exit never silently returns wrong-country data.
- 🧱 **We back off when the target pushes back.** Partial successes surface with a clear status message — we never silently return an empty dataset.
- 🎯 **Per-listing fault isolation** — one bad listing is logged and skipped; it never fails the whole run.
- 🧊 **Pydantic v2 input + output validation** — every row is a typed, schema-enforced record; nullable fields are always `null`, never silently dropped.
- 💰 **Pay-Per-Event pricing** — you're charged per listing row written to your dataset, not per page fetched.

### 💡 Use cases

- **Market research** — track UK listing supply, pricing, and inventory mix by area over time.
- **Estate agent competitor monitoring** — see what other agents have listed in your patch, at what price, and with what features.
- **Investment screening** — filter for-sale or to-rent inventory by area, price, and bedroom count for deal sourcing.
- **Proptech / analytics pipelines** — feed structured listing data into a warehouse or model without maintaining your own scraper.

### ⚙️ How to use it

1. Click **Try for free** at the top of the page.
2. Enter a UK `searchLocation` (city, district, postcode prefix, or region) and pick `listingType` (`for-sale` or `to-rent`).
3. Optionally set `maxPriceGbp`, `minBedrooms`, and whether to enrich each row from the detail page (`enrichDetails`).
4. Click **Start**. Output streams into the run's dataset.
5. Export from **Storage → Dataset** as JSON, CSV, or Excel — or fetch via the API.

### 📥 Input

| Field | Type | Required | Default | Notes |
|---|---|:--:|---|---|
| `searchLocation` | `string` | **yes** | `"London"` | Free-form UK location — city, district, postcode prefix, or region. |
| `listingType` | `string` | no | `"for-sale"` | `for-sale` or `to-rent`. |
| `maxPriceGbp` | `integer` | no | `null` | Upper price filter. GBP total for `for-sale`; GBP/month for `to-rent`. |
| `minBedrooms` | `integer` | no | `null` | Minimum bedrooms (1-10). |
| `maxProperties` | `integer` | no | `50` | Hard cap on dataset rows (1-500). |
| `enrichDetails` | `boolean` | no | `true` | Fetch each property's detail page for full description, floor plan, EPC, and full agent phone. |
| `countryCode` | `string` | no | `"GB"` | Pinned to GB in v1 — the declared expectation the geo-splash guard checks against. |
| `proxyConfiguration` | `object` | no | `{"useApifyProxy": true}` | Apify Proxy spec. |

#### Example input

```json
{
  "searchLocation": "London",
  "listingType": "for-sale",
  "maxProperties": 5,
  "enrichDetails": true,
  "countryCode": "GB",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

### 📤 Output

Every row is one dataset item — one Zoopla listing.

| Field | Type | Notes |
|---|---|---|
| `listing_id` | string | Zoopla's own listing identifier. |
| `zoopla_url` | string | Canonical Zoopla listing detail-page URL. |
| `address` | string | null | Display address. |
| `postcode` | string | null | UK postcode, when exposed separately. |
| `latitude` | float | null | Listing latitude, where public. |
| `longitude` | float | null | Listing longitude, where public. |
| `price_gbp` | integer | null | Headline price in GBP. |
| `price_qualifier` | string | null | Price qualifier text, e.g. "Offers in Excess of". |
| `price_frequency` | string | null | Rent period, e.g. "pcm", or "not specified" for sales. |
| `listing_type` | string | `for-sale` or `to-rent`. |
| `property_type` | string | null | e.g. "Flat", "Detached house". |
| `bedrooms` | integer | null | Bedroom count. |
| `bathrooms` | integer | null | Bathroom count. |
| `sqft` | integer | null | Floor area in square feet, when published. |
| `tenure` | string | null | e.g. "Leasehold", "Freehold". |
| `epc_rating` | string | null | Energy Performance Certificate rating letter. |
| `epc_graph_url` | string | null | EPC graph image URL (detail-page field). |
| `description` | string | null | Full listing description (detail-page field). |
| `key_features` | array | Bulleted key-feature strings. |
| `listing_added_date` | string | null | ISO-8601 timestamp, when exposed. |
| `agent_name` | string | null | Listing agent or branch name. |
| `agent_phone` | string | null | Full agent phone (detail-page field). |
| `agent_url` | string | null | Agent branch page URL. |
| `photo_urls` | array | Listing photo URLs. |
| `floor_plan_url` | string | null | Floor plan image URL (detail-page field). |
| `country_code` | string | Constant `"GB"` for v1. |
| `scraped_at` | string | ISO-8601 UTC timestamp. |

Nullable fields are `null`, never omitted, when Zoopla doesn't expose them publicly or `enrichDetails` was `false`.

#### Example output

```json
{
  "listing_id": "68912345",
  "zoopla_url": "https://www.zoopla.co.uk/for-sale/details/68912345/",
  "address": "Gainsford Road, Walthamstow, London",
  "postcode": "E17 6ZL",
  "latitude": 51.587363,
  "longitude": -0.027555,
  "price_gbp": 300000,
  "price_qualifier": "Offers in Excess of",
  "price_frequency": "not specified",
  "listing_type": "for-sale",
  "property_type": "Flat",
  "bedrooms": 1,
  "bathrooms": 1,
  "sqft": 443,
  "tenure": "Leasehold",
  "epc_rating": "C",
  "epc_graph_url": "https://lc.zoocdn.com/.../epc.png",
  "description": "Set on the quiet side ...",
  "key_features": ["One Bedroom", "Rear Garden"],
  "listing_added_date": "2026-07-19T10:24:23Z",
  "agent_name": "Foxtons, Walthamstow",
  "agent_phone": "020 3910 6244",
  "agent_url": "https://www.zoopla.co.uk/find-agents/branch/foxtons-walthamstow-.../",
  "photo_urls": ["https://lc.zoocdn.com/..."],
  "floor_plan_url": "https://lc.zoocdn.com/.../floorplan.png",
  "country_code": "GB",
  "scraped_at": "2026-08-13T10:00:00+00:00"
}
```

### 💰 Pricing

Pay-Per-Event — you pay only when these events fire:

| Event | USD | What it is |
|---|---:|---|
| `actor-start` | $0.05 | One-off warm-up charge per run. |
| `result-row` | $0.0035 | Per listing row written to your dataset. |

Example: 1 000 results at the rates above ≈ **$3.55**. No subscription, no minimum, no card to start — Apify gives every new account $5 of free credit.

### 🚧 Limitations

v0 covers search-by-location and optional detail-page enrichment only — no sold-price history (Zoopla's separate "house prices" vertical), no map/polygon search (location is a free-text string, not lat/lng bounds), and no OCR of the EPC graph image (we surface the URL instead of rendering it).

### ❓ FAQ

**Is this legal?**

We only fetch content Zoopla makes publicly available on its search and listing pages. Respect Zoopla's terms of service before using output commercially.

**Why is a field `null`?**

Detail-page fields (`epc_graph_url`, `description`, `agent_phone`, `floor_plan_url`) are `null` when `enrichDetails` is `false`, or when Zoopla doesn't expose that field publicly for a given listing.

**Do I need my own proxy?**

No — Apify Proxy is wired in by default.

**Why did I get fewer rows than `maxProperties`?**

Zoopla's search pagination for a given location/filter combination can return fewer results than the cap, and any listing that fails to parse is skipped rather than failing the run — check the run's status message for a breakdown.

### 💬 Your feedback

Spotted a bug, hit a weird edge case, or need a new field? Open an
issue on the Actor's **Issues** tab on Apify Console — we ship
fixes weekly and we read every report.

***

<div align="center">

Built by **[Devil Scrapes](https://apify.com/DevilScrapes)** 😈 — a small fleet of
opinionated public-data Actors. Honest pricing, real engineering, zero fine print.

</div>

# Actor input Schema

## `searchLocation` (type: `string`):

Free-form UK location — city, district, postcode prefix, or region.

## `listingType` (type: `string`):

Which Zoopla channel to scrape.

## `maxPriceGbp` (type: `integer`):

Upper price filter. GBP total for <code>for-sale</code>; GBP/month for <code>to-rent</code>. Leave empty for no cap.

## `minBedrooms` (type: `integer`):

Minimum number of bedrooms (1-10). Leave empty for no floor.

## `maxProperties` (type: `integer`):

Hard cap on dataset rows. Zoopla search pagination is shallower than Rightmove's.

## `enrichDetails` (type: `boolean`):

Fetch each property's detail page for full description, floor plan, EPC rating, and full agent phone. Roughly doubles the request count.

## `countryCode` (type: `string`):

Pinned to GB in v1 — declares the expectation the geo-splash guard checks fetched pages against.

## `proxyConfiguration` (type: `object`):

Mandatory RESIDENTIAL proxy pinned to the UK — apifyProxyCountry stays 'GB', never randomized. Zoopla is Cloudflare-gated site-wide; a residential UK exit is required to clear it and to avoid a geo-mismatched page for this country-scoped site.

## Actor input object example

```json
{
  "searchLocation": "London",
  "listingType": "for-sale",
  "maxProperties": 50,
  "enrichDetails": true,
  "countryCode": "GB",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

# Actor output Schema

## `datasetItems` (type: `string`):

All dataset items as JSON.

## `datasetItemsCsv` (type: `string`):

Same data exported to CSV.

## `datasetView` (type: `string`):

Open the run dataset in the Console.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchLocation": "London",
    "listingType": "for-sale",
    "maxProperties": 50,
    "enrichDetails": true,
    "countryCode": "GB",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "GB"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("devilscrapes/zoopla-uk-property-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchLocation": "London",
    "listingType": "for-sale",
    "maxProperties": 50,
    "enrichDetails": True,
    "countryCode": "GB",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "GB",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("devilscrapes/zoopla-uk-property-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchLocation": "London",
  "listingType": "for-sale",
  "maxProperties": 50,
  "enrichDetails": true,
  "countryCode": "GB",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}' |
apify call devilscrapes/zoopla-uk-property-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,devilscrapes/zoopla-uk-property-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/lnZ7W8aezF1bUTvo3/builds/vOVKnSXQQhDbGp3OC/openapi.json
