🦷 Extract Dentist Leads with Emails — Worldwide avatar

🦷 Extract Dentist Leads with Emails — Worldwide

Pricing

from $50.00 / 1,000 results

Go to Apify Store
🦷 Extract Dentist Leads with Emails — Worldwide

🦷 Extract Dentist Leads with Emails — Worldwide

Extract dentist listings worldwide from Google Maps with emails, phones, ratings, specialties, and full contact details. Search by country, state, city, or zip code. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Pricing

from $50.00 / 1,000 results

Rating

0.0

(0)

Developer

Muhammad Afzal

Muhammad Afzal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Categories

Share

🦷 Worldwide Dentist Scraper — Extract Dentist Leads with Emails

Extract dentist listings worldwide from Google Maps with emails, phones, ratings, specialties, and full contact details. Search by country, state, city, or zip code. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

🎯 Features

  • Worldwide coverage — Search dentists in any country, state, city, or zip code worldwide
  • Email extraction — Automatically visits dentist websites to extract email addresses
  • Multi-input mode — Search by keyword + location OR provide direct Google Maps URLs
  • 18 data fields — Business name, category, specialties, full address, city, state, postal code, country, phone, email, website, Google Maps URL, rating, reviews count, GPS coordinates, opening hours, new patient status, and metadata
  • B2B lead generation — CRM-ready structured JSON output perfect for sales prospecting
  • Anti-bot stealth — Session rotation, random delays, viewport randomization, resource blocking
  • 14 languages — Results in English, Spanish, French, German, Portuguese, Italian, Japanese, and more

📥 Input

ParameterTypeDefaultDescription
searchQuerystringdentistWhat to search for (e.g., "orthodontist", "dental clinic")
locationstringUnited StatesWhere to search — country, state, city, or zip code
startUrlsarray[]Direct Google Maps URLs (alternative to search)
maxResultsinteger50Maximum dentist listings to extract (1–5000)
languageselectenLanguage for Google Maps results
includeEmailsbooleantrueVisit websites to extract email addresses
proxyConfigurationobjectApify ProxyProxy settings (datacenter recommended)

📤 Output

Each result contains:

FieldTypeDescription
business_namestringName of the dental practice
categorystringBusiness category on Google Maps
specialtiesstringDental specialties offered (comma-separated)
addressstringStreet address
citystringCity
statestringState or province
postal_codestringZIP or postal code
countrystringCountry
phonestringPhone number with country code
emailstringEmail address (null if not found)
websitestringPractice website URL
google_maps_urlstringDirect Google Maps listing link
ratingnumberStar rating (1.0–5.0)
reviews_countintegerNumber of Google reviews
latitudenumberGPS latitude
longitudenumberGPS longitude
opening_hoursstringOperating hours
accepts_new_patientsbooleanWhether accepting new patients
scraped_atstringISO 8601 extraction timestamp
source_urlstringSource Google Maps URL

Example Output

{
"business_name": "Smile Dental Clinic",
"category": "Dentist",
"specialties": "Orthodontics, Cosmetic Dentistry, Dental Implants",
"address": "123 Main St, Suite 200",
"city": "Miami",
"state": "FL",
"postal_code": "33101",
"country": "United States",
"phone": "+1-305-555-0123",
"email": "contact@smiledental.com",
"website": "https://smiledental.com",
"google_maps_url": "https://www.google.com/maps/place/Smile+Dental/",
"rating": 4.7,
"reviews_count": 342,
"latitude": 25.7617,
"longitude": -80.1918,
"opening_hours": "Mon-Fri: 8AM-6PM, Sat: 9AM-2PM",
"accepts_new_patients": true,
"scraped_at": "2026-04-08T12:00:00.000Z",
"source_url": "https://www.google.com/maps/search/dentist+in+Miami"
}

💰 Pricing

This actor uses pay-per-event pricing at $0.05 per dentist listing extracted.

Cost Examples

  • Extract 50 dentists → $2.50
  • Extract 200 dentists → $10.00
  • Extract 1,000 dentists → $50.00

🔧 Usage Examples

Search dentists in a specific city

{
"searchQuery": "dentist",
"location": "Miami, FL",
"maxResults": 100
}

Search orthodontists in a country

{
"searchQuery": "orthodontist",
"location": "United Kingdom",
"maxResults": 200,
"language": "en"
}

Search by zip code with email extraction

{
"searchQuery": "pediatric dentist",
"location": "90210",
"maxResults": 50,
"includeEmails": true
}

API call

const Apify = require('apify-client');
const client = new Apify.ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('muhammadafzal/worldwide-dentist-scraper').call({
searchQuery: 'dental implant',
location: 'Tokyo, Japan',
maxResults: 100,
language: 'ja'
});
const dataset = await client.dataset(run.defaultDatasetId).listItems();
console.log(dataset.items);

❓ FAQ

Does this work worldwide?
Yes! Enter any country, state, city, or zip code in the location field.

How does email extraction work?
When includeEmails is enabled, the actor visits each dentist's website and extracts email addresses from the page content and mailto links. This takes longer but provides valuable contact data.

What if I get blocked?
The actor uses Apify Proxy with session rotation, random delays, and stealth settings. Use datacenter proxies first — residential proxies are available if needed.

Can I search for specific dental specialties?
Yes! Set searchQuery to "orthodontist", "pediatric dentist", "cosmetic dentist", etc.

📊 Tips for Best Results

  1. Start small — Test with 20-50 results first, then scale up
  2. Use datacenter proxies — Faster and cheaper; switch to residential only if blocked
  3. Be specific with location — "Miami, FL" works better than just "Florida"
  4. Combine search terms — Try "cosmetic dentist", "dental clinic", or "oral surgeon"
  5. Disable emails for speed — Set includeEmails: false for faster runs when emails aren't needed