Rightmove UK Property Scraper: Prices & Agent Contacts
Scrape UK property listings from Rightmove for sale or to rent: address, price, bedrooms, bathrooms, property type, coordinates, summary, date added and the estate agent name, branch and phone number. Search any UK location. Export to JSON, CSV or Excel.
{ "searchLocation": "London", "id": 89395245, "transactionType": "sale", "displayAddress": "The Lock Building, High Steet, E15", "propertySubType": "Apartment", "propertyType": "2 bedroom apartment for sale", "bedrooms": 2, "bathrooms": 2, "displaySize": "670 sq. ft." }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Search Location | Id | Transaction Type | Display Address |
|---|---|---|---|
| London | 89395245 | sale | The Lock Building, High Steet, E15 |
| London | 760770556763601 | sale | One Page Street, London, SW1P 4PQ |
| London | 148711631 | sale | One Hyde Park, Knightsbridge, Lon… |
| London | 757097812420945 | sale | Vincent House, 5 Pembridge Square… |
{ "searchLocation": "London", "id": 89395245, "transactionType": "sale", "displayAddress": "The Lock Building, High Steet, E15", "propertySubType": "Apartment", "propertyType": "2 bedroom apartment for sale", "bedrooms": 2, "bathrooms": 2, "displaySize": "670 sq. ft." }
常见问题
Can I search by postcode?
Yes. Enter a postcode area such as `SW1` or a town, city, borough or region in the Location field and the closest matching area is used.
Does it include the estate agent phone number?
Yes. Each listing carries the agent name, branch name and the contact phone number shown on the listing, plus a link to the agent's page.
Can I get rentals as well as properties for sale?
Yes. Switch the Listing type to "To rent" to pull rental listings with the monthly price and availability date.
How many listings can I collect?
Set Max Items to control the run. Results are read page by page from the search, so you can pull a small sample or a large area.
How fresh is the data?
Listings are read live at run time, so each record reflects what is on the search at the moment of the run (see observedAt).