# All Dun & Bradstreet Company

**Use case:** 

Extract Dun & Bradstreet Company data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "Apple",
  "maxItems": 10,
  "companyRole": "all",
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "duns": {
    "label": "DUNS",
    "format": "text"
  },
  "tradeStyleName": {
    "label": "Trade style name"
  },
  "industryName": {
    "label": "Industry",
    "format": "text"
  },
  "companyType": {
    "label": "Company type"
  },
  "companyRole": {
    "label": "Company role"
  },
  "website": {
    "label": "Website"
  },
  "revenue": {
    "label": "Revenue",
    "format": "text"
  },
  "employees": {
    "label": "Employees",
    "format": "text"
  },
  "yearFounded": {
    "label": "Year founded"
  },
  "keyPrincipal": {
    "label": "Key principal"
  },
  "keyPrincipalTitle": {
    "label": "Key principal title"
  },
  "phone": {
    "label": "Phone"
  },
  "stockExchange": {
    "label": "Stock exchange"
  },
  "salesGrowthPercent": {
    "label": "Sales growth percent"
  },
  "totalPrincipals": {
    "label": "Total principals"
  },
  "totalContacts": {
    "label": "Total contacts"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "zipCode": {
    "label": "Zip code"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "industries": {
    "label": "Industries"
  },
  "competitors": {
    "label": "Competitors"
  },
  "description": {
    "label": "Description"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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