Rightmove Branch Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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"]}
| Field | Type | Description |
|---|---|---|
branchIds | string[] | 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
| Field | Description |
|---|---|
branchId | Rightmove branch ID |
name | Branch name |
brandName | Parent brand or group name |
address | Full office address |
telephoneNumbers | Labeled phone numbers; main flags the primary line |
email | Branch email address |
branchLogo | Branch logo image URL |
largeBranchLogo | High-resolution logo image URL |
branchPhoto | Branch photo URL |
latitude | Office latitude |
longitude | Office longitude |
development | Branch handles new-build developments |
resale | Branch handles resale properties |
lettings | Branch handles lettings |
fullDescription | Full branch description from Rightmove |
summary | Short branch summary |
updateDate | Rightmove last-update timestamp (ms) |
rightmoveUrl | Canonical Rightmove branch page URL |
scrapedAt | ISO 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.