Rightmove Sold House Properties Scraper avatar

Rightmove Sold House Properties Scraper

Try for free

3 days trial then $30.00/month - No credit card required now

Go to Store
Rightmove Sold House Properties Scraper

Rightmove Sold House Properties Scraper

dhrumil/rightmove-sold-house-properties-scraper
Try for free

3 days trial then $30.00/month - No credit card required now

Scrape rightmove.co.uk to crawl millions of sold house properties from United Kingdom. Our real estate scraper also lets you monitor specific listing for newly sold properties. You can provide multiple search result listings to scrape/monitor.

🏡 What is Rightmove Sold House Properties Scraper?

This Rightmove sold house properties Scraper will enable you scrape any listing from collection from rightmove.co.uk.

You can simply take your listing url from browser and enter it into this actor. This actor will crawl through all pages of particular listing and generate dataset for you.

Listing url is something you get when you perform the search on rightmove site. Example listing urls :

🚪 What can this Rightmove Sold House Properties Scraper do?

📈 Extract Rightmove sold history data listings on Rightmove

👀 This actor is not just scraper but also has monitoring capability. You can turn on monitoring mode and it will give you only newly sold properties compared to your previous scrapes.

⬇️ Download Rightmove real estate data in Excel, CSV, JSON, and other formats

📚 How do I start scraping with this scraper?

  1. Register for your free Apify account here
  2. You don't need to provide your credit card details for free acount. Just click on "Get Started" button on above link and complete the registration only.
  3. Free account comes with reasonable credits to try out this actor. This actor also comes with free trial of 3 days without any commitment/upfront charge.
  4. Run this actor and verify the scraped data. Apify has huge integration possibilities. You can download the data or push the data into any 3rd party platform directly.

🌳 What Rightmove data can I extract using this tool?

📝📝
Property TypeFull Address
Property URLFeatures
BathroomsBedrooms
LatitudeLongitude
Past TransactionsUpdated Date

⬇️ Input

For simple usecase, you just need to provide browser url of rightmove search result page & that's all. You can leave other fields as they are to be sensible defaults.

Input example

1{
2    "listUrls": [
3        {
4            "url": "https://www.rightmove.co.uk/house-prices/ab10.html"
5        }
6    ],
7    "fullScrape": true,
8    "monitoringMode": false,
9    "deduplicateAtTaskLevel" : false
10}

Understading monitoring mode :

  • fullScrape : If you turn this setting on, it will take more time to scrape. However, it will fetch additional details like features, number of bathrooms, property sub type etc.

  • monitoringMode : This option when turned on will only scrape newly sold property listings compared to previously scraped properties by this actor. In case, existing property is sold again having new transaction, it will appear again in the output.

  • deduplicateAtTaskLevel : By default scraper will deduplicate and monitor successive updates at account level. In case, you have configured many tasks from this actor and you want de-duplication / successive updates at task level, enble this setting. Enabling this means that two different tasks are treated as two isolated scraping when it comes to monitoring mode.

⬆️ Output

The scraped data is stored in the dataset of each run. The data can be viewed or downloaded in many popular formats, such as JSON, CSV, Excel, XML, RSS, and HTML.

Output example

The result for scraping a single property like this:

1{
2	"features": [
3		"Council Tax Band A &amp Home Report Included in Brochure",
4		"Traditional Rear Top Floor Flat",
5		"Ideal first time buy or investment property",
6		"Landlord Ready - Rental Around 525pcm",
7		"1 Double Bedroom",
8		"Fitted Kitchen Adjoining the Lounge",
9		"Spacious Lounge",
10		"White Suite Bathroom ",
11		"Double Glazed &amp Central Heating",
12		"Fantastic Access into Aberdeen City Centre"
13	],
14	"property_type": "Terraced",
15	"property_subtype": "Flat",
16	"address": "70, Ashvale Place, Aberdeen, Aberdeenshire AB10 6QB",
17	"detailUrl": "https://www.rightmove.co.uk/house-prices/details/scotland-144176198-21704953?s=1f0bd9e4aaf454c05ce08c2f079efc47ad83672e310ff6cc5df6abd4119c2ccb",
18	"latitude": 57.14062,
19	"longitude": -2.11763,
20	"bedrooms": 1,
21	"bathrooms": 1,
22	"transactions": [
23		{
24			"id": "21704953ROS",
25			"displayPrice": "£35,000",
26			"price": 35000,
27			"deedDate": "2024-04-11",
28			"newBuild": false,
29			"tenure": null,
30			"percentageChange": -42,
31			"displayDeedDate": "11 Apr 2024"
32		},
33		{
34			"id": "21668962ROS",
35			"displayPrice": "£60,000",
36			"price": 60000,
37			"deedDate": "2024-01-08",
38			"newBuild": false,
39			"tenure": null,
40			"percentageChange": 9,
41			"displayDeedDate": "08 Jan 2024"
42		}
43	],
44	"processed_at": "2024-12-31T09:04:09.555Z"
45}

❓Limitations

Since Rightmove allows only 1000 properties per listing/search result, you might want to break down your listing urls into smaller area if it has more than 1K results. Good News is that even if multiple list urls contains overlapping results, they will get deduplicated within same run data.

💰 How much will be the scraping cost you?

This scraper runs in two modes. One is initial scraping mode and another is monitoring mode. Initial scraping really depends on amount of properties you are scraping. In our experience, monitoring whole UK for any new sale properties costs around $25 per run and for amonitoring whole UK for any new rental properties costs around $10 per run. Notably, this cost is within monthly credits you get when you are on $49 Starter Plan.

🙋‍♀️ For custom solutions

In case you need some custom solution, you can contact me : dhrumil@techvasu.com

Or learn more about me on github : https://github.com/dhrumil4u360

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Dec 2024

  • Modified 4 days ago