Vietnam Real Estate Agency Lead Scraper with Emails
Pricing
Pay per usage
Vietnam Real Estate Agency Lead Scraper with Emails
Scrape real estate agency leads from Google Maps in Vietnam and extract emails when available.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Dung Huynh
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
18 hours ago
Last modified
Categories
Share
This Actor searches Google Maps for real estate agencies in Vietnam, extracts business details, and attempts to find email addresses from available websites. It is useful for B2B sales, property technology companies, marketing agencies, and real estate service providers.
This Actor extracts business information such as name, category, rating, address, phone number, website, email, and Google Maps URL.
Features
-
Scrape Google Maps business search results
-
Extract business name, category, rating, address, phone number and website
-
Extract emails from business websites
-
Deduplicate repeated Google Maps results
-
Add
hasEmail,leadScoreandleadQuality -
Support custom keyword and location
-
Support parallel processing
Input
{"keyword": "real estate agency","location": "Ho Chi Minh","maxResults": 20,"batchSize": 5,"extractEmails": true,"useApifyProxy": false}
Input fields
| Field | Type | Description |
|---|
| keyword | string | Search keyword for real estate agencies |
| location | string | Target city or area, for example Ho Chi Minh or Ho Chi Minh |
| maxResults | integer | Maximum number of businesses to scrape |
| batchSize | integer | Number of business detail pages processed in parallel |
| extractEmails | boolean | Whether to extract email addresses from business websites |
| useApifyProxy | boolean | Whether to use Apify Proxy for browser requests |
Output
{"keyword": "real estate agency","location": "Ho Chi Minh","name": "Example real estate agency","rating": "4.5","category": "real estate agency","address": "Ho Chi Minh, Vietnam","website": "https://example.com","phone": "+84 123 456 789","email": "info@example.com","emails": ["info@example.com"],"hasEmail": true,"leadScore": 95,"leadQuality": "high","googleMapsUrl": "https://www.google.com/maps/place/..."}
Output fields
| Field | Type | Description |
|---|---|---|
keyword | string | Keyword used to find the lead |
location | string | Location used in the search |
name | string | Business name |
rating | string or null | Google Maps rating |
category | string or null | Business category |
address | string or null | Business address |
website | string or null | Business website URL |
phone | string or null | Business phone number |
email | string or null | First extracted email address |
emails | array | All extracted email addresses |
hasEmail | boolean | Whether at least one email was found |
leadScore | integer | Contact completeness score from 0 to 100 |
leadQuality | string | high, medium or low based on lead score |
googleMapsUrl | string | Google Maps business URL |
Notes
Email extraction depends on whether the business website publicly displays an email address.
Some businesses may not have a website or may block automated browser access.
Runtime and cost depend on result limits, website loading speed, and whether email extraction is enabled.
Recommended use cases
- Lead generation
- Local business research
- Sales prospecting
- Market research
- Building contact lists
- Finding businesses with websites and public contact emails
Example search
{"keyword": "real estate agency","location": "Ho Chi Minh","maxResults": 20}