/rightmove/agents/properties
List the properties an estate agent (branch) currently advertises on Rightmove, for sale or to rent. Returns the same property cards as the property search endpoint.
Price: 10 credits per 25 results
💡 AI Hint: List a Rightmove branch’s live listings. Provide agent (numeric branch ID or agent profile URL) and transaction_type (sale or rent). Each result is a property card: id (feed to rightmove/properties), url, display_address, summary, property_sub_type, bedroom_count, bathroom_count, price/display_price, image+images, tenure_type, listing dates and the marketing branch. Sort with the sort field.
⚠️ Common errors: 412: Agent branch not found or no properties matched
Authorizations
API token from the dashboard
Headers
Body
Rightmove branch ID or an agent profile URL containing it
1"226316"
"https://www.rightmove.co.uk/estate-agents/agent/Park-Lord/London-226316.html"
List the branch's properties for sale or to rent.
sale, rent Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Result ordering.
most_recent, price_high, price_low, oldest Response
Successful Response