# Extract Business Wire NAB Show 2026 press release

**Use case:** 

Scrape Business Wire NAB Show 2026 opening press release with exhibitor stats, sessions, and media industry highlights.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.businesswire.com/news/home/20260417605011/en/2026-NAB-Show-Opens-Tomorrow-Uniting-Global-Media-Leaders-to-Shape-the-Future-of-Storytelling"
    }
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "header": {
    "label": "Header",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "sub_header": {
    "label": "Sub-heading",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Businesswire Scraper](https://apify.com/lexis-solutions/businesswire-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/businesswire-scraper) to learn more, explore other use cases, and run it yourself.