# Argentina All Dollar Rates Scraper

**Use case:** 

Scrape every Argentina dollar exchange rate in one snapshot: oficial, blue, MEP, CCL, tarjeta, cripto and mayorista with buy and sell prices.

## Input

```json
{
  "maxItems": 50,
  "mode": "current",
  "rateTypes": [],
  "source": "all",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "currencyCode": {
    "label": "Currency Code",
    "format": "text"
  },
  "buy": {
    "label": "Buy",
    "format": "number"
  },
  "sell": {
    "label": "Sell",
    "format": "number"
  },
  "spread": {
    "label": "Spread",
    "format": "number"
  },
  "variationPct": {
    "label": "Variation %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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