# Scrape Electronics Companies with Email - Kompass

**Use case:** 

Export electronics companies with email in the UK from Kompass with Company, Country, City, Phone, Email and Website. Ready-to-use contact list.

## Input

```json
{
  "searchQueries": [
    "electronic components"
  ],
  "searchType": "products",
  "countries": [
    "United Kingdom"
  ],
  "companyTypes": [],
  "withEmailOnly": true,
  "withPhoneOnly": true,
  "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"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "number"
  },
  "yearEstablished": {
    "label": "Founded",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "leadScore": {
    "label": "Lead score",
    "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.