# Rightmove Property Scraper (`nifty.codes/rightmove-properties-scraper`) Actor

Extract property listings with prices, locations, and branch details from search results on rightmove.co.uk. Powered by Rightmove Scraper.

- **URL**: https://apify.com/nifty.codes/rightmove-properties-scraper.md
- **Developed by:** [Nifty](https://apify.com/nifty.codes) (community)
- **Categories:** Real estate, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN 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 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 Property Scraper

This actor extracts Properties in a List from Rightmove. It captures listing data from search results, map views, and property feeds on rightmove.co.uk. The scraper returns structured data including pricing, location coordinates, and agent branch information.

### Data Fields

| Field Name | Description | Example |
| --- | --- | --- |
| Bedrooms | Number of bedrooms | 3 |
| Bathrooms | Number of bathrooms | 2 |
| Number of Images | Count of photos in listing | 12 |
| Number of Floorplans | Count of floorplans available | 1 |
| Number of Virtual Tours | Count of virtual tours | 0 |
| Summary | Short listing description | "A modern three bedroom semi-detached house..." |
| Display Address | Formatted address string | "High Street, London, NW1" |
| Country Code | ISO country code | "GB" |
| Latitude | Geographic latitude | 51.5074 |
| Longitude | Geographic longitude | -0.1278 |
| Property Type | Category of property | "Semi-Detached" |
| Price Amount | Numerical price | 450000 |
| Price Frequency | Payment cycle | "not_specified" |
| Currency Code | Currency of listing | "GBP" |
| Display Price | Formatted price string | "£450,000" |
| Display Price Qualifier | Price context | "Offers in Region of" |
| Branch ID | Unique ID of the agent branch | 12345 |
| Branch Name | Name of the listing agent | "Estate Agents Ltd" |
| Branch Display Name | Formatted agent name | "Estate Agents, London" |
| Branch Phone | Contact number for the branch | "020 7946 0000" |
| First Visible Date | Date listing went live | "2023-10-01T10:00:00Z" |
| Last Update Date | Date of last modification | "2023-10-15T14:30:00Z" |
| Last Update Reason | Reason for listing change | "price_reduced" |
| Featured Property | If the listing is featured | true |
| Premium Listing | If the listing is premium | false |
| Property URL | Direct link to property | "https://www.rightmove.co.uk/properties/123" |
| All Images | Array of image URLs | ["https://media.rightmove.co.uk/img1.jpg"] |

### Input

- `urls`: Array of Rightmove search result or map view URLs.
- `maxItems`: Maximum number of properties to extract per URL. Default is 100.

#### Example Input

```json
{
  "urls": ["https://www.rightmove.co.uk/property-for-sale/find.html?searchLocation=London"],
  "maxItems": 50
}
````

### Example Output

```json
[
  {
    "Bedrooms": 2,
    "Bathrooms": 1,
    "Number of Images": 8,
    "Number of Floorplans": 1,
    "Number of Virtual Tours": 0,
    "Summary": "A charming two bedroom flat located near local amenities.",
    "Display Address": "Baker Street, London",
    "Country Code": "GB",
    "Latitude": 51.5237,
    "Longitude": -0.1585,
    "Property Type": "Flat",
    "Price Amount": 650000,
    "Price Frequency": "not_specified",
    "Currency Code": "GBP",
    "Display Price": "£650,000",
    "Display Price Qualifier": "Guide Price",
    "Branch ID": 9876,
    "Branch Name": "City Living",
    "Branch Display Name": "City Living, Marylebone",
    "Branch Phone": "020 7946 0111",
    "First Visible Date": "2023-11-01T09:00:00Z",
    "Last Update Date": "2023-11-01T09:00:00Z",
    "Last Update Reason": "new",
    "Featured Property": false,
    "Premium Listing": true,
    "Property URL": "https://www.rightmove.co.uk/properties/12345678",
    "All Images": ["https://media.rightmove.co.uk/123/img1.jpg"]
  },
  {
    "Bedrooms": 4,
    "Bathrooms": 3,
    "Number of Images": 15,
    "Number of Floorplans": 2,
    "Number of Virtual Tours": 1,
    "Summary": "Spacious detached family home with a large garden.",
    "Display Address": "Richmond Road, London",
    "Country Code": "GB",
    "Latitude": 51.4613,
    "Longitude": -0.3031,
    "Property Type": "Detached",
    "Price Amount": 1200000,
    "Price Frequency": "not_specified",
    "Currency Code": "GBP",
    "Display Price": "£1,200,000",
    "Display Price Qualifier": "",
    "Branch ID": 5432,
    "Branch Name": "Richmond Homes",
    "Branch Display Name": "Richmond Homes, Richmond",
    "Branch Phone": "020 8946 0222",
    "First Visible Date": "2023-09-20T12:00:00Z",
    "Last Update Date": "2023-10-20T11:00:00Z",
    "Last Update Reason": "price_reduced",
    "Featured Property": true,
    "Premium Listing": true,
    "Property URL": "https://www.rightmove.co.uk/properties/87654321",
    "All Images": ["https://media.rightmove.co.uk/456/img1.jpg"]
  }
]
```

#### Want more from Rightmove?

This actor only covers **Properties in a List**. The full **Rightmove Scraper** browser extension also includes **Property Details, Agents in a List, Agent Details, House Prices** with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

**[Get the Rightmove Scraper extension](https://nifty.codes/e/rightmove-scraper)**

### Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.

# Actor input Schema

## `urls` (type: `array`):

URLs to scrape. Must match: rightmove.co.uk

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

Maximum number of items to extract per URL

## `enablePagination` (type: `boolean`):

Load more results beyond the first page. Note: pagination may be unstable for this actor.

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

Maximum number of pagination actions (pages, scrolls, or loads)

## Actor input object example

```json
{
  "urls": [
    "https://www.rightmove.co.uk/property-for-sale/find.html?searchLocation=Leeds%2C+West+Yorkshire&useLocationIdentifier=true&locationIdentifier=REGION%5E787&radius=0.0&_includeSSTC=on"
  ],
  "maxItems": 100,
  "enablePagination": false,
  "maxPages": 1
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("nifty.codes/rightmove-properties-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("nifty.codes/rightmove-properties-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 '{}' |
apify call nifty.codes/rightmove-properties-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Rightmove Property Scraper",
        "description": "Extract property listings with prices, locations, and branch details from search results on rightmove.co.uk. Powered by Rightmove Scraper.",
        "version": "3.2",
        "x-build-id": "h1ZQvmdyhwk6Al5Ns"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nifty.codes~rightmove-properties-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nifty.codes-rightmove-properties-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/nifty.codes~rightmove-properties-scraper/runs": {
            "post": {
                "operationId": "runs-sync-nifty.codes-rightmove-properties-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/nifty.codes~rightmove-properties-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-nifty.codes-rightmove-properties-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",
                "required": [
                    "urls"
                ],
                "properties": {
                    "urls": {
                        "title": "URLs",
                        "type": "array",
                        "description": "URLs to scrape. Must match: rightmove.co.uk",
                        "items": {
                            "type": "string"
                        },
                        "default": [
                            "https://www.rightmove.co.uk/property-for-sale/find.html?searchLocation=Leeds%2C+West+Yorkshire&useLocationIdentifier=true&locationIdentifier=REGION%5E787&radius=0.0&_includeSSTC=on"
                        ]
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of items to extract per URL",
                        "default": 100
                    },
                    "enablePagination": {
                        "title": "Paginate",
                        "type": "boolean",
                        "description": "Load more results beyond the first page. Note: pagination may be unstable for this actor.",
                        "default": false
                    },
                    "maxPages": {
                        "title": "Max pagination steps",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of pagination actions (pages, scrolls, or loads)",
                        "default": 1
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
