Rightmove Agent Details Scraper avatar

Rightmove Agent Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Rightmove Agent Details Scraper

Rightmove Agent Details Scraper

Extract branch addresses, contact numbers, and company data from Rightmove agent profile pages. 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

8 days ago

Last modified

Share

This actor extracts Agent details from Rightmove. It works on individual agent profile pages to collect branch information, contact data, and company metadata. The scraper captures specific branch-level attributes including telephone numbers and property counts.


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
Branch AddressFull physical address of the branch123 High Street, London
Branch PostcodePostcode of the branch locationSW1A 1AA
Branch Display NamePublic name of the branchSavills, Chelsea
Branch NameInternal branch identifierSavills - Chelsea Sales
Brand Trading NameThe brand name used for tradingSavills
Branch SummaryShort text description of the branchLeading estate agent in Chelsea
Branch Sales TelephonePhone number for sales inquiries020 7123 4567
Branch Main TelephonePrimary contact number020 7123 0000
Branch Logo URLURL to the branch logo imagehttps://media.rightmove.co.uk/logo.png
Full Branch Logo URLHigh resolution logo URLhttps://media.rightmove.co.uk/logo_big.png
Branch Static Map Image URLURL to the branch location maphttps://media.rightmove.co.uk/map.png
Branch DescriptionDetailed branch overviewEstablished in 1990, our Chelsea office...
Primary DescriptionMain descriptive text for the agentExpert property consultants
Sales Primary DescriptionDescription for sales servicesSpecialized in luxury residential sales
Lettings Primary DescriptionDescription for lettings servicesProfessional property management
Paired Branch URLLink to a related branch page/estate-agents/branch/Savills/Chelsea-Lettings
Paired Branch IDUnique ID of the paired branch98765
Brand Logo PathInternal path to brand logo/brand/logo_123.png
Company IDUnique identifier for the company456
Company NameLegal name of the companySavills PLC
Company Trading NamePublic trading nameSavills
Company Type AliasCategory of the companyestate-agent
Total PropertiesNumber of active listings45
Properties Search PathURL path to view all branch listings/property-for-sale/find.html?branchId=123

Input

  • urls: Array of Rightmove agent profile URL strings.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.rightmove.co.uk/estate-agents/agent/Savills/Chelsea-123.html"],
"maxItems": 50
}

Example Output

[
{
"branchAddress": "123 High Street, London",
"branchPostcode": "SW1A 1AA",
"branchDisplayName": "Savills, Chelsea",
"branchName": "Savills - Chelsea Sales",
"brandTradingName": "Savills",
"branchSummary": "Leading estate agent in Chelsea",
"branchSalesTelephone": "020 7123 4567",
"branchMainTelephone": "020 7123 0000",
"branchLogoUrl": "https://media.rightmove.co.uk/logo.png",
"fullBranchLogoUrl": "https://media.rightmove.co.uk/logo_big.png",
"branchStaticMapImageUrl": "https://media.rightmove.co.uk/map.png",
"branchDescription": "Established in 1990, our Chelsea office...",
"primaryDescription": "Expert property consultants",
"salesPrimaryDescription": "Specialized in luxury residential sales",
"lettingsPrimaryDescription": "Professional property management",
"pairedBranchUrl": "/estate-agents/branch/Savills/Chelsea-Lettings",
"pairedBranchId": 98765,
"brandLogoPath": "/brand/logo_123.png",
"companyId": 456,
"companyName": "Savills PLC",
"companyTradingName": "Savills",
"companyTypeAlias": "estate-agent",
"totalProperties": 45,
"propertiesSearchPath": "/property-for-sale/find.html?branchId=123"
},
{
"branchAddress": "45 Park Lane, London",
"branchPostcode": "W1K 1PR",
"branchDisplayName": "Knight Frank, Mayfair",
"branchName": "Knight Frank - Mayfair Sales",
"brandTradingName": "Knight Frank",
"branchSummary": "Global property consultancy",
"branchSalesTelephone": "020 7987 6543",
"branchMainTelephone": "020 7987 0000",
"branchLogoUrl": "https://media.rightmove.co.uk/kf_logo.png",
"fullBranchLogoUrl": "https://media.rightmove.co.uk/kf_logo_big.png",
"branchStaticMapImageUrl": "https://media.rightmove.co.uk/kf_map.png",
"branchDescription": "Our Mayfair office handles prime central London.",
"primaryDescription": "Global real estate experts",
"salesPrimaryDescription": "Prime central London sales",
"lettingsPrimaryDescription": "High-end rental management",
"pairedBranchUrl": "/estate-agents/branch/Knight-Frank/Mayfair-Lettings",
"pairedBranchId": 54321,
"brandLogoPath": "/brand/kf_logo.png",
"companyId": 789,
"companyName": "Knight Frank LLP",
"companyTradingName": "Knight Frank",
"companyTypeAlias": "estate-agent",
"totalProperties": 32,
"propertiesSearchPath": "/property-for-sale/find.html?branchId=456"
}
]

Disclaimer

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