# Sweden Architecture Firms Data Extraction

**Use case:** 

Retrieve detailed information on architecture firms in Sweden, including names, addresses, industry, and contact details.

## Input

```json
{
  "query": "architecture arkitektur design interior",
  "searchUrls": [],
  "fetchDetails": false,
  "maxResults": 200,
  "sort": "relevance",
  "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.