# Market Entry Research: Target Companies in New Sectors

**Use case:** 

Investigate key players and established companies within a new market sector to assess market viability and identify potential partners. This supports strategic

## Input

```json
{
  "companyNames": [
    "Moderna Inc.",
    "BioNTech SE",
    "Gilead Sciences, Inc.",
    "Regeneron Pharmaceuticals, Inc.",
    "Vertex Pharmaceuticals Incorporated"
  ],
  "maxItems": 5
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "ceo": {
    "label": "CEO",
    "format": "string"
  },
  "founded": {
    "label": "Founded",
    "format": "string"
  },
  "employees": {
    "label": "Employees",
    "format": "integer"
  },
  "revenue": {
    "label": "Revenue",
    "format": "string"
  },
  "revenueCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "stockTicker": {
    "label": "Ticker",
    "format": "string"
  },
  "dnbUrl": {
    "label": "D&B URL",
    "format": "string"
  }
}
```

## About this Actor

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