# Statistics Sweden Population Scraper

**Use case:** 

Extract Statistics Sweden (SCB) population statistics into structured data. Official demographic data ready for analysis.

## Input

```json
{
  "mode": "browse",
  "path": "",
  "tableId": "BE/BE0101/BE0101A/BefolkningNy",
  "dataFilters": {},
  "maxItems": 10,
  "language": "en"
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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