# Texas Family Medicine Providers Without License Issues

**Use case:** 

Pull Texas family medicine providers with state board license problems excluded (delinquent, suspended, revoked). Clean NPPES records, pay per result.

## Input

```json
{
  "state": "TX",
  "specialty": "Family Medicine",
  "telehealth": false,
  "has_hospital_affiliation": false,
  "is_rural": false,
  "exclude_license_issues": true,
  "max_results": 500,
  "include_full_record": false
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "last_name": {
    "label": "Last name",
    "format": "string"
  },
  "first_name": {
    "label": "First name",
    "format": "string"
  },
  "legal_business_name": {
    "label": "Organization name",
    "format": "string"
  },
  "primary_credential": {
    "label": "Primary credential",
    "format": "string"
  },
  "practice_address.city": {
    "label": "City",
    "format": "text"
  },
  "practice_address.state": {
    "label": "State",
    "format": "text"
  },
  "practice_address.postal_code": {
    "label": "ZIP",
    "format": "text"
  },
  "practice_phone": {
    "label": "Practice phone",
    "format": "string"
  },
  "distance_miles": {
    "label": "Distance (miles)",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [US Healthcare Provider Search: Normalized NPI Data (NPPES)](https://apify.com/overlookdata/npimcp-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/overlookdata/npimcp-search) to learn more, explore other use cases, and run it yourself.