prescribers_lookup_search
Look up a prescriber by NAME (or exact NPI) and get identity plus a Medicare Part D prescribing summary. Matches the NPPES directory by name prefix (first/last), optionally narrowed by state and specialty, then rolls up that NPI's latest-year Part D claims: top drug, distinct drugs, beneficiaries, and tracked class flags (GLP-1/SGLT2/DPP-4/Statin) with a new-to-class signal. Provide name or npi. Public CMS + NPPES provider-level data; not a consumer report. [price: $0.05/call]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npi | No | exact 10-digit NPI (alternative to name) | |
| name | No | prescriber name, free-text; 'Smith' (last-name prefix) or 'John Smith' (first + last prefixes) | |
| limit | No | ||
| state | No | 2-letter state code(s), comma-separated — narrows the name match | |
| offset | No | ||
| specialty | No | NPPES specialty substring, e.g. 'Endocrinology' |