# General Dentistry ADA Find a Dentist Directory

**Use case:** 

Extract ADA Find a Dentist Directory data filtered by General Dentistry. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "location": "10001",
  "maxItems": 10,
  "specialty": "general",
  "radiusMiles": 25,
  "acceptingNewPatients": false
}
```

## Output

```json
{
  "name": {
    "label": "👤 Name",
    "format": "text"
  },
  "practiceName": {
    "label": "🏥 Practice",
    "format": "text"
  },
  "specialty": {
    "label": "🦷 Specialty",
    "format": "text"
  },
  "address": {
    "label": "🏠 Address",
    "format": "text"
  },
  "city": {
    "label": "🌆 City",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "zip": {
    "label": "📮 ZIP",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "languages": {
    "label": "🗣️ Languages",
    "format": "text"
  },
  "acceptingNewPatients": {
    "label": "✅ Accepting",
    "format": "boolean"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ADA Find a Dentist Directory Scraper](https://apify.com/parseforge/ada-find-a-dentist-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ada-find-a-dentist-scraper) to learn more, explore other use cases, and run it yourself.