# SNAP farmers markets in New York

**Use case:** 

Find New York farmers markets that accept SNAP/EBT: name, address, phone, email, website, WIC & FMNP programs. Public USDA data, export to CSV.

## Input

```json
{
  "directories": [
    "farmersmarket"
  ],
  "states": [
    "NY"
  ],
  "radiusMiles": 50,
  "acceptsSnap": true,
  "acceptsWic": false,
  "acceptsFmnp": false,
  "organicOnly": false,
  "certifiedOrganicOnly": false,
  "hasEmail": false,
  "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"
  },
  "directoryName": {
    "label": "Type",
    "format": "text"
  },
  "products": {
    "label": "Products",
    "format": "array"
  },
  "acceptedPayments": {
    "label": "Payments",
    "format": "array"
  },
  "nutritionPrograms": {
    "label": "Nutrition programs",
    "format": "array"
  },
  "productionMethods": {
    "label": "Production methods",
    "format": "array"
  },
  "season": {
    "label": "Season",
    "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.