# Scrape Business Wire healthcare news

**Use case:** 

Scrape healthcare and pharma announcements from Business Wire. Export release titles, issuers, dates, and links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.businesswire.com/newsroom/industry/health"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## 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.