Rightmove Property Scraper avatar

Rightmove Property Scraper

Under maintenance

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Rightmove Property Scraper

Rightmove Property Scraper

Under maintenance

Extract property details from Rightmove URLs, effortlessly scrape the UK's largest property portal with over 60,000 active listings at any time.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Ocrad

Ocrad

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

This Actor scrapes property listings from Rightmove.co.uk — the UK's largest property portal with over 60,000 active listings at any time.

With this Actor, you can:

  • Get Basic Listing Data: Extract price, address, beds/baths, size, property type, tenure, agent name, and thumbnail for every card on the results page.
  • Access Deep Property Details: Enable detailedInfo to visit each listing page and extract the full description, room details, nearest stations, leasehold years, all photos, and direct contact info.
  • Scrape Any Search: Pass any Rightmove search URL — location, price range, property type, buy or rent — the Actor respects all filters.

📝 Example Output

Basic record (detailedInfo: false):

{
"url": "https://www.rightmove.co.uk/properties/173742266",
"address": "Queens Head Street, London, N1",
"price": "£325,000",
"priceAmount": 325000,
"currency": "GBP",
"bedrooms": 1,
"bathrooms": 1,
"size": "348 sq. ft.",
"propertyType": "Apartment",
"propertyTypeDescription": "1 bedroom apartment for sale",
"tenure": "LEASEHOLD",
"imageUrl": "https://media.rightmove.co.uk/dir/crop/10:9-16:9/property-photo/b72cb1a53/173742266/b72cb1a53ba530fd54f3a25fa52c8a07_max_476x317.jpeg",
"agentName": "Cluttons, Islington - Sales",
"agentPhone": "020 3873 8411",
"addedOrReduced": "Reduced on 29/04/2026",
"listingUpdateReason": "price_reduced",
"keyFeatures": ["Close to Angel Station (0.6km)", "Period conversion", "Chain free"],
"tags": [],
"latitude": 51.536628,
"longitude": -0.099585,
"summary": "Ideal for a first time buyer or for use as a Pied-à-terre...",
"firstListedDate": "2026-03-26T13:51:10Z",
"scrapedAt": "2026-05-05T20:00:00.000Z"
}

Detailed record (detailedInfo: true, additional fields):

{
"pricePerSqFt": "£723.35 per sq ft",
"sizeSqFt": 788,
"sizeSqM": 73,
"leaseholdYears": 250,
"postcode": "SE15 1BW",
"agentAddress": "201 Commercial Way, Peckham, London, SE15 1BW",
"contactPhone": "020 4572 7697",
"nearestStations": [
{ "name": "Queens Road Peckham Station", "distanceMiles": 0.49, "types": ["NATIONAL_TRAIN", "LONDON_OVERGROUND"] }
],
"images": ["https://media.rightmove.co.uk/property-photo/...jpeg"],
"rooms": [
{ "name": "Living Room", "dimensions": "4.57 x 3.35m", "description": "Karndean flooring" }
]
}

⚙️ Configuration

ParameterTypeDefaultDescription
urlString(required)Rightmove search results URL with filters pre-applied.
maxPagesInteger1Number of pages to scrape. Each page contains 24 listings.
detailedInfoBooleanfalseVisit each listing's detail page for full data (slower).

Example Input

{
"url": "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490&sortType=2&numberOfPropertiesPerPage=24",
"maxPages": 3,
"detailedInfo": false
}

Getting your search URL

  1. Go to rightmove.co.uk
  2. Search for a location and apply your filters (price range, beds, property type, buy/rent)
  3. Copy the full URL from your browser — it will contain locationIdentifier= and other filter params
  4. Paste it as the url input

💬 Support and Feedback

Need help or have suggestions? Reach out via Apify support or leave feedback on the Actor page.


It is legal to scrape publicly available data such as property prices, addresses, and listing details. You should be aware that results may contain personal information (agent names, phone numbers). Personal data is protected by GDPR and other regulations. Only scrape personal data if you have a legitimate reason to do so.