open_payments_top_doctors
Identify doctors receiving the highest total payments from pharmaceutical companies by state, specialty, or company using US government open data.
Instructions
Find the HIGHEST-PAID doctors by TOTAL payments received — aggregates all individual payments per doctor. Groups by doctor and sums all their payments, sorted by total descending. This is the key tool for finding doctors with the biggest pharma relationships.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two-letter state: 'WA', 'CA', 'TX' | |
| specialty | No | Specialty: 'Orthopaedic', 'Cardio', 'Neurology' | |
| company | No | Company name: 'Pfizer', 'Stryker' | |
| year | No | Year (auto-discovers latest) | |
| limit | No | Number of top doctors (default 20) |