VOOZH about

URL: https://apify.com/muhammadafzal/worldwide-dentist-scraper

โ‡ฑ Dentist Scraper โ€” Extract Leads from Google Maps ยท Apify


๐Ÿ‘ ๐Ÿฆท Google Maps Dentist Leads with Emails USA avatar

๐Ÿฆท Google Maps Dentist Leads with Emails USA

Pricing

from $50.00 / 1,000 results

Go to Apify Store

๐Ÿฆท Google Maps Dentist Leads with Emails USA

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

13

Total users

3

Monthly active users

2 months 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 =newApify.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

You might also like

Google Maps Phone/Email Extractor

faisalrjbd/google-maps-phone-email-extractor

Extract Google Maps contact details. Scrape phones, emails, websites, social media links, addresses, zip codes, ratings, and reviews from Google Maps business listings. Export as JSON or CSV, run via API, schedule runs, or integrate with other tools.

๐Ÿ‘ User avatar

Mohammad Faisal Ahmad

115

4.1

๐Ÿ“ฉ๐Ÿ“ Google Maps Email Extractor

lukaskrivka/google-maps-with-contact-details

Extract Google Maps contact details. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

๐Ÿ‘ User avatar

Lukรกลก Kล™ivka

76K

4.4

Extract Google Maps Contact Details

gnomonic_coral/google-maps-contact-extractor

Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Dentist Lead Scraper

automation-lab/dentist-lead-scraper

๐Ÿฆท Find dentist, orthodontist, and dental clinic leads from Google Maps with phones, websites, ratings, and optional email enrichment.

๐Ÿ‘ User avatar

Stas Persiianenko

5

Google Maps Scraper

boztek-ltd/google-maps-scraper

Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, opening hours, prices & more. Export data, run via API, schedule and monitor runs, or integrate with other tools.

2.1K

4.0

Google Maps Scraper

compass/crawler-google-places

Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, and job title, opening hours, prices & more. Export data, run via API, schedule and monitor runs, or integrate with other tools.

479K

4.8

Google Maps Extractor

compass/google-maps-extractor

Extract data from hundreds of places fast. Scrape Google Maps by keyword, category, location, URLs & other filters. Get addresses, contact info, opening hours, popular times, prices, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Enrich Google Maps Dataset with Contacts

compass/enrich-google-maps-dataset-with-contacts

Enrich Google Maps Dataset with Contacts. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

1.8K

3.1

๐Ÿ“ฉ Google Maps Email Extractor

poidata/google-maps-email-extractor

Quickly collect all business details, including emails, phone numbers, and social media links from Google Maps listings and their websites. Export data as JSON or CSV. Run via API, schedule runs, or integrate with your tools.

2.3K

1.9

Google Maps Scraper $1.5/1k places ๐Ÿ“ with emails ๐Ÿ“ง

microworlds/crawler-google-places

Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, and job title, opening hours, prices & more. Export data, run via API, schedule and monitor runs, or integrate with other tools.

14K

3.2