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 sale prices, dates, tenure, and property types 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

a day ago

Last modified

Categories

Share

This actor extracts House Prices from Rightmove. It captures historical sale data including prices, dates, and property specifications from house price search result pages. Use this data to analyze market trends and historical valuations.

Data Fields

Field NameDescriptionExample
AddressFull property address12 High Street, London, SW1A 1AA
Property TypeType of buildingDetached
Number of BedroomsCount of bedrooms3
Latest Sale PriceMost recent sold price450000
Latest Sale DateDate of most recent sale2023-05-12
Previous Sale PricePrice of the prior sale380000
Previous Sale DateDate of the prior sale2018-11-20
TenureOwnership typeFreehold
Is New BuildBoolean status for new buildsfalse
Has Floor PlanIf a floor plan is availabletrue
Image URLPrimary property imagehttps://media.rightmove.co.uk/dir/1.jpg
Medium Image URLMedium sized imagehttps://media.rightmove.co.uk/dir/1_med.jpg
Number of ImagesTotal images available5
Detail URLLink to the property historyhttps://www.rightmove.co.uk/house-prices/detail.html?prop=123
LatitudeGeographic latitude51.5074
LongitudeGeographic longitude-0.1278
Static Map URL MobileMap image for mobilehttps://maps.rightmove.co.uk/static/mobile.png
Static Map URL DesktopMap image for desktophttps://maps.rightmove.co.uk/static/desktop.png

Input

  • urls: Array of Rightmove house price search result URL strings.
  • maxItems: Maximum number of items to scrape per URL. Default is 100.

Example Input

{
"urls": ["https://www.rightmove.co.uk/house-prices/results.html?searchLocation=SW1A"],
"maxItems": 50
}

Example Output

[
{
"Address": "10 Downing Street, London, SW1A 2AA",
"Property Type": "Terraced",
"Number of Bedrooms": 5,
"Latest Sale Price": 1200000,
"Latest Sale Date": "2022-01-15",
"Previous Sale Price": 950000,
"Previous Sale Date": "2015-06-10",
"Tenure": "Freehold",
"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/123",
"Latitude": 51.5033,
"Longitude": -0.1276,
"Static Map URL Mobile": "https://maps.rightmove.co.uk/m1.png",
"Static Map URL Desktop": "https://maps.rightmove.co.uk/d1.png"
},
{
"Address": "Apartment 4, Riverside Wharf, Manchester, M1 1AA",
"Property Type": "Flat",
"Number of Bedrooms": 2,
"Latest Sale Price": 250000,
"Latest Sale Date": "2023-08-22",
"Previous Sale Price": null,
"Previous Sale Date": null,
"Tenure": "Leasehold",
"Is New Build": true,
"Has Floor Plan": true,
"Image URL": "https://media.rightmove.co.uk/456/img1.jpg",
"Medium Image URL": "https://media.rightmove.co.uk/456/img1_med.jpg",
"Number of Images": 4,
"Detail URL": "https://www.rightmove.co.uk/house-prices/details/456",
"Latitude": 53.4808,
"Longitude": -2.2426,
"Static Map URL Mobile": "https://maps.rightmove.co.uk/m2.png",
"Static Map URL Desktop": "https://maps.rightmove.co.uk/d2.png"
}
]

Want more from Rightmove?

This actor only covers House Prices. The full Rightmove Scraper browser extension also includes Properties in a List, Property Details, Agents in a List, Agent Details 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

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