# Source Physicians by Credentials & Experience

**Use case:** 

Source physicians by specialty and location with full credentials: board certifications, education, years of experience, and languages spoken.

## Input

```json
{
  "specialty": "Orthopedic Surgeon",
  "location": "Denver, CO",
  "maxPages": 2,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Doctor Name",
    "format": "string"
  },
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "gender": {
    "label": "Gender",
    "format": "string"
  },
  "age": {
    "label": "Age",
    "format": "integer"
  },
  "yearsOfExperience": {
    "label": "Years of Experience",
    "format": "integer"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "boardCertifications": {
    "label": "Board Certifications",
    "format": "array"
  },
  "education": {
    "label": "Education",
    "format": "array"
  },
  "biography": {
    "label": "Biography",
    "format": "string"
  }
}
```

## About this Actor

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