# Orthopedic Surgeons in Houston, TX

**Use case:** 

Discover orthopedic surgeons in Houston, TX with comprehensive profiles.

## Input

```json
{
  "withDetails": true,
  "searchQueries": [
    "Orthopedic Surgeon"
  ],
  "cities": [
    "Houston, TX"
  ],
  "maxProviders": 40,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "specialty": {
    "label": "Specialty",
    "format": "text"
  },
  "practiceName": {
    "label": "Practice",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "addressStreet": {
    "label": "Street",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "npi": {
    "label": "NPI",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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