Rightmove Properties Scraper avatar

Rightmove Properties Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Rightmove Properties Scraper

Rightmove Properties Scraper

Extract property listings with prices, locations, and branch details from search results and map views. 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

4

Total users

0

Monthly active users

a day ago

Last modified

Share

This actor extracts Properties from Rightmove. It works on search results, map views, and property feeds to collect listing data. The scraper returns structured information including pricing, location coordinates, and branch contact details.


Want more from Rightmove?

This actor covers Properties only. The full Rightmove Scraper browser extension also includes Properties, Agents, Prices 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
BedroomsNumber of bedrooms3
BathroomsNumber of bathrooms2
Number of ImagesCount of photos12
Number of FloorplansCount of floorplans1
Number of Virtual ToursCount of virtual tours0
SummaryShort listing descriptionA spacious three bedroom semi-detached house.
Display AddressFormatted address stringHigh Street, London, NW1
Country CodeTwo-letter country codeGB
LatitudeGeographic latitude51.5074
LongitudeGeographic longitude-0.1278
Property TypeCategory of propertySemi-Detached
Price AmountNumerical price450000
Price FrequencyHow often price is paidnotSpecified
Currency CodeCurrency of listingGBP
Display PriceFormatted price string£450,000
Display Price QualifierPrice contextOffers in Region of
Branch IDUnique ID for the agency branch12345
Branch NameName of the agency branchSavills
Branch Display NameFormatted agency nameSavills, London
Branch PhoneContact number for branch020 7946 0000
First Visible DateDate listing went live2023-10-01T10:00:00Z
Last Update DateDate of last modification2023-10-15T14:30:00Z
Last Update ReasonReason for updateprice_reduced
Featured PropertyIf listing is featuredfalse
Premium ListingIf listing is premiumtrue
Property URLLink to listing pagehttps://www.rightmove.co.uk/properties/123
All ImagesArray of image URLs["https://media.rightmove.co.uk/1.jpg"]

Input

  • urls: Array of URL strings. Use Rightmove search results, map views, or property feed pages.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.example.com/search?q=test"],
"maxItems": 50
}

Example Output

[
{
"Bedrooms": 2,
"Bathrooms": 1,
"Number of Images": 8,
"Number of Floorplans": 1,
"Number of Virtual Tours": 1,
"Summary": "Modern apartment in the heart of the city.",
"Display Address": "Victoria Street, Manchester",
"Country Code": "GB",
"Latitude": 53.4808,
"Longitude": -2.2426,
"Property Type": "Apartment",
"Price Amount": 250000,
"Price Frequency": "notSpecified",
"Currency Code": "GBP",
"Display Price": "£250,000",
"Display Price Qualifier": "",
"Branch ID": "6789",
"Branch Name": "Knight Frank",
"Branch Display Name": "Knight Frank, Manchester",
"Branch Phone": "0161 123 4567",
"First Visible Date": "2023-11-01T09:00:00Z",
"Last Update Date": "2023-11-05T11:00:00Z",
"Last Update Reason": "new",
"Featured Property": true,
"Premium Listing": false,
"Property URL": "https://www.rightmove.co.uk/properties/456",
"All Images": ["https://media.rightmove.co.uk/img1.jpg", "https://media.rightmove.co.uk/img2.jpg"]
},
{
"Bedrooms": 4,
"Bathrooms": 3,
"Number of Images": 20,
"Number of Floorplans": 2,
"Number of Virtual Tours": 0,
"Summary": "Detached family home with large garden.",
"Display Address": "Oak Lane, Bristol",
"Country Code": "GB",
"Latitude": 51.4545,
"Longitude": -2.5879,
"Property Type": "Detached",
"Price Amount": 600000,
"Price Frequency": "notSpecified",
"Currency Code": "GBP",
"Display Price": "£600,000",
"Display Price Qualifier": "Guide Price",
"Branch ID": "9910",
"Branch Name": "Hamptons",
"Branch Display Name": "Hamptons, Bristol",
"Branch Phone": "0117 946 0000",
"First Visible Date": "2023-10-20T08:30:00Z",
"Last Update Date": "2023-11-10T16:45:00Z",
"Last Update Reason": "price_reduced",
"Featured Property": false,
"Premium Listing": true,
"Property URL": "https://www.rightmove.co.uk/properties/789",
"All Images": ["https://media.rightmove.co.uk/img3.jpg"]
}
]

Disclaimer

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