# See pharma payments to a physician by name (Open Payments)

**Use case:** 

Look up CMS Open Payments records for a physician by last name — payer, amount, nature of payment and date, ready for compliance review.

## Input

```json
{
  "lastName": "Smith",
  "includeSpecialty": false,
  "maxResults": 500
}
```

## Output

```json
{
  "recipient_name": {
    "label": "Physician name",
    "format": "string"
  },
  "recipient_npi": {
    "label": "NPI",
    "format": "string"
  },
  "recipient_specialty": {
    "label": "Specialty",
    "format": "string"
  },
  "manufacturer_name": {
    "label": "Manufacturer / GPO",
    "format": "string"
  },
  "total_amount_usd": {
    "label": "Total USD",
    "format": "number"
  },
  "payment_count": {
    "label": "Payment count",
    "format": "integer"
  },
  "first_payment_date": {
    "label": "First payment",
    "format": "string"
  },
  "last_payment_date": {
    "label": "Last payment",
    "format": "string"
  },
  "intensity": {
    "label": "Intensity",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Open Payments API — Physician Roll-up (Sunshine Act)](https://apify.com/malonestar/cms-open-payments) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/cms-open-payments) to learn more, explore other use cases, and run it yourself.