Rightmove Agents Scraper avatar

Rightmove Agents Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Rightmove Agents Scraper

Rightmove Agents Scraper

Extract agent listings from Rightmove search results and directories including contact details and branch info. Powered by Rightmove Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

This actor extracts Agents from Rightmove. It works on agent search results and directory pages to collect contact information and branch details. The scraper captures data from all visible agents on the loaded page.


Want more from Rightmove?

This actor covers Agents only. The full Rightmove Scraper browser extension also includes Properties, Agents, Prices with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Rightmove Scraper extension


Data Fields

Field NameDescriptionExample
Agent NameName of the agent or branch"Savills, London"
Branch Display NamePublic name of the branch"Savills - Canary Wharf"
Brand NameParent company brand"Savills"
Primary DescriptionShort summary of the agent"Specialists in luxury apartments"
DescriptionFull text description of the agent"We have been operating in London for over 20 years..."
Branch Link TextText for the branch page link"View branch page"
Branch Link URLURL to the branch profile"/estate-agents/branch/Savills/Canary-Wharf-123.html"
Contact Link TextText for the contact button"Contact agent"
Contact Link URLURL to the contact form"/contact-branch/Savills-123.html"
About Link TextText for the about section"About this agent"
About Link URLURL to the about page"/estate-agents/about/Savills-123.html"
Phone NumberMain contact number"020 7123 4567"
Direct NumberDirect line if available"020 7123 4568"
Phone TypeType of phone line"Local"
Handles LettingsIf the agent manages rentalstrue
Handles SalesIf the agent manages salestrue
Is Estate AgentClassification of the agenttrue
Logo PathURL to the agent logo image"https://media.rightmove.co.uk/brand/logo_1.png"

Input

  • urls: Array of URL strings. Use Rightmove agent search or directory pages.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.rightmove.co.uk/estate-agents/find.html?locationIdentifier=REGION%5E87490"],
"maxItems": 50
}

Example Output

[
{
"agentName": "Knight Frank, Marylebone",
"branchDisplayName": "Knight Frank - Marylebone",
"brandName": "Knight Frank",
"primaryDescription": "Residential sales and lettings",
"description": "Knight Frank Marylebone estate agents handle some of the finest properties in London.",
"branchLinkText": "View branch",
"branchLinkURL": "/estate-agents/branch/Knight-Frank/Marylebone-765.html",
"contactLinkText": "Contact",
"contactLinkURL": "/contact-branch/Knight-Frank-765.html",
"aboutLinkText": "About us",
"aboutLinkURL": "/estate-agents/about/Knight-Frank-765.html",
"phoneNumber": "020 3834 7916",
"directNumber": "020 3834 7916",
"phoneType": "Local",
"handlesLettings": true,
"handlesSales": true,
"isEstateAgent": true,
"logoPath": "https://media.rightmove.co.uk/brand/logo_765.png"
},
{
"agentName": "Dexters, Marylebone",
"branchDisplayName": "Dexters - Marylebone",
"brandName": "Dexters",
"primaryDescription": "London's leading independent Estate Agent",
"description": "Our local experts are available from 8am to 8pm seven days a week.",
"branchLinkText": "View branch",
"branchLinkURL": "/estate-agents/branch/Dexters/Marylebone-882.html",
"contactLinkText": "Contact",
"contactLinkURL": "/contact-branch/Dexters-882.html",
"aboutLinkText": "About us",
"aboutLinkURL": "/estate-agents/about/Dexters-882.html",
"phoneNumber": "020 7224 5544",
"directNumber": "020 7224 5544",
"phoneType": "Local",
"handlesLettings": true,
"handlesSales": true,
"isEstateAgent": true,
"logoPath": "https://media.rightmove.co.uk/brand/logo_882.png"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.