Vietnam Hotel Lead Scraper with Emails avatar

Vietnam Hotel Lead Scraper with Emails

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Vietnam Hotel Lead Scraper with Emails

Vietnam Hotel Lead Scraper with Emails

Under maintenance

Scrape hotel 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

2

Total users

0

Monthly active users

a day ago

Last modified

Share

Scrape hotel, resort, homestay, hostel, villa and apartment hotel leads from Google Maps in Vietnam, including emails when available.

This Actor searches multiple accommodation types in a selected Vietnamese city, extracts business details, deduplicates repeated Google Maps results, and scores each lead by contact completeness.

Features

  • Search multiple accommodation types per city
  • Extract business name, category, rating, address, phone, website and Google Maps URL
  • Extract emails from public business websites
  • Add hotelType and city to each result
  • Add hasEmail, leadScore and leadQuality
  • Deduplicate by Google Maps URL, with name and address fallback
  • Support parallel detail-page processing

Input

{
"city": "Da Nang",
"hotelTypes": ["hotel", "resort", "homestay"],
"maxResultsPerType": 20,
"batchSize": 5,
"extractEmails": true,
"useProxy": false
}

Input fields

FieldTypeDescription
citystringVietnam city to search, for example Da Nang, Ho Chi Minh, Ha Noi
hotelTypesstring[]Accommodation types to search in the selected city
maxResultsPerTypeintegerMaximum Google Maps results to collect for each hotel type
batchSizeintegerNumber of business detail pages processed in parallel
extractEmailsbooleanWhether to extract email addresses from business websites
useProxybooleanWhether to use Apify Proxy for browser requests

Legacy keyword, location, maxResults and useApifyProxy inputs are still accepted for backward compatibility.

Output

{
"hotelType": "resort",
"city": "Da Nang",
"name": "Example Resort",
"rating": "4.5",
"category": "Resort hotel",
"address": "Da Nang, 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
hotelTypestringAccommodation type used to find the lead
citystringCity 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
  • Hotel marketing lead generation
  • Travel agency outreach
  • OTA partnership research
  • Hospitality supplier prospecting
  • Local SEO agency prospecting

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 the number of hotel types, result limits, website loading speed, and whether email extraction is enabled.