DentalPlans.com Dentist Scraper 🦷 avatar
DentalPlans.com Dentist Scraper 🦷

Pricing

$19.99/month + usage

Go to Apify Store
DentalPlans.com Dentist Scraper 🦷

DentalPlans.com Dentist Scraper 🦷

Extract detailed dentist information from DentalPlans.com search results, including practice details, contact info, and appointment availability. Perfect for healthcare research, provider analysis, and dental market insights. 🦷

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

5

Bookmarked

20

Total users

3

Monthly active users

5 days ago

Last modified

Share

A powerful scraper that extracts comprehensive dentist information from DentalPlans.com. Get detailed data about dental practices, including contact information, specialties, accepted plans, and appointment booking availability.

Features ✨

  • Extract detailed dentist profiles and practice information
  • Get precise geolocation data for each dental office
  • Access appointment booking availability and systems
  • Retrieve practice names, dentist credentials, and specialties
  • Collect contact details including phone numbers and addresses
  • Monitor dental plan acceptance across providers
  • Track SmilePoints ratings and performance metrics

Output Data πŸ“Š

  • Complete dentist profile information
  • Practice details and specialties
  • Precise location data (address, coordinates)
  • Contact information
  • Number of accepted plans
  • SmilePoints ratings
  • Appointment booking availability
  • Practice IDs and provider references

Use Cases πŸ’‘

  • Healthcare provider network analysis
  • Dental market research
  • Patient referral systems
  • Healthcare directory building
  • Competitive analysis
  • Appointment booking system integration
  • Geographic coverage analysis

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": [
"https://www.dentalplans.com/dentist-search-results/?zip=90001&searchTerm="
],
"maxItems": 20
}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"searchUrl": "https://www.dentalplans.com/dentist-search-results/?zip=90001&searchTerm=",
"dentistId": 34697,
"validGroupingId": 23463,
"practiceName": "Araxie Yetenekian-Gettas, DMD, Inc",
"dentistPhotoUrl": null,
"dentistDetailUrl": "dentists/california/los-angeles/90006/dr-araxi-yetenekian-gettas-23463/",
"distance": "9",
"phone": "2133805506",
"dentistTypes": [
"General Dentistry"
],
"dentistName": {
"prefix": "Dr.",
"firstName": "Araxi",
"lastName": "Yetenekian-Gettas",
"suffix": ""
},
"geocoordinates": {
"latitude": "34.0466",
"longitude": "-118.282"
},
"dentistAddress": {
"address": "2028 W Pico Blvd",
"city": "Los Angeles",
"stateCode": "",
"state": "CA",
"zip": "90006"
},
"plansAccepted": 8,
"smilePoints": 1042.0099,
"appointmentBooking": {
"isAppointmentBookingAvailable": true,
"appointmentBookingSystem": "HS1",
"providerId": "7689cd5d-e313-4515-a17e-431451f681de",
"practiceId": "5e39b1ef-7581-44e2-99e9-7b076e5ea367"
},
"profiledentistDetailUrlUrl": "https://www.dentalplans.com/dentists/california/los-angeles/90006/dr-araxi-yetenekian-gettas-23463/"
},
...
]