# US Respiratory & Oxygen Equipment Supplier Leads

**Use case:** 

Find DMEPOS suppliers carrying respiratory and oxygen equipment with business name, address, phone, full product line list and Medicare status.

## Input

```json
{
  "states": [
    "TX"
  ],
  "supplyCategories": [
    "Respiratory & Oxygen"
  ],
  "acceptsAssignmentOnly": false,
  "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"
  },
  "state": {
    "label": "State"
  },
  "city": {
    "label": "City"
  },
  "phone": {
    "label": "Phone"
  },
  "supplyCategories": {
    "label": "Product categories"
  },
  "specialties": {
    "label": "Specialties"
  },
  "isCompetitiveBidContract": {
    "label": "Competitive bid"
  },
  "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.