# Farmers market email list — Florida

**Use case:** 

Export a Florida farmers market email list from USDA: market name, email, phone, website, address & lead score. Only listings with an email. CSV-ready.

## Input

```json
{
  "directories": [
    "farmersmarket"
  ],
  "states": [
    "FL"
  ],
  "radiusMiles": 50,
  "acceptsSnap": false,
  "acceptsWic": false,
  "acceptsFmnp": false,
  "organicOnly": false,
  "certifiedOrganicOnly": false,
  "hasEmail": true,
  "hasPhone": false,
  "hasWebsite": false,
  "hasAnyContact": false,
  "includeContacts": true,
  "includeFirmographics": true,
  "includeRawFields": false,
  "sortBy": "leadScore",
  "maxResults": 1000,
  "maxSearchCalls": 90,
  "monitorMode": false,
  "monitorStateKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listingName": {
    "label": "Listing",
    "format": "text"
  },
  "contactName": {
    "label": "Contact",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "facebook": {
    "label": "Facebook",
    "format": "link"
  },
  "instagram": {
    "label": "Instagram",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "stateAbbr": {
    "label": "State",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USDA Local Food & Farmers Market Leads Scraper](https://apify.com/scrapesage/usda-local-food-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/usda-local-food-scraper) to learn more, explore other use cases, and run it yourself.