# Semrush Webinar Extractor

**Use case:** 

Scrape public Semrush webinar pages for titles, dates, registration links, topics, and evidence snippets.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.semrush.com/webinars/"
    }
  ],
  "maxItems": 20,
  "discoverLinks": true,
  "maxPagesPerStartUrl": 25,
  "includeKeywords": [],
  "excludeKeywords": []
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "host": {
    "label": "Host"
  },
  "status": {
    "label": "Status"
  },
  "dateText": {
    "label": "Date text"
  },
  "startDateIso": {
    "label": "Start ISO"
  },
  "timezone": {
    "label": "Timezone"
  },
  "registrationUrl": {
    "label": "Registration URL"
  },
  "speakers": {
    "label": "Speakers"
  },
  "platformHints": {
    "label": "Platform hints"
  },
  "confidence": {
    "label": "Confidence"
  },
  "pageUrl": {
    "label": "Page URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "httpStatus": {
    "label": "HTTP"
  },
  "evidenceText": {
    "label": "Evidence"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Webinar Landing Page Extractor](https://apify.com/automation-lab/webinar-landing-page-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/webinar-landing-page-extractor) to learn more, explore other use cases, and run it yourself.