# D&B Construction Company Data in the USA

**Use case:** 

Extract data on US construction companies including DUNS number, revenue, and key executives. Ideal for B2B lead generation and market research.

## Input

```json
{
  "queries": [
    "construction",
    "general contractor",
    "civil engineering"
  ],
  "country": "US",
  "maxItemsPerQuery": 75,
  "scrapeCompanyProfiles": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "industryName": {
    "label": "Industry",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "locationType": {
    "label": "Type",
    "format": "text"
  },
  "revenue": {
    "label": "Revenue",
    "format": "text"
  },
  "keyPrincipal": {
    "label": "Key Principal",
    "format": "text"
  },
  "companyProfileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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