# Profile Investment Targets from Dun & Bradstreet

**Use case:** 

Rapidly gather essential company data for potential investment targets to streamline your due diligence process. This enables investors to make quicker, data-dr

## Input

```json
{
  "companyNames": [
    "Rivian Automotive, Inc.",
    "Beyond Meat, Inc.",
    "Coinbase Global, Inc.",
    "Palantir Technologies Inc.",
    "Unity Technologies"
  ],
  "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.