NPI Registry - Healthcare Provider Search avatar

NPI Registry - Healthcare Provider Search

Pricing

from $0.01 / 1,000 results

Go to Apify Store
NPI Registry - Healthcare Provider Search

NPI Registry - Healthcare Provider Search

Search the official NPPES NPI Registry for healthcare providers, physicians, and organizations. Look up by NPI number, name, specialty, or location. Perfect for healthcare marketing, provider verification, credentialing, and medical data enrichment.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

1

Monthly active users

2 days ago

Last modified

Share

Search the NPPES NPI Registry for healthcare providers, physicians, and organizations. Look up by NPI number, name, specialty, location, or organization. Perfect for healthcare marketing, provider verification, and medical data enrichment.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"task": "search_providers",
"countryCode": "US",
"npiNumbers": [],
"limit": 50,
"skip": 0
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"search_providers"Yes*Operation to perform
npiNumberstring-NoExact 10-digit NPI number to look up
firstNamestring-NoProvider first name (for individual providers)
lastNamestring-NoProvider last name (for individual providers)
organizationNamestring-NoOrganization name (for organizational providers)
taxonomyDescriptionstring-NoProvider specialty or taxonomy description (e.g., 'Family Medicine', 'Cardiology')
citystring-NoCity for location-based search
statestring-NoTwo-letter state code (e.g., CA, NY, TX)
postalCodestring-NoZIP code for location-based search
countryCodestring"US"NoCountry code (default: US)
enumerationTypestring-NoType of NPI to search
addressPurposestring-NoFilter by address type
npiNumbersarray[]NoArray of NPI numbers for batch lookup
limitinteger50NoMaximum number of results to return (max 200)
skipinteger0NoNumber of results to skip (for pagination)
webhookUrlstring-NoURL to send results to (Zapier, Make, n8n, etc.)
demoModebooleantrueNoRun with sample data

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Provider LookupEach NPI registry lookup performed$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal