# Texas Physician Food & Beverage Payments 2024

**Use case:** 

Find 2024 food and beverage transfers of value to physicians in Texas, with paying company, physician and amount per record.

## Input

```json
{
  "maxItems": 50,
  "paymentType": "general",
  "programYear": "2024",
  "state": "TX",
  "natureOfPayment": "Food and Beverage",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recipientName": {
    "label": "Recipient",
    "format": "text"
  },
  "recipientNpi": {
    "label": "NPI",
    "format": "text"
  },
  "recipientType": {
    "label": "Type",
    "format": "text"
  },
  "recipientSpecialty": {
    "label": "Specialty",
    "format": "text"
  },
  "recipientCity": {
    "label": "City",
    "format": "text"
  },
  "recipientState": {
    "label": "State",
    "format": "text"
  },
  "teachingHospitalName": {
    "label": "Teaching Hospital",
    "format": "text"
  },
  "payingCompany": {
    "label": "Paying Company",
    "format": "text"
  },
  "amount": {
    "label": "Amount (USD)",
    "format": "number"
  },
  "paymentDate": {
    "label": "Payment Date",
    "format": "text"
  },
  "natureOfPayment": {
    "label": "Nature",
    "format": "text"
  },
  "formOfPayment": {
    "label": "Form",
    "format": "text"
  },
  "productType": {
    "label": "Product Type",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "programYear": {
    "label": "Year",
    "format": "text"
  },
  "recordId": {
    "label": "Record ID",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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