# NPPES NPI Healthcare Provider in FL

**Use case:** 

Export nppes npi healthcare provider in FL — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract nppes npi healthcare provider for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "providerType": "",
  "states": [
    "FL"
  ],
  "taxonomyCode": "",
  "city": "",
  "zip": "",
  "lastName": "",
  "organizationName": "",
  "maxItems": 200
}
```

## Output

```json
{
  "npi": {
    "label": "Npi",
    "format": "string"
  },
  "first_name": {
    "label": "First Name",
    "format": "string"
  },
  "last_name": {
    "label": "Last Name",
    "format": "string"
  },
  "credential": {
    "label": "Credential",
    "format": "string"
  },
  "specialty": {
    "label": "Specialty",
    "format": "string"
  },
  "city_practice": {
    "label": "City Practice",
    "format": "string"
  },
  "state_practice": {
    "label": "State Practice",
    "format": "string"
  },
  "phone_practice": {
    "label": "Phone Practice",
    "format": "string"
  }
}
```

## About this Actor

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