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, dedicated commercial, new-homes and student-accommodation searches, estate-agent branch listings, and full property detail including floor plans, EPC rating, and nearby schools, all with one API key.
Search Rightmove residential, commercial, new-homes, and student listings, get full property detail, and autocomplete UK locations, as structured JSON.
Endpoint families
6
Documented params
48
Examples
0
Live catalog snapshot
Active endpoints
8
Methods
GET
Required params
16
Schema refs
8
{
"platform": "Rightmove",
"endpoint": "rightmove-search",
"method": "GET",
"path": "/rightmove/search",
"auth": "apiKey"
}Use cases
Search Rightmove residential, commercial, new-homes, and student 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 estate agent and new-build coverage analysis into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Rightmove endpoint catalog — 8 endpoints, 48 documented request parameters, and 8 published response schemas — the same catalog Docs and Playground run against.
8 documented Rightmove endpoints, grouped into 7 request families — Agents, Autocomplete and Commercial, plus 4 more.
48 request parameters are documented across those Rightmove endpoints, 16 of them required — the full input contract is public before you write any integration code.
8 of the 8 Rightmove endpoints carry a documented response schema, so the JSON shape is known before you write any parsing code.
Rightmove endpoints document their error responses (400, 404, 500 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.
8 hosted MCP tools back the Rightmove endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
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/agents
/rightmove/autocomplete
/rightmove/commercial/search
/rightmove/new-homes/search
/rightmove/properties/{id}
/rightmove/search
Endpoint catalog
/rightmove/searchSearch for properties on Rightmove with filters for location, price, bedrooms, etc.
MCP tool rightmove_search
/rightmove/properties/{id}Returns detailed information for a specific Rightmove property by ID
MCP tool rightmove_property
/rightmove/autocompleteReturns location suggestions from Rightmove's autocomplete API for a given query
MCP tool rightmove_autocomplete
/rightmove/new-homes/searchSearch Rightmove's new-homes-for-sale listings for a location, with price, bedroom, bathroom, and property-type filters. Results are individual new-build homes and plots (with development flags), not development-level cards.
MCP tool rightmove_new_homes_search
/rightmove/commercial/searchSearch Rightmove's commercial property listings for sale or to let, with price, floor-area (sq ft), and commercial-property-type filters. For to-let listings the price amount follows the listing's own frequency (monthly or yearly).
MCP tool rightmove_commercial_search
/rightmove/student/searchSearch Rightmove's student-accommodation listings for a location, with monthly-rent, bedroom, and furnishing filters. Prices are monthly rents in whole GBP units.
MCP tool rightmove_student_search
/rightmove/agentsLists estate-agent branches from Rightmove's estate-agents directory for a location, with branch display name, brand, address, telephones, sales/lettings flags, logo, and a link to the branch profile. 20 agents per page.
MCP tool rightmove_agents
/rightmove/agents/{id}Returns one estate-agent branch profile from Rightmove, including address, telephones, service flags, industry affiliations, and the branch's own sales and lettings listing previews. The slug segments in Rightmove agent URLs are cosmetic; the branch resolves by numeric id alone.
MCP tool rightmove_agent_branch
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.
Use /rightmove/commercial/search, /rightmove/new-homes/search, or /rightmove/student/search when you want only commercial premises, new-build developments, or student accommodation rather than the general residential index.
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.
Call /rightmove/agents for the agents covering a location, then /rightmove/agents/{id} for one branch's own detail and its current listings.
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.
Yes — /rightmove/commercial/search, /rightmove/new-homes/search, and /rightmove/student/search each cover their own Rightmove index rather than filtering the general residential results.
No. Every endpoint reads Rightmove's own public pages and requires only your Crawlora API key.