# Monitor Competitor Virtual Events and Webinars

**Use case:** 

Track virtual events hosted by competitors to understand their engagement strategies, topics, and target audience. Gain competitive intelligence to refine your 

## Input

```json
{
  "eventUrls": [
    "https://www.facebook.com/pg/HubSpot/events/",
    "https://www.facebook.com/pg/Salesforce/events/",
    "https://www.facebook.com/pg/SAP/events/"
  ]
}
```

## 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.