# Research High-Value B2B Leads on Dun & Bradstreet

**Use case:** 

Identify and gather detailed information on potential B2B clients to tailor your sales outreach. This task helps sales and marketing teams focus on prospects th

## Input

```json
{
  "companyNames": [
    "Tesla Inc.",
    "SpaceX",
    "OpenAI",
    "Stripe Inc.",
    "Databricks"
  ],
  "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.