docs / rightmove

Rightmove

UK property listings for sale and to rent.

base /rightmove/v16 endpoints
post/rightmove/v1/property_detail3 credits

full property: description, EPC, nearest stations, sizings, floorplans, agent

ParameterAllowed / rangeDescription
property_idrequiredRightmove property id (the digits in a /properties/<id> URL or a search result's property_id).
Try in playground →
post/rightmove/v1/agent1 credit

estate-agent branch profile (+ that branch's live listings via BRANCH^id)

ParameterAllowed / rangeDescription
branch_urloptionalAn estate-agent branch landing-page URL (full or path). Provide this OR branch_id.
branch_idoptionalRightmove branch id — lists that branch's live stock via BRANCH^id. Provide this OR branch_url.
max_pages = 1optional1–How many 24-result pages to fetch and merge (ignored when fetch_all=true).
Try in playground →
post/rightmove/v1/similar2 credits

listings similar to a property (same area + price/bedroom band)

ParameterAllowed / rangeDescription
property_idrequiredRightmove property id (the digits in a /properties/<id> URL or a search result's property_id).
Try in playground →
post/rightmove/v1/sold_prices2 credits

sold/transaction history: by location (search) or per-property (detail_url|uuid). Land-Registry sold data with full per-address transaction history.

ParameterAllowed / rangeDescription
locationoptionalArea for sold-price history (postcode/outcode/town, e.g. 'SW9', 'KT2 5HF'). Provide this OR detail_url/uuid.
detail_urloptionalA house-prices detail URL for one property's sold history (alternative to location).
uuidoptionalA house-prices detail uuid for one property's sold history (alternative to location).
page = 1optional1–1-based page of sold-price results (area mode).
Try in playground →