Vietnam Google Maps Leads Scraper avatar

Vietnam Google Maps Leads Scraper

Pricing

Pay per usage

Go to Apify Store
Vietnam Google Maps Leads Scraper

Vietnam Google Maps Leads Scraper

Scrape business leads from Google Maps in Vietnam, including name, category, rating, address, phone, website, email, and Google Maps URL.

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

a day ago

Last modified

Share

Scrape business leads from Google Maps in Vietnam.

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
  • Extract business category
  • Extract rating
  • Extract address
  • Extract phone number
  • Extract website
  • Extract emails from business websites
  • Support custom keyword and location
  • Support configurable result limit
  • Support parallel processing

Input

{
"keyword": "hotel",
"location": "Da Nang",
"maxResults": 20,
"batchSize": 5,
"extractEmails": true,
"useApifyProxy": false
}

Input fields

FieldTypeDescription
keywordstringSearch keyword, for example hotel, spa, dental clinic, restaurant
locationstringTarget city or area, for example Da Nang, Ho Chi Minh, Ha Noi
maxResultsintegerMaximum number of businesses to scrape
batchSizeintegerNumber of business detail pages processed in parallel
extractEmailsbooleanWhether to extract email addresses from business websites
useApifyProxybooleanWhether to use Apify Proxy for browser requests

Output

{
"keyword": "hotel",
"location": "Da Nang",
"name": "Example Hotel Da Nang",
"rating": "4.5",
"category": "Hotel",
"address": "Da Nang, Vietnam",
"website": "https://examplehotel.vn",
"phone": "+84 123 456 789",
"email": "info@examplehotel.vn",
"emails": ["info@examplehotel.vn"],
"googleMapsUrl": "https://www.google.com/maps/place/..."
}

Output fields

FieldTypeDescription
keywordstringSearch keyword used in the run
locationstringLocation used in the run
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
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.

Some websites may not publish email addresses.

Some websites may block automated browser access.

Runtime and cost depend on the number of results, 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

Example search ideas

{
"keyword": "hotel",
"location": "Da Nang",
"maxResults": 20
}
{
"keyword": "dental clinic",
"location": "Ho Chi Minh",
"maxResults": 20
}
{
"keyword": "spa",
"location": "Ha Noi",
"maxResults": 20
}

Performance example

A test run with this input:

{
"keyword": "hotel",
"location": "Da Nang",
"maxResults": 20
}

Produced around 20 results in about 3 minutes 33 seconds, with an email extraction rate above 50%.

Actual performance may vary.