# Rightmove Properties Url Parser Script (`hello.datawizards/rightmove-properties-url-parser-script`) Actor

Apify Actor scrapes comprehensive property details from Rightmove listings, including price, bedrooms, bathrooms, size, features, images, and agent information. Perfect for real estate research, market analysis, and data-driven property insights in structured JSON format.

- **URL**: https://apify.com/hello.datawizards/rightmove-properties-url-parser-script.md
- **Developed by:** [datawizards](https://apify.com/hello.datawizards) (community)
- **Categories:** Automation, Real estate, Lead generation
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.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/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 Properties Url Parser Script · Apify Actor

Extract **comprehensive property data** from Rightmove listings using structured JSON – perfect for real estate analytics, market research, and competitor tracking.
Built and maintained by [DataWizards](https://linkedin.com/in/data-wizards-aa8080342).

***

### 📌 What Is `Rightmove Properties Url Parser Script`?

The `Rightmove Properties Url Parser Script` Apify Actor allows you to **scrape detailed property information from specific Rightmove listing URLs**. It captures property title, price, publication date, features, images, and agent details. Ideal for developers, real estate analysts, investors, and data enthusiasts aiming to streamline property data collection without manual browsing.

***

### 🧠 Key Features

- ✅ **Structured Property Data** in JSON
- ✅ Extracts title, URL, price, publication date, property info, description, features, images, and agent details
- ✅ Supports **multiple listing URLs**
- ✅ Proxy support via Apify Proxy (**RESIDENTIAL IPs**)
- ✅ Fast, reliable, and easy to integrate

***

### 🛠️ Input Schema

Use the actor as follows:

```json
{
  "urls": [
    "https://www.rightmove.co.uk/properties/168994748"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

#### 🔐 Proxy Configuration

- **useApifyProxy**: Set to `true` (required).
- **apifyProxyGroups**: Use `"RESIDENTIAL"` for high-quality results and reduced blocking.

***

### 📤 Output Example

```json
[
  {
    "TITLE": "Kimpton, Andover, Hampshire, SP11",
    "URL": "https://www.rightmove.co.uk/properties/168994748",
    "PRICE": "£1,400,000",
    "PUBLISHED ON": "Reduced on 19/09/2025",
    "PROPERTY INFO": {
      "PROPERTY TYPE": "Detached",
      "BEDROOMS": "6",
      "BATHROOMS": "2",
      "SIZE": "4,992 sq ft",
      "TENURE": "464 sq m"
    },
    "DESCRIPTION": "...detailed property description...",
    "FEATURES": {
      "COUNCIL TAX": "Band: H",
      "PARKING": "Yes",
      "GARDEN": "Yes",
      "ACCESSIBILITY": "Ask agent"
    },
    "IMG URL": [
      "https://media.rightmove.co.uk/property-photo/391196302/168994748/391196302436bbff25b3a4cf1ee07b59.jpeg"
    ],
    "AGENT DETAILS": {
      "name": "John D Wood & Co. Sales, Country House Department",
      "address": "59 Cadogan Street London SW3 2QJ",
      "logo": "https://media.rightmove.co.uk/78k/77722/branch_logo_77722_0000.jpeg",
      "more_properties_link": "https://www.rightmove.co.uk/property-for-sale/find/John-D-Wood-and-Co-Sales/Country-House-Department.html?locationIdentifier=BRANCH%5E77722&includeSSTC=true&_includeSSTC=on",
      "phone_href": "tel:02039741536",
      "request_details_link": "https://www.rightmove.co.uk/property-for-sale/contactBranch.html?backToPropertyURL=%2Fproperties%2F168994748&propertyId=168994748"
    }
  }
]
```

***

### 🚀 Use Cases

- 🏡 **Property Market Research** – Collect and analyze real estate listings
- 📈 **Competitor Analysis** – Track pricing trends, property types, and features
- 🤖 **Automation & Analytics** – Feed data into dashboards, AI tools, or investment platforms
- 📊 **Investor Insights** – Compare properties, agent performance, and local amenities

***

### ✅ Best Practices

- Use residential proxies for large-scale scraping.
- Verify URLs before submitting to avoid errors.
- Avoid frequent repeated requests to reduce risk of blocking.
- Combine with property valuation tools for maximum insights.

***

### 🤝 Support

Need custom fields, specific formats, or integration help?
**DataWizards are here for you!**
📩 Email: <hello.datawizard@gmail.com>
✉️ **Subject**: `Rightmove Properties Url Parser Script – Support Request`
🔗 Connect: [linkedin.com/in/data-wizards-aa8080342](https://linkedin.com/in/data-wizards-aa8080342)

For more custom/simplified outputs or bug reports, DataWizards is always ready to assist.

***

### 🧰 Need Something More?

Whether you’re building a custom scraper, integrating APIs, or simplifying the output – we’ve got your back.
💡 *DataWizards = Smart, fast, and scalable data extraction.*

***

### 💬 Feedback & Bugs

Spotted a bug or want a new feature?
📧 Email: <hello.datawizard@gmail.com>
🛠️ **Subject**: `Bug Report – Rightmove Properties Url Parser Script`
Or report an issue directly on [Apify](https://apify.com).

***

#### 🏁 Start scraping smarter with `Rightmove Properties Url Parser Script` — your easiest way to extract Rightmove property data like a pro.

# Actor input Schema

## `ListingUrls` (type: `array`):

The listing urls for the spider.

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

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "ListingUrls": [
    "https://www.rightmove.co.uk/properties/169813049#/?channel=RES_BUY",
    "https://www.rightmove.co.uk/properties/168994748#/?channel=RES_BUY"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("hello.datawizards/rightmove-properties-url-parser-script").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 = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    } }

# Run the Actor and wait for it to finish
run = client.actor("hello.datawizards/rightmove-properties-url-parser-script").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 '{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call hello.datawizards/rightmove-properties-url-parser-script --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hello.datawizards/rightmove-properties-url-parser-script"
        }
    }
}

```

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/4p9YevBbSDIaRAKAU/builds/wCXmyPICao0jV58Kp/openapi.json
