# Look Up a Company by Name - Kompass

**Use case:** 

Look up a company by name on Kompass with Company, Address, Legal form, Capital, VAT no. and Employees. No login required.

## Input

```json
{
  "searchQueries": [
    "Siemens"
  ],
  "searchType": "companyName",
  "countries": [
    "Germany"
  ],
  "companyTypes": [],
  "withEmailOnly": false,
  "withPhoneOnly": false,
  "withWebsiteOnly": false,
  "minEmployees": 0,
  "minLeadScore": 0,
  "includeDetails": true,
  "maxItems": 100,
  "maxPagesPerQuery": 10,
  "monitorMode": false,
  "monitorStoreName": "kompass-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "primaryActivity": {
    "label": "Activity",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal form",
    "format": "text"
  },
  "corporateCapital": {
    "label": "Capital",
    "format": "text"
  },
  "vatNumber": {
    "label": "VAT no.",
    "format": "text"
  },
  "registrationNumber": {
    "label": "Reg. no.",
    "format": "text"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "number"
  },
  "yearEstablished": {
    "label": "Founded",
    "format": "number"
  },
  "profileUrl": {
    "label": "Kompass Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Kompass Scraper - Global B2B Company & Supplier Leads](https://apify.com/scrapesage/kompass-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/kompass-scraper) to learn more, explore other use cases, and run it yourself.