# Bolagsverket Sweden Companies Data Export

**Use case:** 

Data Export of Bolagsverket Sweden Companies. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "Volvo",
  "maxItems": 100
}
```

## Output

```json
{
  "org_number": {
    "label": "🆔 Org Number",
    "format": "text"
  },
  "company_name": {
    "label": "🏢 Company",
    "format": "text"
  },
  "legal_form": {
    "label": "📜 Legal Form",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "registered_date": {
    "label": "📅 Registered",
    "format": "date"
  },
  "status": {
    "label": "🚦 Status",
    "format": "text"
  },
  "sni_code": {
    "label": "🏷️ SNI Code",
    "format": "text"
  },
  "board_members": {
    "label": "👥 Board",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Bolagsverket Sweden Companies Scraper](https://apify.com/parseforge/bolagsverket-sweden-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bolagsverket-sweden-companies-scraper) to learn more, explore other use cases, and run it yourself.