# BrightTALK Competitor Webinar Extractor

**Use case:** 

Extract BrightTALK webinar intelligence for competitor research with titles, dates, speakers, tags, and channel data.

## Input

```json
{
  "queries": [
    "zero trust",
    "cloud security",
    "data governance"
  ],
  "maxItems": 250,
  "sort": "views",
  "duration": "over_20_minutes",
  "status": "any",
  "deduplicate": true
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "brighttalkId": {
    "label": "BrightTALK ID"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "Webinar URL"
  },
  "channelName": {
    "label": "Channel"
  },
  "status": {
    "label": "Status"
  },
  "scheduledAt": {
    "label": "Scheduled"
  },
  "durationMinutes": {
    "label": "Duration (min)"
  },
  "speakers": {
    "label": "Speakers"
  },
  "tags": {
    "label": "Tags"
  },
  "thumbnailUrl": {
    "label": "Thumbnail"
  },
  "totalViewings": {
    "label": "Views"
  },
  "registrations": {
    "label": "Registrations"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [BrightTALK Webinar Search Scraper](https://apify.com/automation-lab/brighttalk-webinar-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/brighttalk-webinar-search-scraper) to learn more, explore other use cases, and run it yourself.