Rightmove Branch Scraper avatar

Rightmove Branch Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Rightmove Branch Scraper

Rightmove Branch Scraper

Scrape the branch details from Rightmove. Great for lead generation. Gets emails and phone numbers.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Epic Scrapers

Epic Scrapers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Rightmove Branch Scraper - Get Contact Info & Other data

Extract detailed estate agent branch data from Rightmove — the UK's largest property portal. Given one or more Rightmove branch IDs, this scraper returns structured branch profiles including contact details, email addresses, phone numbers, office addresses, and geolocation, ready for lead generation, CRM enrichment, and market research.

Built for B2B lead generation in the UK property industry. It pairs perfectly with other Rightmove scrapers (property listings → branch IDs → branch contact data), but also works fully standalone.

What data does it extract?

For every Rightmove branch ID, you get:

  • 📇 Branch identity — branch ID, branch name, brand/group name
  • 📞 Contact details — email address and labeled telephone numbers (with main line flagged)
  • 📍 Location — full office address plus latitude/longitude coordinates
  • 🏠 Business profile — whether the branch handles new developments, resales, and/or lettings
  • 📝 Descriptions — full branch description and summary as shown on Rightmove
  • 🖼️ Media — branch logo, large logo, and branch photo URLs
  • 🔗 Metadata — canonical Rightmove URL, last update date, and scrape timestamp

Why use this scraper?

  • Lead generation — build targeted lists of UK estate agents with direct emails and phone numbers
  • CRM enrichment — append verified contact and location data to your existing agency records
  • Market research — map competitors, analyze brand coverage, and segment by branch type
  • Reliable output — clean, structured JSON delivered to your Apify dataset, exportable as CSV, Excel, or via API

Input

The scraper takes a single field: an array of Rightmove branch IDs.

{
"branchIds": [
"292349"
]
}
FieldTypeDescription
branchIdsstring[]One or more Rightmove branch IDs to scrape.

How to find a branch ID

Open the branch's page on Rightmove — the branch ID is the number at the end of the URL:

https://www.rightmove.co.uk/estate-agents/agent/292349
^^^^^^ branch ID

You can pass as many branch IDs as you like in one run — ideal for bulk lead generation.

Output

Each branch ID produces one record in the dataset:

{
"branchId": 292349,
"name": "King's Road Park",
"brandName": "Berkeley Group",
"address": "1 Sand's End Lane, London, SW6 2FP",
"telephoneNumbers": [
{
"label": "Tel",
"number": "020 4572 7682",
"main": true
}
],
"email": "sales@kingsroadpark.co.uk",
"branchLogo": "https://media.rightmove.co.uk/partner-logo/68919-PRODUCTS_LOGO-1766055452.jpeg",
"largeBranchLogo": "https://media.rightmove.co.uk/partner-logo/68919-LOGO-1765969918.jpeg",
"branchPhoto": "https://media.rightmove.co.uk",
"latitude": 51.47688773268107,
"longitude": -0.18908181465922225,
"development": true,
"resale": true,
"lettings": false,
"fullDescription": "In 2026, Berkeley celebrates its 50th anniversary. Since 1976, we've grown from a homebuilder into the UK's leading brownfield regenerator, creating distinctive homes and remarkable places where communities can thrive.As we look back with pride and forward with purpose, we remain focused on quality, innovation, sustainability, and the joy of home.",
"summary": "",
"updateDate": 1784647781000,
"rightmoveUrl": "https://www.rightmove.co.uk/estate-agents/agent/292349",
"scrapedAt": "2026-07-25T11:40:40.569Z"
}

Output fields

FieldDescription
branchIdRightmove branch ID
nameBranch name
brandNameParent brand or group name
addressFull office address
telephoneNumbersLabeled phone numbers; main flags the primary line
emailBranch email address
branchLogoBranch logo image URL
largeBranchLogoHigh-resolution logo image URL
branchPhotoBranch photo URL
latitudeOffice latitude
longitudeOffice longitude
developmentBranch handles new-build developments
resaleBranch handles resale properties
lettingsBranch handles lettings
fullDescriptionFull branch description from Rightmove
summaryShort branch summary
updateDateRightmove last-update timestamp (ms)
rightmoveUrlCanonical Rightmove branch page URL
scrapedAtISO timestamp of when the record was scraped

FAQ

Where do I get branch IDs? From Rightmove branch page URLs (see above), or from the output of Rightmove property listing scrapers — listings reference the selling/letting branch.

Can I scrape multiple branches at once? Yes — just add more IDs to the branchIds array. Batch input is the intended usage.

What formats can I export? JSON, CSV, Excel, XML, and more — straight from the Apify dataset, or programmatically via the Apify API.

Disclaimer

Not affiliated with Rightmove.