# D&B Oil and Gas Company Data Scraper

**Use case:** 

Retrieve detailed profiles of US oil and gas companies. Get company names, DUNS numbers, revenue figures, and industry specifics.

## Input

```json
{
  "queries": [
    "oil and gas",
    "energy",
    "petroleum"
  ],
  "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.