# Swedish E-Commerce Company Leads Collection

**Use case:** 

Collect leads for Swedish e-commerce companies by scraping crucial data including revenue, contact details, and industry classification.

## Input

```json
{
  "query": "e-handel webshop",
  "searchUrls": [],
  "fetchDetails": false,
  "maxResults": 200,
  "sort": "revenueDesc",
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "orgNumber": {
    "label": "Org number",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "municipality": {
    "label": "Kommun",
    "format": "string"
  },
  "county": {
    "label": "Län",
    "format": "string"
  },
  "revenue": {
    "label": "Revenue (kSEK)",
    "format": "number"
  },
  "profit": {
    "label": "Profit (kSEK)",
    "format": "number"
  },
  "employees": {
    "label": "Employees",
    "format": "number"
  },
  "ceoName": {
    "label": "CEO / VD",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "homePage": {
    "label": "Website",
    "format": "string"
  },
  "companyForm": {
    "label": "Company form",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "url": {
    "label": "Profile URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Allabolag Scraper — Sweden Company Data & Leads](https://apify.com/logiover/allabolag-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/allabolag-scraper) to learn more, explore other use cases, and run it yourself.