# NPI NPPES Texas Providers Scraper

**Use case:** 

Scrape NPI NPPES registry for Texas healthcare providers with NPI number, name, provider type, taxonomy, and address. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 25,
  "lastName": "Smith",
  "state": "TX",
  "enumerationType": "NPI-1"
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "full_name": {
    "label": "Full Name",
    "format": "string"
  },
  "organization_name": {
    "label": "Organization Name",
    "format": "string"
  },
  "enumeration_type": {
    "label": "Type",
    "format": "string"
  },
  "provider_type": {
    "label": "Provider Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "primary_taxonomy_description": {
    "label": "Primary Specialty",
    "format": "string"
  },
  "location_city": {
    "label": "Location City",
    "format": "string"
  },
  "location_state": {
    "label": "Location State",
    "format": "string"
  },
  "location_postal_code": {
    "label": "Location ZIP",
    "format": "string"
  },
  "location_phone": {
    "label": "Location Phone",
    "format": "string"
  },
  "mailing_city": {
    "label": "Mailing City",
    "format": "string"
  },
  "mailing_state": {
    "label": "Mailing State",
    "format": "string"
  },
  "mailing_postal_code": {
    "label": "Mailing ZIP",
    "format": "string"
  },
  "mailing_phone": {
    "label": "Mailing Phone",
    "format": "string"
  },
  "enumeration_date": {
    "label": "Enumeration Date",
    "format": "date"
  },
  "last_updated": {
    "label": "Last Updated",
    "format": "date"
  },
  "secondary_taxonomy_descriptions": {
    "label": "Secondary Specialties",
    "format": "string"
  },
  "other_identifiers": {
    "label": "Other IDs",
    "format": "string"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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