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

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 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.

Features

  • Search Providers - Find individual healthcare providers by name, specialty, location
  • Lookup NPI - Get details for a specific NPI number
  • Search Organizations - Find healthcare organizations, hospitals, clinics
  • Search by Specialty - Find providers by taxonomy/specialty
  • Search by Location - Find providers in a specific city, state, or ZIP
  • Batch Lookup - Look up multiple NPI numbers at once

Data Available

  • Provider name and credentials
  • Practice address and phone
  • Mailing address
  • Taxonomy codes (specialties)
  • License information
  • Authorized official (for organizations)
  • Other identifiers
  • Enumeration date

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
taskstringYesOperation to perform
npiNumberstringNoExact 10-digit NPI number
firstNamestringNoProvider first name
lastNamestringNoProvider last name
organizationNamestringNoOrganization name
taxonomyDescriptionstringNoSpecialty/taxonomy text
citystringNoCity for location search
statestringNoTwo-letter state code
postalCodestringNoZIP code
enumerationTypestringNoNPI-1 (individual) or NPI-2 (organization)
npiNumbersarrayNoArray of NPIs for batch lookup
limitintegerNoMax results (default: 50, max: 200)
skipintegerNoResults to skip for pagination
webhookUrlstringNoURL to send results
demoModebooleanNoRun with sample data (default: true)

Output Format

Results are saved to the default dataset:

Provider Search Results

{
"task": "search_providers",
"success": true,
"result_count": 15,
"providers": [
{
"number": 1234567890,
"enumeration_type": "NPI-1",
"basic": {
"first_name": "JOHN",
"last_name": "SMITH",
"credential": "MD",
"gender": "M",
"enumeration_date": "2007-05-23",
"last_updated": "2024-11-15",
"status": "A"
},
"addresses": [
{
"address_purpose": "LOCATION",
"address_1": "123 Medical Plaza",
"city": "Los Angeles",
"state": "CA",
"postal_code": "90210",
"telephone_number": "310-555-0100"
}
],
"taxonomies": [
{
"code": "207R00000X",
"desc": "Internal Medicine",
"primary": true,
"state": "CA",
"license": "A123456"
}
]
}
]
}

Pricing

This actor uses pay-per-event billing: Pay-per-result pricing:

OperationCost
Search providers$0.02
Lookup NPI$0.01
Search organizations$0.02
Search by specialty$0.02
Search by location$0.02
Batch lookup (per NPI)$0.01

Use Cases

Healthcare Marketing

  • Build targeted provider lists
  • Verify provider information
  • Enrich CRM data with NPI details

Credentialing

  • Verify provider credentials
  • Confirm NPI numbers
  • Check specialty information

Healthcare Analytics

  • Analyze provider distribution
  • Track specialty trends
  • Geographic analysis

Referral Networks

  • Find specialists in an area
  • Build referral databases
  • Provider directory updates

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal