Rightmove Uk Property Scraper
Pricing
Pay per event
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
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
Option 1: URL Mode (Recommended - Easiest!)
Simply paste any Rightmove property search URL:
- Go to Rightmove.co.uk
- Search for properties with your desired filters
- Copy the URL from your browser
- Paste it into the actor's URL field
- Set max results and run!
Example URLs:
https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490https://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
inputModetomanual - Specify location, transaction type, price range, etc.
Input Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| inputMode | String | "url" or "manual" (default: "url") | No |
| url | String | Rightmove search URL (required for URL mode) | For URL mode |
| maxResults | Number | Maximum properties to scrape (1-10000) | Yes |
| searchLocation | String | Location to search (manual mode only) | For manual mode |
| locationIdentifier | String | Specific location identifier (manual mode only) | For manual mode |
| transactionType | Select | "BUY" for sales or "RENT" for rentals | No |
| minBedrooms | Number | Minimum number of bedrooms | No |
| maxBedrooms | Number | Maximum number of bedrooms | No |
| minPrice | Number | Minimum price in GBP | No |
| maxPrice | Number | Maximum price in GBP | No |
| radius | Number | Search radius in miles from location | No |
| includeSSTC | Boolean | Include properties Sold Subject To Contract | No |
| sortType | Number | Sort 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):
- Search for properties on Rightmove.co.uk
- Copy the URL from your browser
- Paste it in the "url" field
- Set "maxResults" (e.g., 100)
- Run the scraper!
For Manual Mode:
- Set "inputMode" to "manual"
- Enter search location and identifier
- Configure optional filters (price, bedrooms, etc.)
- Set "maxResults"
- 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