# Rightmove Scraper — UK Property Listings (Bulk) (`hipersoft/rightmove-scraper`) Actor

Scrape UK property listings from Rightmove for sale or to rent: price, address, bedrooms, bathrooms, property type, agent, coordinates and photos. Paste search or property URLs and export one clean row per listing as JSON, CSV or Excel. For property research, leads and n8n.

- **URL**: https://apify.com/hipersoft/rightmove-scraper.md
- **Developed by:** [hiper soft](https://apify.com/hipersoft) (community)
- **Categories:** Real estate, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.001 / property scraped

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/actors/running/actors-in-store.md#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 Scraper — UK Property Listings (Bulk)

Scrape UK property listings from **Rightmove** into clean, structured JSON, CSV or Excel. Paste one or more Rightmove **search-result URLs** (for sale or to rent) and/or specific **property URLs**, and pull **price, address, bedrooms, bathrooms, property type, agent name and phone, coordinates, a summary, listing photos and the listing URL** — one tidy row per property. Built for property research, market analysis, lead lists and automations.

### Features

- 🔎 **Bulk search scraping** — paste Rightmove for-sale or to-rent search URLs and collect every listing across all result pages.
- 🏠 **Direct property URLs** — add specific `/properties/<id>` links to grab a hand-picked set of listings.
- 💷 **Rich fields** — price and price qualifier, bedrooms, bathrooms, property type, listing-update reason and first-seen date.
- 📍 **Coordinates** — latitude and longitude for every listing, ready for mapping and geo analysis.
- 📞 **Agent details** — branch/agent name and contact phone where shown.
- 🖼️ **Photos** — image count plus the first photo URL for each property.
- 📄 **Volume control** — set `maxItems` to balance coverage and cost.

### Input

```json
{
  "searchUrls": [
    "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
  ],
  "propertyUrls": [
    "https://www.rightmove.co.uk/properties/171925193"
  ],
  "maxItems": 100
}
```

| Field | Description |
| --- | --- |
| `searchUrls` | Rightmove search-result page URLs (for sale or to rent). One per line. |
| `propertyUrls` | Optional. Specific `/properties/<id>` detail URLs to scrape directly. |
| `maxItems` | Maximum listings to collect across all URLs (0 = no limit). |
| `proxyConfiguration` | Optional proxy settings; off by default. |

#### How to get a search URL

Open [rightmove.co.uk](https://www.rightmove.co.uk), run a search for your area (for sale or to rent), then copy the URL from your browser's address bar and paste it into `searchUrls`.

### Use cases

- Build and refresh a UK property dataset for market and price analysis.
- Generate estate-agent and vendor lead lists by area.
- Monitor new and reduced listings in target postcodes.
- Feed structured property records into a CRM, spreadsheet or analytics pipeline.

### What you get

Each property is one dataset record like this:

```json
{
  "id": "171925193",
  "title": "3 bedroom apartment for sale",
  "displayAddress": "Worlds End Estate, London, SW10",
  "price": "£760,000",
  "priceQualifier": "Offers in Excess of",
  "bedrooms": 3,
  "bathrooms": 1,
  "propertyType": "Apartment",
  "propertySubType": "Apartment",
  "listingUpdateReason": "price_reduced",
  "agentName": "Example Estates, Chelsea",
  "agentPhone": "020 1234 5678",
  "latitude": 51.480782,
  "longitude": -0.17805,
  "summary": "A well-presented first-floor apartment in a prime location...",
  "url": "https://www.rightmove.co.uk/properties/171925193",
  "firstVisibleDate": "2026-02-06T09:52:56Z",
  "images": 9,
  "imageUrl": "https://media.rightmove.co.uk/.../photo_max_476x317.jpeg"
}
```

#### Output schema

| Field | Type | Description |
|---|---|---|
| `id` | string | Rightmove's unique identifier for the property. |
| `title` | string | Short listing headline (e.g. `3 bedroom apartment for sale`). |
| `displayAddress` | string | Address as shown on the listing. |
| `price` | string | Displayed price (e.g. `£760,000` or `£2,500 pcm`). |
| `priceQualifier` | string | Price qualifier (e.g. `Offers in Excess of`, `Guide Price`). |
| `bedrooms` | integer | Number of bedrooms. |
| `bathrooms` | integer | Number of bathrooms. |
| `propertyType` | string | Property type (e.g. `Apartment`, `Detached`). |
| `propertySubType` | string | Property sub-type as classified by Rightmove. |
| `listingUpdateReason` | string | Latest listing change (e.g. `price_reduced`, `new`). |
| `agentName` | string | Branch / agent name. |
| `agentPhone` | string | Agent contact phone where shown. |
| `latitude` | number | Latitude of the property. |
| `longitude` | number | Longitude of the property. |
| `summary` | string | Short property summary / description. |
| `url` | string (URL) | Direct link to the property on Rightmove. |
| `firstVisibleDate` | string | When the listing first appeared (ISO date). |
| `images` | integer | Number of photos on the listing. |
| `imageUrl` | string (URL) | URL of the first listing photo. |

### Related Actors

- [Redfin Scraper](https://apify.com/hipersoft/redfin-scraper)
- [Crexi Scraper](https://apify.com/hipersoft/crexi-scraper)
- [PropertyGuru Scraper](https://apify.com/hipersoft/propertyguru-scraper)
- [EdgeProp Scraper](https://apify.com/hipersoft/edgeprop-scraper)

### FAQ

**Do I need a Rightmove account?**
No. Just paste your search or property URLs and run — no account or setup required.

**How many listings can I scrape?**
As many as your searches return. Use `maxItems` to control the volume and cost.

**What export formats are supported?**
JSON, CSV, Excel and XML, plus the Apify API for programmatic access.

**Can I scrape both for-sale and to-rent listings?**
Yes — paste any Rightmove search-result URL, whether it's a for-sale or a to-rent search.

**Can I use this with n8n?**
Yes. Use the [Apify node for n8n](https://docs.apify.com/platform/integrations/n8n) to run this Actor and pull its dataset straight into an n8n workflow — trigger it on a schedule, then route the property rows to a database, spreadsheet or messaging step.

**Can I connect it to other tools?**
The Rightmove Scraper can be connected with almost any cloud service or web app thanks to [integrations on the Apify platform](https://apify.com/integrations). It works with [Make](https://apify.com/integrations/make), [Zapier](https://apify.com/integrations/zapier), [Slack](https://docs.apify.com/platform/integrations/slack), [Airbyte](https://docs.apify.com/platform/integrations/airbyte), [GitHub](https://docs.apify.com/platform/integrations/github), [Google Drive](https://docs.apify.com/platform/integrations/drive) and [many more](https://apify.com/integrations), plus the [Apify API](https://docs.apify.com/api/v2), JavaScript/Python clients and MCP. Or use [webhooks](https://docs.apify.com/platform/integrations/webhooks) to trigger an action whenever a run finishes.

### Notes

Returns only public Rightmove listing data — the same information any visitor can see. This is an independent tool and is not affiliated with, endorsed by or connected to Rightmove; "Rightmove" is a trademark of its respective owner. Original clean-room implementation.

# Actor input Schema

## `searchUrls` (type: `array`):

Rightmove search-result page URLs to scrape (for-sale or to-rent). Run a search on rightmove.co.uk, copy the result-page URL and paste it here, e.g. https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490 . Every matching listing is collected across all result pages. One URL per line.

## `propertyUrls` (type: `array`):

Specific Rightmove property detail URLs to scrape directly, e.g. https://www.rightmove.co.uk/properties/171925193 . Use this to collect a hand-picked set of listings. One URL per line. Can be combined with Search URLs.

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

Maximum number of listings to collect across all URLs (0 = no limit).

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

Optional proxy settings. Rightmove works without a proxy; enable one only if you scrape at very high volume.

## Actor input object example

```json
{
  "searchUrls": [
    "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
  ],
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `results` (type: `string`):

The results as dataset items.

# 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 = {
    "searchUrls": [
        "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
    ]
};

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

# Run the Actor and wait for it to finish
run = client.actor("hipersoft/rightmove-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 '{
  "searchUrls": [
    "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
  ]
}' |
apify call hipersoft/rightmove-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hipersoft/rightmove-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/7NWMyOdIWTvfxqZoz/builds/w7skoNzHDbhSqlE3h/openapi.json
