Rightmove Property For Sale Listing Scraper avatar

Rightmove Property For Sale Listing Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Rightmove Property For Sale Listing Scraper

Rightmove Property For Sale Listing Scraper

Scrape Rightmove property-for-sale listings by search URL, with automatic pagination and comprehensive property data extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerBox

PowerBox

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

🏡 Rightmove Property For Sale Listing Scraper

This actor allows you to scrape property-for-sale listings from Rightmove.co.uk by providing a search URL. It automatically handles pagination and extracts comprehensive property information including price, address, property type, bedrooms, bathrooms, description, and agent details.

Features

  • URL-based Scraping: Extract listings by providing a complete Rightmove search URL
  • Automatic Pagination: Automatically clicks the "Next" button and loads more listings until reaching the end or max items limit
  • Comprehensive Property Data: Extract detailed information about each property including:
    • Property ID and direct URL
    • Price and price qualifier (e.g. Guide Price, Offers Over)
    • Full address
    • Property type (Apartment, House, Plot, etc.)
    • Number of bedrooms and bathrooms
    • Property description summary
    • Marketed by agent and added/reduced date
    • Main listing image URL

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Rightmove property-for-sale search URL
maxItemsintegerNoMaximum number of listings to fetch (default: 100)
proxyConfigurationobjectNoProxy settings for the actor

Output

The output is a dataset of property listing objects, each containing:

  • searchUrl: The original search URL used
  • propertyId: Rightmove property ID
  • propertyUrl: Direct URL to the property details page
  • price: Listed price (e.g. £525,000)
  • priceQualifier: Price qualifier text (e.g. Guide Price, Offers Over)
  • address: Full property address
  • propertyType: Type of property (e.g. Apartment, House, Plot)
  • bedrooms: Number of bedrooms
  • bathrooms: Number of bathrooms
  • description: Short description / summary of the property
  • marketedBy: Agent name and added/reduced date
  • addedOrReduced: Date the listing was added or reduced
  • imageUrl: URL of the main property image
  • scrapedAt: Timestamp of when the data was scraped

Example output:

[
{
"searchUrl": "https://www.rightmove.co.uk/property-for-sale/find.html?searchLocation=London&locationIdentifier=REGION%5E87490&sortType=2",
"propertyId": "171815564",
"propertyUrl": "https://www.rightmove.co.uk/properties/171815564",
"price": "£525,000",
"priceQualifier": "Offers Over",
"address": "Princes Riverside Road, London, SE16",
"propertyType": "Apartment",
"bedrooms": 2,
"bathrooms": 2,
"description": "Stunning and spacious two double bedroom, two bathroom apartment situated on the fourth floor of this secure gated development in Canada Water.",
"marketedBy": "Reduced on 19/02/2026 by Stirling Ackroyd Sales, London Bridge",
"addedOrReduced": "Reduced on 19/02/2026",
"imageUrl": "https://media.rightmove.co.uk/dir/crop/10:9-16:9/property-photo/868458c13/171815564/868458c1381f79944ec55d0f4c2fcc25_max_476x317.jpeg",
"scrapedAt": "2026-02-22T10:00:00.000Z"
}
]

Use Cases

  • Property market research and price tracking
  • Investment opportunity analysis
  • Rental yield estimation (cross-reference with rental listings)
  • Geographic price comparison across London boroughs
  • Real estate portfolio monitoring

Notes

  • The actor uses a real browser with stealth mode to avoid bot detection
  • Results are automatically deduplicated by property ID
  • Pagination is handled by clicking the "Next" button on each page
  • Random delays are added between actions to reduce rate-limiting risk
  • Proxy configuration is optional but recommended for large-scale scraping

Start tracking Rightmove property listings today!