# Open Payments Manufacturers Scraper

**Use case:** 

Scrape CMS Open Payments company records for drug and device manufacturers with company name, country, and reported payment totals. Export to JSON or CSV.

## Input

```json
{
  "startUrl": "https://openpaymentsdata.cms.gov/search?searchType=Provider&Country=UNITED+STATES",
  "searchType": "company",
  "maxItems": 50
}
```

## Output

```json
{
  "amgpoMakingPaymentId": {
    "label": "Company ID",
    "format": "text"
  },
  "entityDetailsUrl": {
    "label": "Details URL",
    "format": "link"
  },
  "amgpoMakingPaymentName": {
    "label": "Company Name",
    "format": "text"
  },
  "amgpoMakingPaymentCountry": {
    "label": "Country",
    "format": "text"
  },
  "amgpoMakingPaymentState": {
    "label": "State",
    "format": "text"
  },
  "entitySummaryByAvailableYear": {
    "label": "Summary By Year",
    "format": "array"
  },
  "entityCurrentFilters": {
    "label": "Current Filters",
    "format": "object"
  },
  "entityFilteredSummaryByYear": {
    "label": "Filtered Summary By Year",
    "format": "array"
  },
  "entityFilteredNaturesOfPayment": {
    "label": "Natures Of Payment",
    "format": "array"
  },
  "entityTopFilteredAdditionalParties": {
    "label": "Top Additional Parties",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenPayments Scraper](https://apify.com/parseforge/openpayments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openpayments-scraper) to learn more, explore other use cases, and run it yourself.