Rightmove Scraper — UK Property Listings & Prices
Pricing
Pay per usage
Go to Apify Store

Rightmove Scraper — UK Property Listings & Prices
Scrape property listings, prices, and details from Rightmove.co.uk — the UK's largest property portal.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Studio Amba
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Rightmove Scraper
Extract UK property listings from rightmove.co.uk, the country's largest real estate portal. Gets sale and rental listings with prices, bedroom counts, agent details, property features, and photos.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Location to search (e.g., "London", "Manchester") |
startUrls | array | Rightmove search result URLs |
listingType | string | "sale" or "rent" (default: "sale") |
maxResults | integer | Limit (default: 100) |
proxyConfiguration | object | Proxy settings |
Output
| Field | Type | Example |
|---|---|---|
title | string | "3 bedroom semi-detached house for sale" |
price | number | 425000 |
priceText | string | "£425,000" |
currency | string | "GBP" |
propertyType | string | "Semi-detached" |
address | string | "Oak Lane, Liverpool L12" |
bedrooms | number | 3 |
bathrooms | number | 2 |
receptionRooms | number | 1 |
description | string | Full property description |
features | array | ["Garden", "Garage", "Central heating"] |
agent | string | "Purplebricks" |
agentPhone | string | "0121 123 4567" |
imageUrl | string | Main property photo |
imageUrls | array | All photos |
addedOn | string | "Added on 15/03/2026" |
listingType | string | "sale" or "rent" |
propertyId | string | "123456789" |
Notes
- Bedroom count extracted from title if not in structured data ("3 bedroom...")
- Pagination uses
?index=Nwith 24 results per page - Property IDs from
/properties/123456URL pattern - The scraper also checks
window.__PRELOADED_STATE__for additional listing data - Rightmove may require proxy for sustained scraping