Rightmove Data Scraper - Fast Cheap Extractor avatar

Rightmove Data Scraper - Fast Cheap Extractor

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Rightmove Data Scraper - Fast Cheap Extractor

Rightmove Data Scraper - Fast Cheap Extractor

High-performance, lightweight API-based scraper for Rightmove.co.uk. Extracts 100% of available property data including full image arrays, exact GPS coordinates (lat/lon), agent contact details, floorplans, and pricing history. No browser overhead—consumes minimal units and works at 10x speed.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

3 days ago

Last modified

Share

Rightmove Total Raw Scraper 🏠🚀

A high-performance, lightweight Apify Actor designed to extract every single data point from Rightmove (UK's #1 property portal) without the overhead of a headless browser.

🌟 Key Features

  • No Browser Required: Uses direct API interception. This means it is 100x faster and consumes minimal RAM (runs perfectly on 256MB).
  • Total Data Capture: Saves the entire RAW JSON object for every property. You get everything: images, floorplans, agent contact details, full descriptions, and price history metadata.
  • Map-Ready: Extracts exact latitude and longitude coordinates for every listing—perfect for map-based SaaS applications.
  • Smart Channeling: Automatically detects whether a URL is for Sales (BUY) or Rentals (RENT).
  • Residential Proxy Support: Fully integrated with Apify Proxy to bypass rate limits effortlessly.

📥 Input Parameters

FieldTypeDescriptionDefault
listUrlsarrayRightmove Search URLs (e.g., from a search result page).Required
maxPropertiesintegerMaximum number of properties to scrape.1000
proxyobjectApify Proxy settings (Residential recommended).{ "useApifyProxy": true }

Input Example

{
"listUrls": [
{ "url": "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=OUTCODE%5E1859" }
],
"maxProperties": 500,
"proxy": { "useApifyProxy": true }
}

📤 Output Data Structure

The Actor pushes the complete property object to the Apify Dataset. Key fields included in the raw data:

  • Identity: id, propertyUrl, firstVisibleDate.
  • Pricing: price.amount, price.displayPrices, price.currencyCode.
  • Specs: bedrooms, bathrooms, displaySize (sq ft), propertySubType.
  • Location: location.latitude, location.longitude, displayAddress.
  • Media: Full array of images (source URLs) and floorplans.
  • Agency: customer.brandTradingName, customer.contactTelephone, customer.brandPlusLogoUrl.
  • Marketing: summary, keyFeatures (array of bullet points).

💡 Pro Tips for Web Developers

  • B2B Leads: Use the customer object to build a database of estate agency branches and their contact numbers.
  • Market Analysis: The listingUpdate field tells you exactly when a property price was reduced—ideal for tracking market trends.
  • 3D/Furniture Apps: Use the high-res images array to feed into visualizers or staging software.