# IBGE Brazil National Statistics Scraper

**Use case:** 

Scrape official IBGE Brazil statistics at the national (N1) level. Get aggregate data, variables and periods as structured JSON.

## Input

```json
{
  "mode": "aggregados",
  "localidadesType": "estados",
  "aggregateIds": [],
  "period": "all",
  "variable": "allxp",
  "level": "N1",
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "number"
  },
  "idString": {
    "label": "Id String",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "nome": {
    "label": "Nome",
    "format": "text"
  },
  "assuntoId": {
    "label": "Assunto Id",
    "format": "text"
  },
  "assunto": {
    "label": "Assunto",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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