Rightmove House Prices Scraper avatar

Rightmove House Prices Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Rightmove House Prices Scraper

Rightmove House Prices Scraper

Extract historical house prices including sale dates, property types, and tenure from Rightmove search results. Powered by Rightmove Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Share

This actor extracts Prices from Rightmove house price search results and area pages. It captures historical sale data, property specifications, and geographic coordinates for residential transactions.

Want more from Rightmove?

This actor covers Prices only. The full Rightmove Scraper browser extension also includes Properties, Agents with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Rightmove Scraper extension


Data Fields

Field NameDescriptionExample
AddressFull postal address of the property12 High Street, London, SW1A 1AA
Property TypeThe category of the buildingSemi-Detached
Number of BedroomsCount of bedrooms3
Latest Sale PriceMost recent transaction value£450,000
Latest Sale DateDate of the most recent sale15 May 2023
Previous Sale PricePrice of the prior transaction£380,000
Previous Sale DateDate of the prior transaction10 Oct 2018
TenureOwnership typeFreehold
Is New BuildBoolean status for new constructionsfalse
Has Floor PlanIndicates if a floor plan is availabletrue
Image URLLink to the main property imagehttps://media.rightmove.co.uk/dir/123/image.jpg
Medium Image URLLink to a medium-sized imagehttps://media.rightmove.co.uk/dir/123/image_med.jpg
Number of ImagesTotal count of available photos12
Detail URLLink to the specific price history pagehttps://www.rightmove.co.uk/house-prices/details/england-123
LatitudeGeographic latitude51.5074
LongitudeGeographic longitude-0.1278
Static Map URL MobileMap image link for mobile deviceshttps://media.rightmove.co.uk/map/mobile.png
Static Map URL DesktopMap image link for desktop deviceshttps://media.rightmove.co.uk/map/desktop.png

Input

  • urls: Array of Rightmove house price search result or area page URLs.
  • maxItems: Maximum number of price records to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.rightmove.co.uk/house-prices/london.html"],
"maxItems": 50
}

Example Output

[
{
"Address": "10 Baker Street, London, W1U 3BT",
"Property Type": "Terraced",
"Number of Bedrooms": 2,
"Latest Sale Price": "£1,200,000",
"Latest Sale Date": "12 Jan 2024",
"Previous Sale Price": "£950,000",
"Previous Sale Date": "05 Mar 2015",
"Tenure": "Leasehold",
"Is New Build": false,
"Has Floor Plan": true,
"Image URL": "https://media.rightmove.co.uk/123/img1.jpg",
"Medium Image URL": "https://media.rightmove.co.uk/123/img1_med.jpg",
"Number of Images": 8,
"Detail URL": "https://www.rightmove.co.uk/house-prices/details/england-101",
"Latitude": 51.5205,
"Longitude": -0.1567,
"Static Map URL Mobile": "https://media.rightmove.co.uk/map/m1.png",
"Static Map URL Desktop": "https://media.rightmove.co.uk/map/d1.png"
},
{
"Address": "42 Queens Road, Richmond, TW10 6JJ",
"Property Type": "Detached",
"Number of Bedrooms": 4,
"Latest Sale Price": "£2,150,000",
"Latest Sale Date": "20 Nov 2023",
"Previous Sale Price": "£1,800,000",
"Previous Sale Date": "14 Jul 2019",
"Tenure": "Freehold",
"Is New Build": false,
"Has Floor Plan": true,
"Image URL": "https://media.rightmove.co.uk/456/img2.jpg",
"Medium Image URL": "https://media.rightmove.co.uk/456/img2_med.jpg",
"Number of Images": 15,
"Detail URL": "https://www.rightmove.co.uk/house-prices/details/england-202",
"Latitude": 51.4521,
"Longitude": -0.2984,
"Static Map URL Mobile": "https://media.rightmove.co.uk/map/m2.png",
"Static Map URL Desktop": "https://media.rightmove.co.uk/map/d2.png"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.