# Extract Supplier Due Diligence Data from D&B

**Use case:** 

Thoroughly vet potential suppliers by scraping their D&B company profiles for crucial operational and financial data. Ensure supply chain reliability and mitiga

## Input

```json
{
  "companyNames": [
    "Flex Ltd.",
    "Jabil Inc.",
    "Taiwan Semiconductor Manufacturing Company Limited",
    "Hon Hai Precision Industry Co., Ltd.",
    "Magna International Inc."
  ],
  "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.