Vietnam Spa Lead Scraper with Emails avatar

Vietnam Spa Lead Scraper with Emails

Pricing

Pay per usage

Go to Apify Store
Vietnam Spa Lead Scraper with Emails

Vietnam Spa Lead Scraper with Emails

Scrape spa, beauty salon, and beauty clinic leads from Google Maps in Vietnam, including contact details and extracted 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

a day ago

Last modified

Share

This Actor searches Google Maps for spas and beauty clinics in Vietnam, extracts business details, and attempts to find email addresses from available websites.

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": "spa",
"location": "Ho Chi Minh",
"maxResults": 20,
"batchSize": 5,
"extractEmails": true,
"useApifyProxy": false
}

Input fields

FieldTypeDescription
keywordstringSearch keyword for spas, beauty clinics, massage spas, nail salons, or wellness businesses.
locationstringTarget city, district, or area in Vietnam, for example Ho Chi Minh, Da Nang, Hanoi, or Nha Trang.
maxResultsintegerMaximum number of Google Maps results to scrape.
extractEmailsbooleanWhether to visit business websites and extract publicly available email addresses.
batchSizeintegerNumber of business detail pages processed in parallel. Lower this if runs become unstable.
useApifyProxybooleanWhether to use Apify Proxy for browser requests.

Output

{
"keyword": "spa",
"location": "Ho Chi Minh",
"name": "Example spa",
"rating": "4.5",
"category": "spa",
"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.

  • Spa and beauty clinic lead generation
  • Prospecting for cosmetic suppliers
  • Finding potential customers for booking software
  • Local beauty market research
  • Building B2B contact lists for wellness businesses
  • Finding spas and beauty clinics with websites and public contact emails
{
"keyword": "spa",
"location": "Ho Chi Minh",
"maxResults": 20
}