open_payments_top
Identify highest pharmaceutical payments to doctors by amount, filtering by company, specialty, or state to analyze consulting fees, royalties, and speaking fees.
Instructions
Find the HIGHEST pharma payments to doctors — sorted by amount descending.\nUse this to find the biggest consulting fees, royalties, and speaking fees in a state or specialty.\nSupports sorting by payment amount — unlike the basic search which returns results in default order.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | No | Company name: 'Pfizer', 'Stryker', 'Medtronic' | |
| doctor | No | Doctor last name | |
| state | No | Two-letter state: 'WA', 'CA', 'TX' | |
| specialty | No | Specialty: 'Orthopaedic', 'Cardio', 'Neurology' | |
| year | No | Year (auto-discovers latest) | |
| limit | No | Number of top results (default 20) |