# Scrape Florida EMS & Ambulance Stations

**Use case:** 

Pull Florida EMS and ambulance stations as a contact list with Agency, Type, Phone, Emergency phone, Email, Fax and Address. Ready-to-use contact list.

## Input

```json
{
  "categories": [
    "ems"
  ],
  "states": [
    "FL"
  ],
  "tribalOnly": false,
  "hasPhone": true,
  "hasWebsite": false,
  "hasEmail": false,
  "maxResults": 1000,
  "sortBy": "leadScore",
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Agency"
  },
  "agencyType": {
    "label": "Type"
  },
  "phone": {
    "label": "Phone"
  },
  "emergencyPhone": {
    "label": "Emergency phone"
  },
  "bestEmail": {
    "label": "Email"
  },
  "fax": {
    "label": "Fax"
  },
  "website": {
    "label": "Website"
  },
  "fullAddress": {
    "label": "Address"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [US Law Enforcement, Corrections & Public Safety Leads Scraper](https://apify.com/scrapesage/us-law-enforcement-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-law-enforcement-leads) to learn more, explore other use cases, and run it yourself.