/npi/providers/search
Search the US NPI registry (NPPES) for healthcare providers by name, organization, specialty (taxonomy) and location. Filter by provider type (individual / organization), first and last name, organization name, taxonomy description, city, state, postal code and country, with control over which address and name the filters apply to. Returns each matching provider’s full record: type, dates, basic block, taxonomies, addresses, identifiers, other names, practice locations and endpoints.
Price: 10 credits per 200 results
💡 AI Hint: Find US healthcare providers by name, organization, specialty or location. Pass any of enumeration_type (NPI-1/NPI-2), first_name, last_name, organization_name, taxonomy_description, city, state, postal_code, country_code (and address_purpose, name_purpose, use_first_name_alias), plus count. String filters match exactly unless you add a trailing * for prefix matching. Returns full provider records; feed a returned number into npi/providers for a single lookup.
Authorizations
API token from the dashboard
Headers
Body
Max number of results to return
1 <= x <= 1200Max scrapping execution timeout (in seconds)
20 <= x <= 1500Restrict to individual providers (NPI-1) or organizations (NPI-2)
NPI-1, NPI-2 Provider first name. Add a trailing * for prefix matching, otherwise the value is matched exactly.
Provider last name. Add a trailing * for prefix matching, otherwise the value is matched exactly.
Organization name. Add a trailing * for prefix matching, otherwise the value is matched exactly.
Provider specialty / taxonomy description
"dentist"
City of the provider address
US state or territory of the provider address
AL, AK, AZ, AR, CA, CO, CT, DE, DC, FL, GA, HI, ID, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NH, NJ, NM, NY, NC, ND, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VT, VA, WA, WV, WI, WY, AS, GU, MP, PR, VI, AA, AE, AP Postal (ZIP) code. Add a trailing * for prefix matching, otherwise the value is matched exactly.
2-letter country code of the provider address
"US"
Which address the city/state/postal_code filters apply to
LOCATION, MAILING, PRIMARY, SECONDARY Match first_name/last_name against the provider (PROVIDER) or authorized official (AO)
AO, PROVIDER Also match known aliases and variants of first_name
Response
Successful Response