VOOZH about

URL: https://apify.com/sian.agency/rightmove-property-scraper

โ‡ฑ Rightmove Scraper โ€” UK Property Data + Sold Prices ยท Apify


๐Ÿ‘ Rightmove API ยท UK Property Data + Sold Prices ยท No-Code avatar

Rightmove API ยท UK Property Data + Sold Prices ยท No-Code

Pricing

from $3.00 / 1,000 property extracteds

Go to Apify Store

Rightmove API ยท UK Property Data + Sold Prices ยท No-Code

The complete Rightmove API for UK property data. Pull live sale + rent listings, sold-price comparables (Land Registry stitched), EPC + tenure + floor area, buy-to-let filters, and polygon search โ€” in one no-code actor.

Pricing

from $3.00 / 1,000 property extracteds

Rating

0.0

(0)

Developer

๐Ÿ‘ SIรN Oรœ

SIรN Oรœ

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

๐Ÿ‡ฌ๐Ÿ‡ง Rightmove API ยท UK Property Data + Sold Prices ยท No-Code

The complete Rightmove API for UK property data. Pull live sale + rent listings, sold-price comparables (Land-Registry-stitched), EPC + tenure + floor area, buy-to-let filters, and polygon search โ€” in one no-code actor. No proxies, no CAPTCHAs, no breaking selectors.

Independent tool ยท not affiliated with Rightmove plc.

Why this Rightmove scraper

Most Rightmove scrapers on Apify give you live listings only. This one bundles five things no one else combines:

  1. Sold-price comparables in the same actor โ€” Land-Registry-style completed sales for any UK location, no extra workflow.
  2. Buy-to-let / investor filters โ€” mustHave (garden, parking, new home), dontShow (retirement, shared ownership, student let), letType (long-term / short-term / student) โ€” out of the box.
  3. Polygon + coordinate search โ€” sweep map-bounded areas, not just town names.
  4. Full-detail enrichment โ€” one extra call returns description, EPC, tenure, floor area, council tax, stations, floorplans, virtual tours, full branch contact.
  5. Market KPIs โ€” median sale / rent / sold price, area breakdowns, price distribution (min ยท median ยท p90 ยท max).

What you get

  • 3 listing channels in one actor โ€” for-sale, to-rent, AND UK sold-price comparables (Land-Registry-style completed sales).
  • 6 search modes โ€” bylocation ยท byzip ยท bycoordinates ยท byurl ยท bulklocations (PAID) ยท soldprices.
  • HTML report โ€” saved to the key-value store on every run.
  • Transparent 6-tier pricing โ€” FREE โ†’ BRONZE โ†’ SILVER โ†’ GOLD โ†’ PLATINUM โ†’ DIAMOND. Discount auto-applies as your monthly volume grows.
  • Three-key fallback โ€” primary + 2 backups for uptime.

Search modes at a glance

ModeInputBest for
bylocationFree-text UK location ("London", "Manchester", "Clapham Junction", "NW3")Town / neighbourhood / station sweeps
byzipUK postcode โ€” outward (SW1A) or full (SW1A 1AA)Postcode-level inventory
bycoordinatesLat/lon + radius (miles)Map-bounded sweeps
byurlPaste a Rightmove search URLReplicate any filter the website supports
bulklocations (PAID)Array of locationsMulti-area portfolio sweeps
soldpricesUK location + property type + tenure + last-N-yearsUK comparables / Land-Registry-style sold-price comps

Filters

Shared across listings modes โ€” propertyType, priceRange, bedroomsRange, bathroomsRange, mustHave, dontShow, keywords, daysSinceAdded, sortOrder, resultCount, includeUnavailable.

Rent-only โ€” furnishType (furnished / part_furnished / unfurnished), letType (long_term / short_term / student).

Sold-prices โ€” soldPropertyType, soldTenure (FREEHOLD / LEASEHOLD), soldInYears, soldSortBy, soldSortOrder.

FREE tier

  • 1 search mode at a time, up to 5 queries
  • 25 listings per run
  • All search modes available except bulklocations and listingType=both
  • Detail enrichment disabled
  • HTML report + market KPIs included

Upgrade to any paying Apify plan to unlock bulk locations, dual sale+rent runs, full-detail enrichment, and unlimited listings.

Output schema (per row)

