prescribers_partD_search
Screen Medicare Part D prescribers by specialty, state, and claim volume — the per-prescriber roster a pharma / device team targets. Optional drug_category (brand | opioid | opioid_long_acting | antibiotic) selects the matching CMS *_total_claims column for BOTH the min_claims threshold and the ranking (else total_claims). Returns one row per NPI with the CMS claim rollups. Public CMS provider-level data; not a consumer report. [price: $0.1/call]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | 2-letter prescriber state code(s), comma-separated | |
| offset | No | ||
| specialty | No | prescriber specialty substring, e.g. 'Endocrinology' | |
| min_claims | No | minimum claims on the selected column (default 50) | |
| drug_category | No | select the matching CMS *_total_claims column (drives min_claims + sort); omit for total_claims | |
| performance_year | No | Part D program year (default 2024, the latest loaded) |