# Multi-City Family Medicine NPI Leads

**Use case:** 

Run batch NPI Registry searches across cities to build a family medicine provider lead list with addresses and phone data.

## Input

```json
{
  "mode": "search",
  "maxResults": 150,
  "searches": [
    {
      "state": "NY",
      "city": "New York",
      "taxonomyDescription": "Family Medicine"
    },
    {
      "state": "PA",
      "city": "Philadelphia",
      "taxonomyDescription": "Family Medicine"
    },
    {
      "state": "IL",
      "city": "Chicago",
      "taxonomyDescription": "Family Medicine"
    }
  ],
  "npiNumbers": [
    "1730958521"
  ],
  "taxonomyDescription": "Cardiology",
  "enumerationType": "NPI-1",
  "useFirstNameAlias": true,
  "city": "Boston",
  "state": "MA",
  "countryCode": "US"
}
```

## Output

```json
{
  "npi": {
    "label": "NPI"
  },
  "providerName": {
    "label": "Provider name"
  },
  "providerType": {
    "label": "Provider type"
  },
  "enumerationType": {
    "label": "Enumeration type"
  },
  "status": {
    "label": "Status"
  },
  "organizationName": {
    "label": "Organization"
  },
  "firstName": {
    "label": "First name"
  },
  "lastName": {
    "label": "Last name"
  },
  "credential": {
    "label": "Credential"
  },
  "gender": {
    "label": "Gender"
  },
  "locationAddress": {
    "label": "Location address"
  },
  "locationCity": {
    "label": "Location city"
  },
  "locationState": {
    "label": "Location state"
  },
  "locationPostalCode": {
    "label": "Location ZIP"
  },
  "locationPhone": {
    "label": "Location phone"
  },
  "primaryTaxonomyDescription": {
    "label": "Primary specialty"
  },
  "primaryTaxonomyCode": {
    "label": "Primary taxonomy code"
  },
  "primaryLicenseNumber": {
    "label": "Primary license"
  },
  "taxonomyDescriptions": {
    "label": "All specialties"
  },
  "mailingAddress": {
    "label": "Mailing address"
  },
  "mailingCity": {
    "label": "Mailing city"
  },
  "mailingState": {
    "label": "Mailing state"
  },
  "mailingPostalCode": {
    "label": "Mailing ZIP"
  },
  "mailingPhone": {
    "label": "Mailing phone"
  },
  "authorizedOfficialName": {
    "label": "Authorized official"
  },
  "authorizedOfficialTitle": {
    "label": "Official title"
  },
  "authorizedOfficialPhone": {
    "label": "Official phone"
  },
  "enumerationDate": {
    "label": "Enumeration date"
  },
  "lastUpdated": {
    "label": "Last updated"
  },
  "sourceApiUrl": {
    "label": "Source API URL"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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