# Healthcare Providers in Houston, Texas

**Use case:** 

Collect data on healthcare providers in Houston from NPPES Registry.

## Input

```json
{
  "maxProviders": 50,
  "enumerationType": "",
  "taxonomyDescription": "Psychiatrist",
  "city": "Houston",
  "state": "TX",
  "addressPurpose": "",
  "namePurpose": "",
  "useFirstNameAlias": ""
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "text"
  },
  "enumerationType": {
    "label": "Type",
    "format": "text"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "organizationName": {
    "label": "Organization",
    "format": "text"
  },
  "firstName": {
    "label": "First Name",
    "format": "text"
  },
  "lastName": {
    "label": "Last Name",
    "format": "text"
  },
  "credential": {
    "label": "Credential",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "primaryTaxonomyDesc": {
    "label": "Specialty",
    "format": "text"
  },
  "primaryTaxonomyState": {
    "label": "Lic. State",
    "format": "text"
  },
  "practiceCity": {
    "label": "City",
    "format": "text"
  },
  "practiceState": {
    "label": "State",
    "format": "text"
  },
  "practicePhone": {
    "label": "Phone",
    "format": "text"
  },
  "phones": {
    "label": "All Phones",
    "format": "array"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NPPES NPI Healthcare Provider Data Scraper](https://apify.com/scrapers_lat/nppes-npi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/nppes-npi-scraper) to learn more, explore other use cases, and run it yourself.