# Find Food Festivals on Facebook for Sponsorship

**Use case:** 

Discover public food festivals on Facebook by city. Get hosts, venues, dates, attendance counts and ticket URLs to build a sponsorship list. No login.

## Input

```json
{
  "mode": "search",
  "queries": [
    "food festival miami",
    "food festival austin",
    "wine festival new york"
  ],
  "eventUrls": [
    "https://www.facebook.com/events/2255360061870188/"
  ],
  "pageUrls": [
    "https://www.facebook.com/theindieflea"
  ],
  "fetchFullDetails": true,
  "maxResults": 30,
  "onlyUpcoming": true
}
```

## Output

```json
{
  "name": {
    "label": "Event",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "day_time_sentence": {
    "label": "When",
    "format": "text"
  },
  "start_timestamp": {
    "label": "Start (unix)",
    "format": "number"
  },
  "location_name": {
    "label": "Venue",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "ticket_url": {
    "label": "Tickets",
    "format": "link"
  },
  "ticket_provider": {
    "label": "Provider",
    "format": "text"
  },
  "attendance_count": {
    "label": "Attendance",
    "format": "number"
  },
  "interested_count": {
    "label": "Interested",
    "format": "number"
  },
  "going_count": {
    "label": "Going",
    "format": "number"
  },
  "hosts": {
    "label": "Hosts",
    "format": "text"
  },
  "cover_photo_url": {
    "label": "Cover",
    "format": "image"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Events Scraper - Search & Full Details [NO LOGIN] ✅](https://apify.com/unseenuser/fb-events) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/fb-events) to learn more, explore other use cases, and run it yourself.