# Research Industry Conference Dates and Details

**Use case:** 

Gather comprehensive details for major industry conferences and trade shows to inform strategic planning for attendance and booth booking. This data aids busine

## Input

```json
{
  "eventUrls": [
    "https://www.facebook.com/pg/websummit/events/",
    "https://www.facebook.com/pg/sxsw/events/",
    "https://www.facebook.com/pg/Dreamforce/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.