Rightmove UK Real Estate & Property Scraper avatar

Rightmove UK Real Estate & Property Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Rightmove UK Real Estate & Property Scraper

Rightmove UK Real Estate & Property Scraper

Fast, high-performance scraper for Rightmove.co.uk. Extracts property listings for sale and rent by UK postal outcodes with prices, geocodes, floor area, and agent details without browser overhead.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Le Hung

Le Hung

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Categories

Share

🏠 Rightmove UK Real Estate & Property Scraper

High-speed, institutional-grade scraper for Rightmove.co.uk. Extracts real estate properties for sale and to rent across the United Kingdom with prices, coordinates, floor areas, bedroom counts, and estate agent contacts.


⚡ Why Use This Scraper?

  • Blazing Fast & Cost Efficient: Unlike heavy browser-based scrapers (Puppeteer/Playwright) that waste huge Compute Units (CU) and take hours, this actor directly extracts structured JSON data from Rightmove's Next.js application layer via fast HTTP requests.
  • Zero Headless Overhead: Consumes minimal memory (~128MB RAM), reducing your Apify cloud execution costs by up to 80%.
  • Institutional Quality Schema: Outputs clean, standardized data matching the institutional REAL-ESTATE-BASIC 32-attribute specification.
  • No API Keys or Login Required: Works out of the box with optional proxy support for high-volume jobs.

📋 What Data Does It Extract?

Every scraped property listing includes:

  • Listing Details: Unique Listing ID, Title, Property Type (Detached, Semi-detached, Terraced, Flat, Bungalow, etc.).
  • Pricing: Current Price (£ GBP), Original Price, and calculated Price per m² (price_per_sqm).
  • Property Specs: Number of bedrooms/rooms, bathrooms, estimated/extracted floor area in square meters (area_sqm).
  • Amenities Detected: Indicators for parking/garage (has_parking), terrace/balcony (has_terrace), garden (has_garden), and swimming pool (has_pool).
  • Location & Geocodes: Full address, postal outcode, district, exact Latitude & Longitude for GIS mapping.
  • Estate Agency: Agency brand name, branch name.
  • Media & URLs: Direct listing URL on Rightmove and high-resolution main photo URL.

🛠️ Input Parameters

ParameterTypeRequiredDefaultDescription
outcodesArrayNo["SW1A", "W1K"]List of UK postal districts / outcodes to scrape (e.g. SW1A, W1K, E1, M1, BS1).
operationTypeStringYes"for-sale"Choose "for-sale" (properties for sale) or "to-rent" (properties to rent).
minPriceIntegerNonullOptional minimum price in GBP (£).
maxPriceIntegerNonullOptional maximum price in GBP (£).
maxItemsIntegerNo100Maximum total records to scrape across all outcodes (0 for unlimited).
proxyConfigurationObjectNonullApify Proxy configuration (Apify Datacenter or Residential proxy).

Example Input (JSON)

{
"outcodes": ["SW1A", "W1K", "NW1"],
"operationType": "for-sale",
"minPrice": 250000,
"maxPrice": 1500000,
"maxItems": 200
}

📦 Sample Output Record (JSON)

{
"website_name": "rightmove.co.uk",
"competence_date": "2026-09-21",
"country_code": "GBR",
"currency_code": "GBP",
"listing_id": "148920194",
"operation_type": "sale",
"property_type": "Apartment",
"title": "Apartment in Mayfair, London, W1K",
"price": 850000.0,
"price_original": 850000.0,
"price_per_sqm": 12500.0,
"area_sqm": 68.0,
"rooms": "2",
"bathrooms": "2",
"has_parking": "1",
"has_terrace": "1",
"has_garden": "",
"has_pool": "",
"region": "UK",
"city": "London",
"neighborhood": "Mayfair, London, W1K",
"address_raw": "Mayfair, London, W1K",
"latitude": "51.5112",
"longitude": "-0.1492",
"agency_name": "Dexters Mayfair",
"contact_phone": "",
"description": "A stunning 2 bedroom apartment situated in the heart of Mayfair...",
"itemurl": "https://www.rightmove.co.uk/properties/148920194",
"imageurl": "https://media.rightmove.co.uk/dir/crop/10:9-16:9/property/148920194_IMG_00.jpg",
"outcode": "W1K"
}

💼 Ideal Use Cases

  1. Real Estate Investors & Buy-to-Let Analysts: Track rental yields and price-per-sqm trends across UK metro areas.
  2. Proptech Startups: Power automated valuation models (AVMs), property search portals, and alert bots.
  3. Estate Agencies: Monitor competitor inventory, newly added listings, and local market price movements.
  4. Academic & Demographic Research: Urban housing supply studies and regional UK price disparities.

🔒 Proxy & Anti-Scraping Guidance

Rightmove serves lightweight Next.js pages. For regular batches (< 500 listings), standard connections or default Apify Proxy work seamlessly. For large-scale national sweeps (> 10,000 listings), we recommend enabling Apify Proxy (Automatic or Residential) with slight request delays.


📞 Support & Custom Orders

Need custom fields, full UK historical census dumps (> 500,000 listings), or specific cadence feeds? Feel free to reach out via Apify Actor issues or contact the developer directly.