Rightmove Uk Property Scraper avatar
Rightmove Uk Property Scraper

Pricing

Pay per event

Go to Apify Store
Rightmove Uk Property Scraper

Rightmove Uk Property Scraper

Extract property listings from Rightmove, the UK's leading property website. Get detailed information about properties for sale or rent including prices, locations, features, and agent details.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Agenscrape

Agenscrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Extract property listings from Rightmove, the UK's leading property website. Get detailed information about properties for sale or rent including prices, locations, features, and agent details.

Features

  • 🔗 Easy URL Mode - Just paste any Rightmove search URL
  • 🎯 Manual Mode - Fine-tune search with specific parameters
  • 💰 Filter by price range and number of bedrooms
  • 📍 Get exact coordinates and property details
  • 🖼️ Extract property images and virtual tour information
  • 📊 Export data in JSON, CSV, Excel, or XML formats
  • ⚡ Fast API-based extraction with automatic retries

Two Easy Ways to Use

Simply paste any Rightmove property search URL:

  1. Go to Rightmove.co.uk
  2. Search for properties with your desired filters
  3. Copy the URL from your browser
  4. Paste it into the actor's URL field
  5. Set max results and run!

Example URLs:

  • https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490
  • https://www.rightmove.co.uk/property-to-rent/find.html?searchLocation=London&radius=3.0

Option 2: Manual Mode

Configure search parameters individually if you prefer granular control:

  • Set inputMode to manual
  • Specify location, transaction type, price range, etc.

Input Parameters

ParameterTypeDescriptionRequired
inputModeString"url" or "manual" (default: "url")No
urlStringRightmove search URL (required for URL mode)For URL mode
maxResultsNumberMaximum properties to scrape (1-10000)Yes
searchLocationStringLocation to search (manual mode only)For manual mode
locationIdentifierStringSpecific location identifier (manual mode only)For manual mode
transactionTypeSelect"BUY" for sales or "RENT" for rentalsNo
minBedroomsNumberMinimum number of bedroomsNo
maxBedroomsNumberMaximum number of bedroomsNo
minPriceNumberMinimum price in GBPNo
maxPriceNumberMaximum price in GBPNo
radiusNumberSearch radius in miles from locationNo
includeSSTCBooleanInclude properties Sold Subject To ContractNo
sortTypeNumberSort order: Most Recent (6), Highest Price (2), Lowest Price (1)No

Output Data

For each property, the scraper extracts:

  • Property Details: ID, address, type, bedrooms, bathrooms
  • Pricing: Numeric price, formatted display price, price qualifiers
  • Location: Latitude, longitude coordinates
  • Features: Key features list, property summary, tenure type
  • Media: Images URLs, number of floorplans and virtual tours
  • Agent Info: Agent name, phone number, branch ID
  • Metadata: Listing date, premium/featured status, property URL

Example Output

{
"propertyId": "123456789",
"displayAddress": "Example Street, London NW3",
"bedrooms": 3,
"bathrooms": 2,
"propertyType": "Semi-Detached",
"price": 850000,
"priceFormatted": "£850,000",
"url": "https://www.rightmove.co.uk/properties/123456789",
"keyFeatures": [
"Modern kitchen",
"Private garden",
"Off-street parking"
],
"location": {
"latitude": 51.5485,
"longitude": -0.1768
},
"agent": {
"name": "Example Estate Agents",
"phone": "020 1234 5678"
},
"images": ["https://..."],
"numberOfImages": 15
}

Use Cases

  • Real estate market analysis and research
  • Property price monitoring and trends
  • Lead generation for real estate professionals
  • Investment opportunity identification
  • Property portfolio management
  • Market comparison and valuation

Quick Start Guide

For URL Mode (Easiest):

  1. Search for properties on Rightmove.co.uk
  2. Copy the URL from your browser
  3. Paste it in the "url" field
  4. Set "maxResults" (e.g., 100)
  5. Run the scraper!

For Manual Mode:

  1. Set "inputMode" to "manual"
  2. Enter search location and identifier
  3. Configure optional filters (price, bedrooms, etc.)
  4. Set "maxResults"
  5. Run the scraper!

Tips

  • URL mode is the easiest - just copy and paste!
  • Use specific URLs with filters already applied on Rightmove
  • Set a realistic maxResults limit for faster extraction
  • Export to Excel for easy analysis and sharing
  • All search filters from the URL are preserved