# Healthgrades Doctor & Provider in Texas

**Use case:** 

Find and extract Healthgrades Doctor & Provider in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "maxItems": 10,
  "searchQuery": "cardiologist",
  "location": "Texas",
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxConcurrency": 5
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "specialty": {
    "label": "Specialty",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "gender": {
    "label": "Gender",
    "format": "string"
  },
  "age": {
    "label": "Age",
    "format": "number"
  },
  "degree": {
    "label": "Degree",
    "format": "string"
  },
  "yearsExperience": {
    "label": "Years Experience",
    "format": "number"
  },
  "acceptingNewPatients": {
    "label": "Accepting Patients",
    "format": "boolean"
  },
  "telehealth": {
    "label": "Telehealth",
    "format": "boolean"
  },
  "distance": {
    "label": "Distance (mi)",
    "format": "number"
  },
  "aboutMe": {
    "label": "About",
    "format": "string"
  },
  "specialistDescriptions": {
    "label": "Specialist Descriptions",
    "format": "array"
  },
  "availability": {
    "label": "Availability",
    "format": "object"
  },
  "primaryOfficeName": {
    "label": "Primary Office",
    "format": "string"
  },
  "subspecialties": {
    "label": "Subspecialties",
    "format": "array"
  },
  "boardCertifications": {
    "label": "Board Certifications",
    "format": "array"
  },
  "education": {
    "label": "Education",
    "format": "array"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "practiceLocations": {
    "label": "Practice Locations",
    "format": "array"
  },
  "affiliatedHospitals": {
    "label": "Affiliated Hospitals",
    "format": "array"
  },
  "insuranceAccepted": {
    "label": "Insurance Accepted",
    "format": "array"
  },
  "conditionsTreated": {
    "label": "Conditions Treated",
    "format": "array"
  },
  "proceduresPerformed": {
    "label": "Procedures Performed",
    "format": "array"
  },
  "awards": {
    "label": "Awards",
    "format": "array"
  },
  "patientSatisfactionScore": {
    "label": "Satisfaction Score",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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