# Rightmove UK Property Scraper (`sheshinmcfly/rightmove-scraper`) Actor

Scrape property listings from Rightmove — the UK's largest property portal. Returns price, bedrooms, bathrooms, property type, tenure, agent, and coordinates. Supports sale and rental listings.

- **URL**: https://apify.com/sheshinmcfly/rightmove-scraper.md
- **Developed by:** [Sheshinmcfly](https://apify.com/sheshinmcfly) (community)
- **Categories:** Real estate, Lead generation, Automation
- **Stats:** 3 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

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

## Rightmove UK Property Scraper

Extract property listings from [Rightmove](https://www.rightmove.co.uk/) — the UK's largest property portal with over 1 million listings. Returns price, bedrooms, bathrooms, property type, tenure, agent details, and GPS coordinates. Supports both sale and rental listings. No login required.

***

### What data do you get?

| Field | Type | Example |
|-------|------|---------|
| `propertyId` | number | `174678506` |
| `address` | string | `"Buck Lane, Kingsbury, London, NW9"` |
| `price` | number | `550000` |
| `priceDisplay` | string | `"£550,000"` |
| `currency` | string | `"GBP"` |
| `bedrooms` | number | `3` |
| `bathrooms` | number | `1` |
| `propertyType` | string | `"Terraced"` |
| `fullType` | string | `"3 bedroom terraced house for sale"` |
| `tenure` | string | `"FREEHOLD"` |
| `description` | string | `"Chain-free mid-terraced family home..."` |
| `keyFeatures` | string | `"Chain Free, 91 Sqm, Three Bedrooms"` |
| `agent` | string | `"Acorn Properties Nwl"` |
| `agentPhone` | string | `"020 3892 9704"` |
| `addedDate` | string | `"2026-04-20T14:06:11Z"` |
| `addedOrReduced` | string | `"Added on 20/04/2026"` |
| `latitude` | number | `51.584512` |
| `longitude` | number | `-0.260389` |
| `listingType` | string | `"sale"` |
| `locationIdentifier` | string | `"REGION^87490"` |
| `url` | string | `"https://www.rightmove.co.uk/properties/174678506"` |
| `checkedAt` | string | `"2026-04-23T18:00:00.000Z"` |

***

### How to use

1. Open the actor and click **Try for free**
2. Find your **location identifier** by searching on Rightmove and copying the `locationIdentifier` value from the URL (e.g. `REGION^87490` for London, `OUTCODE^2001` for SW1)
3. Select **Listing type**: sale or rent
4. Set **Max pages** per location (24 properties per page)
5. Click **Start** — results ready in seconds
6. Download as **JSON** or **CSV** from the dataset tab

> **Agent-ready via x402:** AI agents can run this actor directly with USDC on Base — no Apify account needed. See [x402 protocol docs](https://docs.apify.com/platform/integrations/x402).

#### How to find your Location Identifier

1. Go to [rightmove.co.uk](https://www.rightmove.co.uk) and search for a location
2. Copy the `locationIdentifier` parameter from the URL
3. Example URL: `...find.html?locationIdentifier=REGION%5E87490...` → identifier is `REGION^87490`

**Common identifiers:**

- `REGION^87490` — Greater London
- `REGION^475` — Manchester
- `REGION^162` — Birmingham
- `REGION^1593` — Edinburgh

***

### Use cases

- **Property investment research** — Find and filter listings by location, price, and type
- **Market analysis** — Track price trends across UK regions and cities
- **Lead generation** — Build lists of properties and agent contacts for outreach
- **Relocation planning** — Compare areas before moving to the UK
- **Rental market intelligence** — Monitor rental prices and availability by area
- **Real estate aggregation** — Build property comparison tools and dashboards

***

### Input parameters

```json
{
  "locationIdentifiers": ["REGION^87490", "REGION^475"],
  "listingType": "sale",
  "maxPages": 5
}
```

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `locationIdentifiers` | array | required | Rightmove location identifiers |
| `listingType` | string | `"sale"` | `sale` or `rent` |
| `maxPages` | integer | `5` | Pages per location (24 props/page, max 42) |

***

### Sample output

```json
{
  "propertyId": 174678506,
  "address": "Buck Lane, Kingsbury, London, NW9",
  "price": 550000,
  "priceDisplay": "£550,000",
  "currency": "GBP",
  "bedrooms": 3,
  "bathrooms": 1,
  "propertyType": "Terraced",
  "fullType": "3 bedroom terraced house for sale",
  "tenure": "FREEHOLD",
  "description": "Chain-free, extended mid-terraced family home...",
  "keyFeatures": "Chain Free, 91 Sqm, Three Bedrooms, Through Lounge, Extended",
  "agent": "Acorn Properties Nwl",
  "agentPhone": "020 3892 9704",
  "addedDate": "2026-04-20T14:06:11Z",
  "addedOrReduced": "Added on 20/04/2026",
  "latitude": 51.584512,
  "longitude": -0.260389,
  "listingType": "sale",
  "locationIdentifier": "REGION^87490",
  "url": "https://www.rightmove.co.uk/properties/174678506",
  "checkedAt": "2026-04-23T18:00:00.000Z"
}
```

***

### Performance

- Each page (24 properties): ~2–3 seconds
- 5 pages per location: ~10–15 seconds
- Uses CheerioCrawler — fast, lightweight, no browser required

***

### Pricing

This actor charges **$0.002 per property scraped**.

| Properties | Estimated cost |
|------------|---------------|
| 100 | ~$0.20 |
| 500 | ~$1.00 |
| 2,500 | ~$5.00 |

The Apify free plan includes $5 monthly credit — enough for 2,500 property records per month.

***

### FAQ

**How do I find the location identifier?**
Search on [rightmove.co.uk](https://www.rightmove.co.uk), then copy the `locationIdentifier` parameter from the URL. Example: `...locationIdentifier=REGION%5E87490...` → `REGION^87490`.

**Can I scrape rental listings too?**
Yes — set `listingType` to `"rent"`. Works the same way for both sale and rental properties.

**How many properties can I get per run?**
Up to 42 pages × 24 properties = 1,008 per location. You can pass multiple location identifiers to scrape several areas in one run.

**Does it require a login or API key?**
No. All data is publicly accessible on Rightmove without authentication.

**Why does my location return 0 results?**
Make sure the identifier format is correct (e.g. `REGION^87490`, not the URL-encoded `REGION%5E87490`). The `^` character must be decoded.

***

### Keywords

Rightmove scraper, UK property data, house prices UK, Rightmove API, property listings scraper, UK real estate data, house for sale UK, rental listings UK, property investment data, estate agent leads

***

### Legal disclaimer

This actor extracts **publicly available data** from Rightmove (rightmove.co.uk). All listing data is publicly accessible without login or registration. Users are responsible for ensuring their use of the extracted data complies with applicable laws and Rightmove's terms of service.

### Other actors you may like

- **[Portal Inmobiliario Scraper](https://apify.com/sheshinmcfly/portal-inmobiliario-scraper)** — Chile real-estate listings.
- **[MercadoLibre Scraper](https://apify.com/sheshinmcfly/mercadolibre-scraper)** — product listings and prices from MercadoLibre.
- **[Zalora Scraper](https://apify.com/sheshinmcfly/zalora-scraper)** — fashion catalog and prices.
- **[FinViz Stock Screener](https://apify.com/sheshinmcfly/finviz-stock-screener)** — stock screener — gainers, losers, most active and more.

# Actor input Schema

## `locationIdentifiers` (type: `array`):

Rightmove location identifiers (e.g. 'REGION^87490' for London). Find yours by searching on Rightmove and copying the locationIdentifier from the URL.

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

Search for properties for sale or to rent.

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

Maximum number of result pages to scrape per location (24 properties per page). Default: 5 (120 properties).

## `maxResults` (type: `integer`):

Maximum total properties to return (alternative to Max Pages). Overrides Max Pages when set.

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

Datacenter proxies are free and work for most sites. Switch to Residential if you get blocked.

## Actor input object example

```json
{
  "locationIdentifiers": [
    "REGION^87490"
  ],
  "listingType": "sale",
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

All scraped property listings stored in the default dataset.

# 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 = {
    "locationIdentifiers": [
        "REGION^87490"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("sheshinmcfly/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 = {
    "locationIdentifiers": ["REGION^87490"],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("sheshinmcfly/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 '{
  "locationIdentifiers": [
    "REGION^87490"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call sheshinmcfly/rightmove-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/rHnVxa6jEhpYv8290/builds/T5vwnEWuOCWh365LL/openapi.json
