Skip to main content
POST
/
api
/
rightmove
/
agents
/rightmove/agents
curl --request POST \
  --url https://api.anysite.io/api/rightmove/agents \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "agent": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@rightmove_agent",
    "url": "<string>",
    "branch_name": "<string>",
    "branch_display_name": "<string>",
    "brand_trading_name": "<string>",
    "company_id": 123,
    "company_name": "<string>",
    "address": "<string>",
    "postcode": "<string>",
    "summary": "<string>",
    "description": "<string>",
    "sales_phone": "<string>",
    "lettings_phone": "<string>",
    "main_phone": "<string>",
    "image": "<string>",
    "brand_image": "<string>",
    "map_image": "<string>",
    "latitude": 123,
    "longitude": 123,
    "does_sales": true,
    "does_lettings": true,
    "does_commercial": true,
    "is_overseas": true,
    "is_developer": true,
    "sales_property_count": 123,
    "lettings_property_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
agent
string
required

Rightmove branch ID or an agent profile URL containing it

Minimum string length: 1
Examples:

"226316"

"https://www.rightmove.co.uk/estate-agents/agent/Park-Lord/London-226316.html"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@rightmove_agent
url
string | null
branch_name
string | null
branch_display_name
string | null
brand_trading_name
string | null
company_id
integer | null
company_name
string | null
address
string | null
postcode
string | null
summary
string | null
description
string | null
sales_phone
string | null
lettings_phone
string | null
main_phone
string | null
image
string | null
brand_image
string | null
map_image
string | null
latitude
number | null
longitude
number | null
does_sales
boolean | null
does_lettings
boolean | null
does_commercial
boolean | null
is_overseas
boolean | null
is_developer
boolean | null
sales_property_count
integer | null
lettings_property_count
integer | null