prescribers_partDBrandShareShift_search
Find prescribers whose within-class molecule mix shifted toward or away from a molecule year-over-year (PY2023→PY2024) — e.g. GLP-1 prescribers moving share toward Tirzepatide. Params: drug_class (GLP-1|SGLT2|DPP-4|Statin), molecule (a generic in the class), direction (toward|away), min_claims (class volume), min_share_shift (percentage points), state, specialty. Share is molecule claims ÷ class claims that year. Public CMS 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 | ||
| molecule | Yes | a generic within the class, e.g. 'Tirzepatide' or 'Empagliflozin' | |
| direction | No | share moved toward the molecule (default) or away from it | |
| specialty | No | prescriber specialty substring | |
| drug_class | Yes | therapeutic class from partd_drug_class: 'GLP-1' | 'SGLT2' | 'DPP-4' | 'Statin' | |
| min_claims | No | minimum PY2024 class claims (default 50) | |
| min_share_shift | No | minimum absolute share change in percentage points (default 10) |