{
"propertyId": "148711631",
"listingType": "sale", // sale | rent | sold
"url": "https://www.rightmove.co.uk/properties/148711631",
"thumbnailUrl": "https://media.rightmove.co.uk/...",
"propertyTitle": "5 bedroom apartment",
"address": { "full": "One Hyde Park, Knightsbridge, London, SW1X" },
"pricing": {
"price": 60000000,
"priceCurrency": "GBP",
"priceDisplay": "ยฃ60,000,000",
"priceQualifier": "",
"rentFrequency": null // populated for rent: "pcm" | "pw"
},
"specs": { "beds": 5, "propertyType": "Apartment" },
"location": { "latitude": 51.50187, "longitude": -0.161945, "distance": null },
"branch": { "id": 271223, "name": "...", "brandName": "...", "phone": "...", "logoUrl": "...", "branchUrl": "..." },
"media": { "photoCount": 6, "floorplanCount": 0, "hasVideo": false, "photos": [ "..." ] },
"flags": { "isPremium": false, "isFeatured": false, "isBuildToRent": false, "status": null },
"keywords": [],
"addedReason": "new",
"sortDate": "2024-07-05T15:28:05.000Z",
"detail": { /* (optional, PAID) fullDescription, EPC, tenure, floor area, features, stations, branch */ },
"sourceLabel": "location: London ยท sale",
"scrapedAt": "2026-05-19T..."
}

Use cases

  • UK property investors โ€” sweep BTL targets by postcode + must-have filters, then pull sold-price comparables to underwrite the deal.
  • Estate agents โ€” comp pulls, branch / brand listings counts, on-market vs sold-STC ratios.
  • PropTech builders โ€” pipe live UK property data into your dashboards, CRMs, valuation tools.
  • Market researchers โ€” median price + area breakdowns + recency cohorts across any UK location.
  • Surveyors / valuers โ€” pull soldprices for any postcode with tenure and property-type filters.

Quick start

  1. Pick a search mode (default bylocation).
  2. Fill the matching input โ€” location, zipCode, latitude + longitude, or rightmoveUrl.
  3. (Optional) Add filters โ€” propertyType, priceRange, mustHave, daysSinceAdded, etc.
  4. (Optional, PAID) Tick includeDetails for the full property record per listing.
  5. Run. The dataset fills in real time; the HTML report is saved to the key-value store.

โš ๏ธ Trademark Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Rightmove plc, or any of its subsidiaries. "Rightmove" is used solely in a descriptive sense to identify the public data source the Actor reads from. All trademarks are the property of their respective owners.

Legal & scraping

This Actor reads publicly-available UK property listings via a stable third-party data layer. Use of the data must comply with your local laws and any applicable terms of the source website. Bulk personal data, copyrighted descriptions, and contact details are intended for one-off research and underwriting, not bulk redistribution.

Support

You might also like

Rightmove Property Scraper โ€” UK Listings

omarjab/rightmove-scraper

Scrape UK property listings from Rightmove. Extract price, bedrooms, bathrooms, location, coordinates, agent details, images and more. Covers buy, rent and sold. Pay per property scraped โ€” no subscription needed.

Rightmove Scraper - UK Property Listings, Prices & Agent Data

thirdwatch/rightmove-scraper

Scrape Rightmove UK property listings. Get prices, addresses, bedrooms, bathrooms, agent details, coordinates, tenure, and 20+ fields. For-sale and to-rent. No login required.

Rightmove Scraper โ€” UK Property Listings & Prices

studio-amba/rightmove-scraper

Scrape property listings, prices, and details from Rightmove.co.uk โ€” the UK's largest property portal.

Rightmove Property Listings Scraper UK Data

fetch_cat/rightmove-property-listings-scraper

Scrape Rightmove sale, rent, new-build, and commercial listings with prices, addresses, agents, images, and dates for UK property research workflows.

Rightmove Scraper โ€” UK Property Listings

devilscrapes/rightmove-uk-property

Scrape UK property listings from Rightmove (for-sale or to-rent) โ€” price, address, bedrooms, agent phone, floor plan, EPC, photos, full description โ€” export to JSON or CSV. A Rightmove data scraper that enriches from each detail page, going beyond the public search payload.

Rightmove Scraper - UK Property, Rent, Sold & Agents

khadinakbar/rightmove-all-in-one-scraper

Scrape Rightmove.co.uk for-sale, to-rent, sold prices, and estate agents by URL or location. Auto-detects input type, returns 25+ flat fields per property: price, address, GPS, beds, baths, tenure, features, photos, floorplans, agent contacts. HTTP-only, MCP-ready, no auth required.

Rightmove Scraper

silentflow/rightmove-scraper

Rightmove scraper for UK real estate data. Extract property listings for sale or rent, sold prices, agent contacts, price history, nearest schools with OFSTED ratings, stations, EPC ratings, floorplans. Paste any Rightmove search URL. Export to JSON, CSV, Excel.