# BCRA Argentina Statistics Full Export

**Use case:** 

Full Export of BCRA Argentina Statistics. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "variableIds": [],
  "dateFrom": "2024-01-01",
  "maxItems": 500
}
```

## Output

```json
{
  "variable_id": {
    "label": "🆔 Variable ID",
    "format": "number"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "category": {
    "label": "🗂️ Category",
    "format": "text"
  },
  "value": {
    "label": "💹 Value",
    "format": "number"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "unit": {
    "label": "📏 Unit",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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