Vietnam Gym Lead Scraper with Emails avatar

Vietnam Gym Lead Scraper with Emails

Pricing

Pay per usage

Go to Apify Store
Vietnam Gym Lead Scraper with Emails

Vietnam Gym Lead Scraper with Emails

Scrape gym and fitness center 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

16 hours ago

Last modified

Share

This Actor searches Google Maps for gyms and fitness centers in Vietnam, extracts business details, and attempts to find email addresses from available websites. It is useful for fitness equipment suppliers, wellness platforms, B2B sales teams, and local marketing agencies.

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

Input fields

FieldTypeDescription

| keyword | string | Search keyword for gyms and fitness centers | | 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": "gym",
"location": "Ho Chi Minh",
"name": "Example gym",
"rating": "4.5",
"category": "gym",
"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": "gym",
"location": "Ho Chi Minh",
"maxResults": 20
}