/rightmove/autocompleteapiKeyNo listed credit chargeAutocomplete Rightmove locations
Returns normalized Rightmove public web autocomplete candidates for location search.
Required params: query:query
API Reference
Use Crawlora's Rightmove API endpoints to extract supported public Rightmove data as structured JSON. This documentation covers 3 active endpoints including Autocomplete Rightmove locations, Get Rightmove property details, Search Rightmove properties. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as query, id, location, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/rightmove/search?page=1&status=for_sale" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/rightmove/autocompleteapiKeyNo listed credit chargeReturns normalized Rightmove public web autocomplete candidates for location search.
Required params: query:query
/rightmove/properties/{id}apiKeyNo listed credit chargeReturns normalized Rightmove public property details using the property ID.
Required params: id:path
/rightmove/searchapiKeyNo listed credit chargeReturns normalized Rightmove public property search results. Callers can use location query directly or pass a location identifier from autocomplete results.
Required params: location:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Autocomplete Rightmove locations | /rightmove/autocomplete | GET | No listed credit charge | query:query | View docs | Try endpoint |
| Get Rightmove property details | /rightmove/properties/{id} | GET | No listed credit charge | id:path | View docs | Try endpoint |
| Search Rightmove properties | /rightmove/search | GET | No listed credit charge | location:query | View docs | Try endpoint |