Rightmove UK Property Scraper avatar

Rightmove UK Property Scraper

Under maintenance

Pricing

$5.00 / 1,000 result scrapeds

Go to Apify Store
Rightmove UK Property Scraper

Rightmove UK Property Scraper

Under maintenance

Extract UK property listings from Rightmove. Get address, price, bedrooms, bathrooms, property type, agent, photos, and listing date. Ideal for UK real estate analytics and investment research. PPE pricing — pay only for results.

Pricing

$5.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Web Data Labs

Web Data Labs

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

18 days ago

Last modified

Categories

Share

Scrape UK property listings from Rightmove — the UK's largest property portal — including price (GBP), bedrooms, bathrooms, full address, agent, listing URL, photo, and posting date.

Why Rightmove data matters

Rightmove lists the overwhelming majority of UK residential property on the market at any given time. Structured listing data powers:

  • Investment & buy-to-let analysis — track asking prices, yield estimates, and time-on-market by postcode
  • Market research & pricing intelligence — compare price-per-bedroom across cities, boroughs, and postcodes
  • PropTech & comparison tools — feed listings into price-prediction models, alerts, and aggregators
  • Estate agents & lettings agencies — competitive monitoring of stock, agent activity, and pricing
  • Relocation services & journalism — surface housing-market trends with verifiable, current evidence

Pulling this data manually is a non-starter — a single search-result page lists 24 properties and a major city like London easily yields tens of thousands.

What this actor does

You give it a UK location string (city, town, area, or postcode prefix). The actor resolves it to Rightmove's internal location identifier, paginates through the search results, and returns a clean JSON record per property.

It handles the awkward bits — location lookup, pagination, retries, residential UK proxies — so you only think about the data.

Input

{
"location": "London",
"property_type": "sale",
"max_results": 50
}
FieldTypeDefaultNotes
locationstringrequiredUK city, town, area, or postcode (e.g. "Manchester", "SW1A", "Brighton")
property_typeenum"sale""sale" or "rent"
max_resultsint501 – 500

Output

One record per listing:

{
"property_id": "148711631",
"address": "One Hyde Park, Knightsbridge, London, SW1X",
"price_gbp": 60000000,
"price_display": "£60,000,000",
"bedrooms": 5,
"bathrooms": 5,
"property_type": "5 bedroom apartment for sale",
"description_snippet": "Dual aspect 5 bed apartment with a balcony and exceptional residents' amenities",
"agent_name": "Knight Frank, Knightsbridge",
"listing_url": "https://www.rightmove.co.uk/properties/148711631",
"photo_url": "https://media.rightmove.co.uk/.../IMG_00_0000_max_476x317.jpeg",
"posted_date": "2026-04-29T16:29:29Z",
"listing_type": "sale",
"location_resolved": "London",
"scraped_at": "2026-05-01T10:00:00.000Z"
}

Pricing

Pay per result — you only pay for listings that are actually returned. The first 5 results per run are free on the Apify Free plan, so you can validate the actor before scaling.

Calling from the API

curl -X POST "https://api.apify.com/v2/acts/cryptosignals~rightmove-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"location":"Manchester","property_type":"rent","max_results":50}'

Notes & fair use

  • Respect Rightmove's terms of service. This actor is intended for research, analysis, and product use — not for republishing the full dataset.
  • Listings change throughout the day; re-run for fresh data.
  • For very large pulls (full city sweeps) please contact the developer to discuss scaling.