# Rightmove  $1💰 URL Search | Keyword Filtering | Rich Output (`abotapi/rightmove-scraper`) Actor

From $1/1K. Fast, reliable Rightmove.co.uk scraper for sale, rent, and sold-price listings. Search by location or direct URL and extract 80+ structured fields per property.

- **URL**: https://apify.com/abotapi/rightmove-scraper.md
- **Developed by:** [AbotAPI](https://apify.com/abotapi) (community)
- **Categories:** Automation, Real estate, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 property records

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## Rightmove Scraper - UK Property Listings & Sold Prices

Fast, reliable, low-cost scraper for **rightmove.co.uk**. Extract properties
**for sale**, **to rent**, and **sold-price history**, by location search or
direct URL, with **80+ structured fields per property**.

### Highlights

- **Three channels**: for sale (BUY), to rent (RENT), and **sold prices** (SOLD).
- **Two input modes**: build a search from a location plus filters, or paste any
  Rightmove URL (search page, property page, or sold-price page).
- **80+ fields per property** when detail enrichment is enabled, including
  full description, key features, **council tax band**, **ground rent**,
  **service charge**, **EPC graphs**, **nearest stations and airports**,
  **broadband speeds**, **floorplans**, **lease years remaining**, price per
  sq ft, full postcode, and complete **agent contact** (company, branch
  address, phone, logo).
- **Server-side filters**: price, bedrooms, property type, radius, sort order,
  include Let Agreed / Sold STC.
- **Monitoring mode**: return only listings not seen in previous runs.
- **Predictable proxy use**: uses exactly the proxy you configure (datacenter by
  default), with automatic retries if a request is blocked. Residential is never auto-enabled.

### Quick start

#### Search by location

```json
{
  "mode": "search",
  "channel": "BUY",
  "locations": ["London", "Manchester"],
  "minPrice": 200000,
  "maxPrice": 500000,
  "minBedrooms": 2,
  "includeDetails": true,
  "maxItems": 1000
}
````

#### Rent

```json
{
  "mode": "search",
  "channel": "RENT",
  "locations": ["Leeds"],
  "maxPrice": 1500
}
```

#### Sold prices for an area

```json
{
  "mode": "search",
  "channel": "SOLD",
  "locations": ["SW19"],
  "maxItems": 200
}
```

#### Direct URLs

```json
{
  "mode": "url",
  "startUrls": [
    { "url": "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490" },
    { "url": "https://www.rightmove.co.uk/properties/123456789" },
    { "url": "https://www.rightmove.co.uk/house-prices/sw1a.html" }
  ]
}
```

### Input reference

| Field | Type | Description |
|---|---|---|
| `mode` | string | `search` (location plus filters) or `url` (direct URLs). |
| `channel` | string | `BUY`, `RENT`, or `SOLD` (search mode). |
| `locations` | array | Location names / areas / postcodes, e.g. `["London","SW19"]`. |
| `startUrls` | array | Direct Rightmove URLs (URL mode). |
| `maxItems` | integer | Max records (0 = unlimited, capped by Rightmove's ~1000/search). |
| `maxPages` | integer | Max result pages per location (24 listings/page). **Default 1** (first page); raise to scrape deeper. |
| `includeDetails` | boolean | Adds 40+ extra fields per property from its detail page. |
| `monitoringMode` | boolean | Return only listings not seen in previous runs. |
| `minPrice` / `maxPrice` | integer | Price range (RENT uses monthly pcm). |
| `minBedrooms` / `maxBedrooms` | integer | Bedroom range. |
| `propertyTypes` | array | `houses`, `flats`, `bungalows`, `land`, `detached`, ... |
| `radius` | string | Search radius in miles around the location. |
| `sortType` | string | Result ordering (newest / price). |
| `includeLetAgreed` / `includeSSTC` | boolean | Include agreed / under-offer. |
| `proxyConfiguration` | object | Apify proxy settings (used exactly as set; no auto-residential). |
| `proxyCountry` | string | Pin exit country (default GB). |

### Output

Each property is one dataset record. Search results carry ~48 fields; with
`includeDetails: true` each record carries 80+ fields.

```json
{
  "id": 123456789,
  "channel": "BUY",
  "url": "https://www.rightmove.co.uk/properties/123456789",
  "displayPrice": "£325,000",
  "price": 325000,
  "priceQualifier": "",
  "pricePerSqFt": "£853 per sq ft",
  "bedrooms": 1,
  "bathrooms": 1,
  "propertySubType": "Flat",
  "displayAddress": "Example Road, London, SW1",
  "postcode": "SW1A 1AA",
  "outcode": "SW1A",
  "incode": "1AA",
  "ukCountry": "England",
  "latitude": 51.5,
  "longitude": -0.12,
  "description": "<p>Offering approximately 381 sq.ft of well-presented accommodation ...</p>",
  "keyFeatures": ["Share of Freehold", "Modern One Bedroom Apartment", "..."],
  "sizeSqFt": 381,
  "tenureType": "SHARE_OF_FREEHOLD",
  "yearsRemainingOnLease": 118,
  "councilTaxBand": "C",
  "annualGroundRent": 250,
  "annualServiceCharge": 1071,
  "nearestStations": [{ "name": "Example Station", "distance": 0.11, "unit": "miles" }],
  "epcGraphs": ["https://media.rightmove.co.uk/property-epc/...png"],
  "floorplans": ["https://media.rightmove.co.uk/property-floorplan/...png"],
  "images": ["https://media.rightmove.co.uk/...jpeg"],
  "agentName": "Example Estate Agents, London",
  "agentCompanyName": "Example Estate Agents Ltd",
  "agentDisplayAddress": "1 Example Street, London, EC1A 1BB",
  "agentPhone": "020 0000 0000",
  "agentLogo": "https://media.rightmove.co.uk/partner-logo/...jpg",
  "detailScraped": true
}
```

Sold-price records:

```json
{
  "channel": "SOLD",
  "address": "Flat 1, Example Court, Example Road, London SW1A 1AA",
  "propertyType": "FLAT",
  "bedrooms": 1,
  "lastSoldPrice": 620000,
  "lastSoldDate": "21 Jun 2023",
  "transactionCount": 2,
  "transactions": [
    { "displayPrice": "£620,000", "soldPrice": 620000, "dateSold": "21 Jun 2023", "tenure": "LEASEHOLD", "newBuild": false }
  ],
  "detailUrl": "https://www.rightmove.co.uk/house-prices/details/..."
}
```

A run **summary** (totals, pages, proxy-tier health, throughput) is saved to the
key-value store under `OUTPUT`.

### Cost and performance

- **Search mode** (`includeDetails: false`) is the cheapest way to harvest large
  result sets and runs in a small memory footprint.
- **Detail mode** adds the deep 80+ field set per property, fetched concurrently
  for speed.

#### Send results into your apps (MCP connectors)

Optionally pipe the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. This is an extra delivery step **after** the scrape — the Apify dataset is never changed.

**What gets written to the connector:** a condensed, human-readable **summary** of each record — not the full JSON. Each item becomes one entry with a **title** and its key fields flattened to plain text. The **complete record always stays in the Apify dataset**.

1. Authorize a connector once under **Apify → Settings → Integrations** (Notion, Linear, Airtable, or Apify).
2. Select it in the **"Pipe results into your apps"** input field. (If the picker is empty, you haven't authorized a connector yet.)
3. For **Notion**, also set `notionParentPageUrl` to the page where items should be created.

The connection is mediated by Apify's MCP proxy, so this actor never sees your third-party credentials. Leave the field empty to skip.

### Proxy strategy

Datacenter proxies are the default (cheapest) and work well for Rightmove. The
actor uses **exactly the proxy you configure** and never switches to residential
on its own. It retries automatically if a request is blocked.

- **Need residential?** Select it in `proxyConfiguration` yourself; the actor
  will use it. It is never auto-enabled.
- **Country targeting**: pin an exit country with `proxyCountry` (default GB).

> 💡 For the lowest cost, keep `includeDetails: false` and use datacenter
> proxies. Enable details only when you need the deep fields.

### Monitoring new listings

Set `monitoringMode: true` and schedule the actor. Each run returns only
properties not seen in previous runs, ideal for lead generation and price
tracking.

### Notes and limits

- Rightmove caps deep pagination at ~1000 results (~42 pages) **per search**.
  Split a large area into sub-areas / postcodes to exceed this.
- Sold-price areas are addressed by slug; pass a postcode or area name, or a
  direct `/house-prices/<area>.html` URL.
- Respect Rightmove's Terms of Use and applicable laws; scrape responsibly.

### Use cases

Property market research, lead generation (agent contacts), price and sold-comp
analysis, portfolio monitoring, relocation tools, data enrichment.

# Actor input Schema

## `mode` (type: `string`):

How to find properties: build a search from a location + filters, or paste direct Rightmove URLs.

## `channel` (type: `string`):

What to scrape: properties for sale, to rent, or sold-price history by area.

## `locations` (type: `array`):

Location names, areas, or postcodes. Each is resolved automatically, e.g. 'London', 'Manchester', 'SW19', 'Wimbledon'.

## `minPrice` (type: `integer`):

Minimum price filter (BUY/RENT). For RENT this is the monthly (pcm) amount.

## `maxPrice` (type: `integer`):

Maximum price filter (BUY/RENT). For RENT this is the monthly (pcm) amount.

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

Minimum bedrooms (BUY/RENT).

## `maxBedrooms` (type: `integer`):

Maximum bedrooms (BUY/RENT).

## `propertyTypes` (type: `array`):

Filter by property type (BUY/RENT). Options: houses, flats, bungalows, land, detached, semi-detached, terraced, park-home.

## `radius` (type: `string`):

Expand the search around the location. E.g. 0.25, 0.5, 1.0, 3.0, 5.0, 10.0. Default 0 (this area only).

## `sortType` (type: `string`):

Result ordering. Newest listed, lowest price, or highest price first.

## `includeLetAgreed` (type: `boolean`):

Include 'Let Agreed' properties in rental searches.

## `includeSSTC` (type: `boolean`):

Include 'Sold STC' / 'Under Offer' properties in sale searches.

## `startUrls` (type: `array`):

Direct Rightmove URLs to scrape.

## `maxItems` (type: `integer`):

Maximum number of records to return. Set 0 for unlimited (capped by Rightmove's ~1000-result deep-pagination limit per search). The number of pages walked is governed by 'Max pages per search'.

## `maxPages` (type: `integer`):

Maximum result pages to walk per location (24 listings/page). Default 1 (first page only) keeps runs small and predictable; raise it to scrape deeper (Rightmove caps deep pagination at ~42 pages).

## `includeDetails` (type: `boolean`):

Fetch each property's detail page for 40+ extra fields (full description, key features, council tax band, ground rent, service charge, EPC, nearest stations/airports, broadband, floorplans, lease years, agent address). Off = faster & cheaper (search cards only).

## `monitoringMode` (type: `boolean`):

Only return listings not seen in previous runs of this actor. Useful for tracking newly-added properties.

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

Proxy settings. Datacenter (the default) is cheapest and works well for Rightmove. The actor uses exactly what you select here and does not auto-enable residential. Select residential here only if you need it.

## `proxyCountry` (type: `string`):

Pin the proxy exit country (default GB for the UK site). Leave empty to let residential rotate a GB-led pool.

## `mcpConnectors` (type: `array`):

Optionally send the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. Authorize a connector once under Apify → Settings → Integrations, then select it here. The connector receives a condensed, human-readable summary per item (title + key fields), not the full JSON — the complete record stays in the dataset. Leave empty to skip. Supported: Notion (https://mcp.notion.com/mcp), Linear (https://mcp.linear.app/sse), Airtable (https://mcp.airtable.com/mcp), Apify (https://mcp.apify.com).

## `notionParentPageUrl` (type: `string`):

URL (or id) of the Notion page under which item pages are created. Required to enable the Notion export; ignored by other connectors.

## `maxNotifyListings` (type: `integer`):

Cap on items written to each connector per run. Does not affect the dataset.

## Actor input object example

```json
{
  "mode": "search",
  "channel": "BUY",
  "locations": [
    "London"
  ],
  "sortType": "",
  "includeLetAgreed": false,
  "includeSSTC": false,
  "startUrls": [
    {
      "url": "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
    }
  ],
  "maxItems": 100000,
  "maxPages": 1,
  "includeDetails": false,
  "monitoringMode": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

# Actor output Schema

## `listings` (type: `string`):

Individual property records. SERP cards carry ~48 fields; with 'Scrape full property details' enabled each record carries 80+ fields including description, key features, council tax band, ground rent, service charge, EPC graphs, nearest stations/airports, broadband, floorplans and agent address.

## `summary` (type: `string`):

Run statistics: total items, pages fetched, details fetched, blocks, proxy-tier health, duration and throughput.

# 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 = {
    "locations": [
        "London"
    ],
    "startUrls": [
        {
            "url": "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("abotapi/rightmove-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 = {
    "locations": ["London"],
    "startUrls": [{ "url": "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490" }],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("abotapi/rightmove-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "locations": [
    "London"
  ],
  "startUrls": [
    {
      "url": "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call abotapi/rightmove-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=abotapi/rightmove-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Rightmove  $1💰 URL Search | Keyword Filtering | Rich Output",
        "description": "From $1/1K. Fast, reliable Rightmove.co.uk scraper for sale, rent, and sold-price listings. Search by location or direct URL and extract 80+ structured fields per property.",
        "version": "1.0",
        "x-build-id": "qWdKcmemTojARuHOZ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/abotapi~rightmove-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-abotapi-rightmove-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/abotapi~rightmove-scraper/runs": {
            "post": {
                "operationId": "runs-sync-abotapi-rightmove-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/abotapi~rightmove-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-abotapi-rightmove-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "search",
                            "url"
                        ],
                        "type": "string",
                        "description": "How to find properties: build a search from a location + filters, or paste direct Rightmove URLs.",
                        "default": "search"
                    },
                    "channel": {
                        "title": "Channel",
                        "enum": [
                            "BUY",
                            "RENT",
                            "SOLD"
                        ],
                        "type": "string",
                        "description": "What to scrape: properties for sale, to rent, or sold-price history by area.",
                        "default": "BUY"
                    },
                    "locations": {
                        "title": "Locations",
                        "type": "array",
                        "description": "Location names, areas, or postcodes. Each is resolved automatically, e.g. 'London', 'Manchester', 'SW19', 'Wimbledon'.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "minPrice": {
                        "title": "Min price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum price filter (BUY/RENT). For RENT this is the monthly (pcm) amount."
                    },
                    "maxPrice": {
                        "title": "Max price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum price filter (BUY/RENT). For RENT this is the monthly (pcm) amount."
                    },
                    "minBedrooms": {
                        "title": "Min bedrooms",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum bedrooms (BUY/RENT)."
                    },
                    "maxBedrooms": {
                        "title": "Max bedrooms",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum bedrooms (BUY/RENT)."
                    },
                    "propertyTypes": {
                        "title": "Property types",
                        "type": "array",
                        "description": "Filter by property type (BUY/RENT). Options: houses, flats, bungalows, land, detached, semi-detached, terraced, park-home.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "radius": {
                        "title": "Search radius (miles)",
                        "type": "string",
                        "description": "Expand the search around the location. E.g. 0.25, 0.5, 1.0, 3.0, 5.0, 10.0. Default 0 (this area only)."
                    },
                    "sortType": {
                        "title": "Sort order",
                        "enum": [
                            "",
                            "6",
                            "1",
                            "2"
                        ],
                        "type": "string",
                        "description": "Result ordering. Newest listed, lowest price, or highest price first.",
                        "default": ""
                    },
                    "includeLetAgreed": {
                        "title": "Include Let Agreed (RENT)",
                        "type": "boolean",
                        "description": "Include 'Let Agreed' properties in rental searches.",
                        "default": false
                    },
                    "includeSSTC": {
                        "title": "Include SSTC / Under Offer (BUY)",
                        "type": "boolean",
                        "description": "Include 'Sold STC' / 'Under Offer' properties in sale searches.",
                        "default": false
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Direct Rightmove URLs to scrape.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of records to return. Set 0 for unlimited (capped by Rightmove's ~1000-result deep-pagination limit per search). The number of pages walked is governed by 'Max pages per search'.",
                        "default": 100000
                    },
                    "maxPages": {
                        "title": "Max pages per search",
                        "minimum": 1,
                        "maximum": 42,
                        "type": "integer",
                        "description": "Maximum result pages to walk per location (24 listings/page). Default 1 (first page only) keeps runs small and predictable; raise it to scrape deeper (Rightmove caps deep pagination at ~42 pages).",
                        "default": 1
                    },
                    "includeDetails": {
                        "title": "Scrape full property details",
                        "type": "boolean",
                        "description": "Fetch each property's detail page for 40+ extra fields (full description, key features, council tax band, ground rent, service charge, EPC, nearest stations/airports, broadband, floorplans, lease years, agent address). Off = faster & cheaper (search cards only).",
                        "default": false
                    },
                    "monitoringMode": {
                        "title": "Monitoring mode (new only)",
                        "type": "boolean",
                        "description": "Only return listings not seen in previous runs of this actor. Useful for tracking newly-added properties.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Datacenter (the default) is cheapest and works well for Rightmove. The actor uses exactly what you select here and does not auto-enable residential. Select residential here only if you need it.",
                        "default": {
                            "useApifyProxy": true
                        }
                    },
                    "proxyCountry": {
                        "title": "Proxy country",
                        "type": "string",
                        "description": "Pin the proxy exit country (default GB for the UK site). Leave empty to let residential rotate a GB-led pool."
                    },
                    "mcpConnectors": {
                        "title": "Pipe results into your apps (optional)",
                        "type": "array",
                        "description": "Optionally send the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. Authorize a connector once under Apify → Settings → Integrations, then select it here. The connector receives a condensed, human-readable summary per item (title + key fields), not the full JSON — the complete record stays in the dataset. Leave empty to skip. Supported: Notion (https://mcp.notion.com/mcp), Linear (https://mcp.linear.app/sse), Airtable (https://mcp.airtable.com/mcp), Apify (https://mcp.apify.com)."
                    },
                    "notionParentPageUrl": {
                        "title": "Notion parent page (Notion connector only)",
                        "type": "string",
                        "description": "URL (or id) of the Notion page under which item pages are created. Required to enable the Notion export; ignored by other connectors."
                    },
                    "maxNotifyListings": {
                        "title": "Max items to export per connector",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Cap on items written to each connector per run. Does not affect the dataset.",
                        "default": 50
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
