# Medicare Participating DME Suppliers (Assignment)

**Use case:** 

Filter to DMEPOS suppliers that accept Medicare assignment, with business name, address, phone, product categories, specialty and lead score.

## Input

```json
{
  "states": [
    "TX"
  ],
  "acceptsAssignmentOnly": true,
  "competitiveBidOnly": false,
  "withPhoneOnly": true,
  "excludePharmacies": false,
  "newlyEnrolledOnly": false,
  "maxResults": 1000,
  "maxResultsPerState": 400,
  "sortBy": "newest",
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Supplier"
  },
  "phone": {
    "label": "Phone"
  },
  "fullAddress": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "isMedicareParticipating": {
    "label": "Medicare participating"
  },
  "supplyCategoryCount": {
    "label": "# product lines"
  },
  "participationBeginDate": {
    "label": "Enrolled"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [US Medical Equipment & DMEPOS Supplier Leads Scraper](https://apify.com/scrapesage/medical-equipment-supplier-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/medical-equipment-supplier-leads) to learn more, explore other use cases, and run it yourself.