# Collect a public company profile corpus

**Use case:** 

Gather a bounded set of D&B company profiles for research, internal knowledge bases, or downstream analysis workflows.

## Input

```json
{
  "startUrls": [
    "https://www.dnb.com/business-directory/company-information.software_publishers.us.california.html"
  ],
  "industryPath": "software_publishers",
  "countryIsoCode": "us",
  "regionName": "california",
  "maxResults": 20,
  "enrichDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "salesRevenue": {
    "label": "Revenue",
    "format": "string"
  },
  "primaryIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "locality": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "countryCode": {
    "label": "Country",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "profileUrl": {
    "label": "D&B Profile",
    "format": "string"
  }
}
```

## About this Actor

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