# Analyze Competitor Company Profiles from D&B

**Use case:** 

Gain a comprehensive understanding of your top competitors by extracting their D&B profiles. This allows for strategic competitive analysis to identify their st

## Input

```json
{
  "companyNames": [
    "Salesforce",
    "SAP",
    "Oracle",
    "Microsoft Dynamics",
    "Adobe"
  ],
  "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.