Vietnam Real Estate Agency Lead Scraper with Emails avatar

Vietnam Real Estate Agency Lead Scraper with Emails

Pricing

Pay per usage

Go to Apify Store
Vietnam Real Estate Agency Lead Scraper with Emails

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

Dung Huynh

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

18 hours ago

Last modified

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, leadScore and leadQuality

  • 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

FieldTypeDescription

| 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

FieldTypeDescription
keywordstringKeyword used to find the lead
locationstringLocation used in the search
namestringBusiness name
ratingstring or nullGoogle Maps rating
categorystring or nullBusiness category
addressstring or nullBusiness address
websitestring or nullBusiness website URL
phonestring or nullBusiness phone number
emailstring or nullFirst extracted email address
emailsarrayAll extracted email addresses
hasEmailbooleanWhether at least one email was found
leadScoreintegerContact completeness score from 0 to 100
leadQualitystringhigh, medium or low based on lead score
googleMapsUrlstringGoogle 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.

  • Lead generation
  • Local business research
  • Sales prospecting
  • Market research
  • Building contact lists
  • Finding businesses with websites and public contact emails
{
"keyword": "real estate agency",
"location": "Ho Chi Minh",
"maxResults": 20
}