# Family Practice in AZ

**Use case:** 

Export Family Practice healthgrades doctor & provider in AZ — names, contact details, and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract healthgrades doctor & provider for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "AZ"
  ],
  "specialty": "family-practice",
  "city": "",
  "zip": "",
  "providerUrls": [
    {
      "url": "https://www.healthgrades.com/physician/dr-todd-dreitzler-3hf24"
    },
    {
      "url": "https://www.healthgrades.com/physician/dr-ankit-chander-24myx"
    },
    {
      "url": "https://www.healthgrades.com/physician/dr-david-gannon-27jdd"
    }
  ],
  "maxItems": 200
}
```

## Output

```json
{
  "provider_name": {
    "label": "Provider Name",
    "format": "string"
  },
  "specialty": {
    "label": "Specialty",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "patient_rating": {
    "label": "Patient Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Healthgrades Doctor & Provider Scraper](https://apify.com/jungle_synthesizer/healthgrades-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/healthgrades-scraper) to learn more, explore other use cases, and run it yourself.