# BCB Brazil Central Bank Series Latest Results

**Use case:** 

Latest Results of BCB Brazil Central Bank Series. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "seriesId": 433,
  "lastN": 50
}
```

## Output

```json
{
  "seriesId": {
    "label": "seriesId",
    "format": "text"
  },
  "seriesName": {
    "label": "seriesName",
    "format": "text"
  },
  "date": {
    "label": "date",
    "format": "text"
  },
  "value": {
    "label": "value",
    "format": "text"
  },
  "unit": {
    "label": "unit",
    "format": "text"
  },
  "frequency": {
    "label": "frequency",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [BCB Brazil Central Bank Series Scraper](https://apify.com/parseforge/bcb-brazil-central-bank-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bcb-brazil-central-bank-scraper) to learn more, explore other use cases, and run it yourself.