# NPPES Texas Pharmacy Organization NPI Scraper

**Use case:** 

Pull licensed pharmacy organizations in Texas from the NPPES NPI registry. Get organization names, NPI numbers, taxonomy and practice addresses.

## Input

```json
{
  "maxItems": 100,
  "enumerationType": "NPI-2",
  "taxonomyDescription": "Pharmacy",
  "state": "TX",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "text"
  },
  "enumerationType": {
    "label": "Type",
    "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"
  },
  "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 Provider 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.