# Find chiropractor leads in Florida from NPI registry

**Use case:** 

List chiropractors in Florida from the official NPI/NPPES registry with practice phone and address. No API key, export CSV/Excel.

## Input

```json
{
  "taxonomy": "chiropractor",
  "state": "FL",
  "providerType": "all",
  "maxItems": 100,
  "onlyActive": true,
  "onlyWithPhone": true
}
```

## Output

```json
{
  "name": {
    "label": "Provider",
    "format": "text"
  },
  "credential": {
    "label": "Cred.",
    "format": "text"
  },
  "primary_specialty": {
    "label": "Specialty",
    "format": "text"
  },
  "provider_type": {
    "label": "Type",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postal_code": {
    "label": "ZIP",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "npi": {
    "label": "NPI",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NPI Healthcare Provider Leads Scraper - Phone + Lead Scores](https://apify.com/flash_scraper/npi-healthcare-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/npi-healthcare-leads) to learn more, explore other use cases, and run it yourself.