# Analyze Event Attendee Counts for Market Trends

**Use case:** 

Collect attendee counts and event popularity metrics across various categories to identify emerging market trends and public interest. This insight supports eve

## Input

```json
{
  "eventUrls": [
    "https://www.facebook.com/events/578637493774041",
    "https://www.facebook.com/events/1000676451613945",
    "https://www.facebook.com/events/1628189684307221",
    "https://www.facebook.com/events/984725349767674"
  ]
}
```

## Output

```json
{
  "event_id": {
    "label": "Event ID",
    "format": "text"
  },
  "name": {
    "label": "Event Name",
    "format": "text"
  },
  "formatted_date": {
    "label": "Date",
    "format": "text"
  },
  "location_name": {
    "label": "Location",
    "format": "text"
  },
  "is_online": {
    "label": "Online",
    "format": "text"
  },
  "users_responded": {
    "label": "Responded",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Events Scraper](https://apify.com/crawlerbros/facebook-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/facebook-events-scraper) to learn more, explore other use cases, and run it yourself.