POST /api/rightmove/properties
Price: 10 credits
Get full Rightmove property details by property ID (or property URL): address, price, transaction type, property sub-type, bedroom/bathroom counts, description, key features, images, floorplans, EPC graphs, coordinates, nearest stations, tenure, council tax band, size and the marketing agent.
Fetch a single Rightmove property by numeric ID or a property URL. Returns one item with id, url, display_address, outcode/incode, country, latitude/longitude, transaction_type (sale/rent), channel, property_sub_type, property_phrase, bedroom_count, bathroom_count, price (numeric) and display_price with price_qualifier/secondary_price/price_per_sqft, let_available_date/deposit/let_type/furnish_type/minimum_term_months (rentals), description, key_features, image+images, floorplans, virtual_tours, brochures, epc_graphs, size (sqft/sqm min/max), tenure_type, years_remaining_on_lease, council_tax_band, annual_ground_rent/service_charge, nearest_stations, listed_at, is_published/is_archived/is_premium, contact_phone and agent (branch profile with phone and logo).
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)property string required — Rightmove property ID or a property URL containing it (examples: "174838280", "https://www.rightmove.co.uk/properties/174838280"; minLength: 1)@type string (default: "RightmoveProperty")id string requiredurl string nullabledisplay_address string nullableoutcode string nullableincode string nullablecountry string nullablelatitude number nullablelongitude number nullabletransaction_type string nullablechannel string nullableproperty_sub_type string nullableproperty_phrase string nullablebedroom_count integer nullablebathroom_count integer nullableprice integer nullabledisplay_price string nullableprice_qualifier string nullablesecondary_price string nullableprice_per_sqft string nullablelet_available_date string nullabledeposit integer nullablelet_type string nullablefurnish_type string nullableminimum_term_months integer nullabledescription string nullablekey_features array (default: [])image string nullableimages array (default: [])floorplans array (default: [])virtual_tours array (default: [])brochures array (default: [])epc_graphs array (default: [])size_min_sqft number nullablesize_max_sqft number nullablesize_min_sqm number nullablesize_max_sqm number nullabletenure_type string nullableyears_remaining_on_lease integer nullablecouncil_tax_band string nullableannual_ground_rent number nullableannual_service_charge number nullablenearest_stations array (default: [])@type string (default: "RightmoveStation")name string requiredtypes array (default: [])distance number nullableunit string nullablelisted_at string nullableis_published boolean nullableis_archived boolean nullableis_premium boolean nullablecontact_phone string nullableagent object nullable@type string (default: "RightmovePropertyAgent")branch_id integer nullablebranch_name string nullablebranch_display_name string nullablecompany_name string nullablecompany_trading_name string nullabledisplay_address string nullablephone string nullableimage string nullabledescription string nullableprofile_url string nullableproperties_url string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Property not found (well-formed but nonexistent or removed listing) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.