# Florida Medical Equipment Supplier Leads Scraper

**Use case:** 

Build a Florida durable medical equipment supplier list with business name, address, phone, provider type, product categories and enrollment date.

## Input

```json
{
  "states": [
    "FL"
  ],
  "acceptsAssignmentOnly": false,
  "competitiveBidOnly": false,
  "withPhoneOnly": true,
  "excludePharmacies": false,
  "newlyEnrolledOnly": false,
  "maxResults": 1000,
  "maxResultsPerState": 500,
  "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.