Pricing
from $1.00 / 1,000 results
Rightmove Properties For Buy Scraper
This tool gathers detailed property info from Rightmove UK, including prices, bedrooms, bathrooms, and agent contacts. Designed for buyers, it offers accurate, up-to-date data with a pay-per-result model, ensuring you only pay when you succeed.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
4
Total users
0
Monthly active users
2 months ago
Last modified
Categories
Share
Rightmove Property Scraper (BUY Listings) β Extract UK Real-Estate Data π
Keywords: Rightmove scraper, Rightmove API, Rightmove data extraction, UK property scraper, real-estate data, house price scraper, Apify actor, property listing API
Easily collect live property for-sale listings from Rightmove.co.uk β the UKβs #1 real-estate portal. This open-source Apify Actor written in Python lets you turn Rightmove into a real-time property data API for market research, investment analysis, price monitoring, and more.
Table of Contents
- Why Use This Scraper?
- Quick Start
- Input Parameters
- Output Example
- Use-Case Ideas
- Technical Details
- Limitations & Legal
- Support
Why Use This Scraper?
β
Comprehensive UK Coverage β Search any city, postcode or area on Rightmove
β
Advanced Filters β Price, bedrooms, property type, radius & more
β
Agent & Geo Data β Capture branch details, latitude/longitude, images
β
Unlimited Requests β Optimised for bulk data collection (sales only)
β
Async & Proxy-Ready β Built with httpx + Apify proxy for reliability
Stop copying & pasting listing details β automate your Rightmove research in minutes.
Quick Start
Run on Apify platform
- Click βTry actorβ β paste the JSON input below.
- Hit Run β results will appear in Dataset tab as structured JSON.
Run locally
pip install-r requirements.txtpython -m rightmove_uk # or however you invoke your main module
Input Parameters
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
location | string | β | City, postcode, or area name | "London" |
radius | string | β | Search radius in miles (0.25β40) | "10" |
min_price | string | β | Minimum price (GBP) | "50000" |
max_price | string | β | Maximum price (GBP) | "300000" |
min_bedrooms | string | β | Minimum bedrooms (1-10) | "2" |
max_bedrooms | string | β | Maximum bedrooms (1-10) | "4" |
min_bathrooms | string | β | Minimum bathrooms (1-5) | "1" |
max_bathrooms | string | β | Maximum bathrooms (1-5) | "2" |
property_types | string | β | Comma-separated types (see below) | "terraced,flat" |
max_days_since_added | string | β | Only show listings added in the last X days (1,3,7,14) | "7" |
include_under_offer_and_stc | boolean | β | Include properties Under Offer / SSTC | false |
max_results | string | β | Stop after X listings (pagination limit) | "100" |
Supported property_types: terraced, flat, semi-detached, detached, bungalow, land, park-home.
Output Example
{"id":123456789,"bedrooms":3,"bathrooms":2,"description":"Beautiful 3-bedroom semi-detached house in a sought-after locationβ¦","address":"123 Example Street, London, SW1A 1AA","latitude":51.5074,"longitude":-0.1278,"price":450000,"currency_code":"GBP","property_sub_type":"Semi-detached","tenure":{"type":"Freehold"},"estate_agent_branch":{"name":"Example Estate Agents","phone":"020 1234 5678"},"property_url":"https://www.rightmove.co.uk/properties/123456789","first_published_at":"2024-01-15T10:30:00Z","updated_at":"2024-01-20T11:00:00Z","property_images":[{"url":"https://β¦jpg","caption":"Front view"}],"transaction_type":"BUY","timestamp":"2024-01-20T12:00:00Z","input":{"location":"London","radius":"10"}}
Use-Case Ideas
- House Price Analytics β Track asking-price fluctuations by area or property type.
- Buy-to-Let Investment Research β Identify high-yield neighbourhoods quickly.
- Lead Generation for Estate Agents β Export fresh seller leads with contact URLs.
- Competitive Benchmarking β Monitor rival agenciesβ stock and pricing strategies.
- Academic & Media Research β Analyse housing market trends and publish insights.
Technical Details
- Language: Python 3.9+
- Framework: Apify SDK
- HTTP Client:
httpx(async) with retry + proxy support - Deployment: Runs seamlessly on Apify cloud or any container platform
- Performance: Non-blocking async requests, configurable concurrency
Limitations & Legal
- Sales Listings Only β Rentals are not supported.
- UK Market Only β Rightmove lists UK properties exclusively.
- Respect Robots & ToS β Use responsibly and comply with Rightmoveβs terms.
- Rate-Limiting β Built-in delays help prevent blocking, but heavy usage may still trigger captchas.
Support
Need help or a custom modification? Open an issue or contact us on Apify β we β€ real-estate data!
Boost your property intelligence today β scrape Rightmove like a pro!
