UK property market monitoring
Use Rightmove endpoints to turn uk property market monitoring into repeatable API requests with documented inputs and JSON responses.
Turn Rightmove — the UK's largest property portal — into structured JSON: location autocomplete, for-sale/to-let/sold property search with price and bedroom filters, and full property detail including floor plans, EPC rating, and nearby schools, all with one API key.
Search Rightmove property listings, get full property detail, and autocomplete UK locations, as structured JSON.
Endpoint families
3
Documented params
16
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
6
Schema refs
3
{
"platform": "Rightmove",
"endpoint": "rightmove-search",
"method": "GET",
"path": "/rightmove/search",
"auth": "apiKey"
}Use cases
Search Rightmove property listings, get full property detail, and autocomplete UK locations, as structured JSON.
Use Rightmove endpoints to turn uk property market monitoring into repeatable API requests with documented inputs and JSON responses.
Use Rightmove endpoints to turn for-sale and to-let inventory tracking into repeatable API requests with documented inputs and JSON responses.
Use Rightmove endpoints to turn local school and amenity research into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Rightmove endpoint catalog — 3 endpoints, 16 documented request parameters, and 3 published response schemas — the same catalog Docs and Playground run against.
3 documented Rightmove endpoints, grouped into 3 request families — Autocomplete, Properties and Search.
16 request parameters are documented across those Rightmove endpoints, 6 of them required — the full input contract is public before you write any integration code.
3 of the 3 Rightmove endpoints ship a recorded example response, and 3 carry a documented response schema — you can code against the real JSON before the first request.
Rightmove endpoints document their error responses (400, 404, 429 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
All 3 Rightmove routes can be run from Docs and Playground with the same parameters used in production.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/rightmove/autocomplete
/rightmove/properties/{id}
/rightmove/search
Endpoint catalog
/rightmove/searchReturns normalized Rightmove public property search results. Callers can use location query directly or pass a location identifier from autocomplete results.
/rightmove/properties/{id}Returns normalized Rightmove public property details using the property ID.
/rightmove/autocompleteReturns normalized Rightmove public web autocomplete candidates for location search.
Related APIs
Real Estate & Property
Use a Zillow API to turn public property search, home detail, and location autocomplete pages into structured JSON for real estate research, market monitoring, and property intelligence workflows.
Real Estate & Property
Use a Redfin API to turn public Redfin listing search, property detail, Redfin Estimate, comparables, and regional market-trend pages into structured JSON for real estate research, valuation, and market-monitoring workflows.
How to scrape Rightmove
Crawlora's Rightmove endpoints return normalized public Rightmove property data as JSON with one API key — no Rightmove account required.
Pass a partial place name to /rightmove/autocomplete for Rightmove's own public location suggestions, each with an ID, name, full name, and entity type.
Pass a location string (or an ID from autocomplete) to /rightmove/search, with an optional status (for_sale, to_let, or sold), page, and price/bedroom/bathroom/property_type filters. Results are paginated in pages of 24.
Pass a property ID from search results to /rightmove/properties/{id} for description, features, floor plan, EPC rating, council tax band, tenure, availability date, customer reviews, and nearby schools when available.
FAQ
Call /rightmove/search with a location for listings, /rightmove/properties/{id} with a property ID for full detail, or /rightmove/autocomplete with a partial place name for location suggestions — all return structured JSON with one API key.
Yes — /rightmove/search accepts min_price, max_price, min_bedrooms, max_bedrooms, min_bathrooms, max_bathrooms, and property_type alongside its required location parameter and optional status and page.
Description, features, floor plan, EPC rating, council tax band, tenure, availability date, customer reviews, and nearby schools when the listing provides them, alongside price, bedrooms, bathrooms, and days on market.
No. All three endpoints read Rightmove's own public pages and require only your Crawlora API key.