# Cybersecurity webinar lead finder

**Use case:** 

Find companies running cybersecurity webinars and export public event, company, contact, and lead score fields.

## Input

```json
{
  "queries": [
    "cybersecurity webinar",
    "cloud security virtual event"
  ],
  "domains": [
    "hubspot.com",
    "semrush.com"
  ],
  "eventUrls": [
    {
      "url": "https://www.hubspot.com/webinars"
    }
  ],
  "maxItems": 50,
  "maxSearchResultsPerQuery": 20,
  "includeContacts": true,
  "dedupeByDomain": true,
  "country": "United States"
}
```

## Output

```json
{
  "eventTitle": {
    "label": "Event title",
    "format": "text"
  },
  "eventUrl": {
    "label": "Event URL",
    "format": "link"
  },
  "hostCompany": {
    "label": "Host company",
    "format": "text"
  },
  "hostDomain": {
    "label": "Host domain",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "sourceQuery": {
    "label": "Query",
    "format": "text"
  },
  "startDate": {
    "label": "Start date",
    "format": "text"
  },
  "isUpcoming": {
    "label": "Upcoming",
    "format": "boolean"
  },
  "isVirtual": {
    "label": "Virtual",
    "format": "boolean"
  },
  "webinarConfidence": {
    "label": "Webinar confidence",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "topics": {
    "label": "Topics",
    "format": "array"
  },
  "platformHints": {
    "label": "Platform hints",
    "format": "array"
  },
  "publicEmails": {
    "label": "Public emails",
    "format": "array"
  },
  "contactPageUrl": {
    "label": "Contact page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Webinar Lead Prospecting Workflow](https://apify.com/automation-lab/webinar-lead-prospecting-workflow) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/webinar-lead-prospecting-workflow) to learn more, explore other use cases, and run it yourself.