# D&B Scraper for Software Companies in Germany

**Use case:** 

Access company profiles for software and IT services in Germany. Get revenue, DUNS numbers, and industry details for targeted B2B insights.

## Input

```json
{
  "queries": [
    "software",
    "IT services",
    "automotive"
  ],
  "country": "DE",
  "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.