# All Crypto & Fiat Exchange Rates

**Use case:** 

Extract Crypto & Fiat Exchange Rates data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "rateType": "all"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "value": {
    "label": "Value (in 1 base)",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "base": {
    "label": "Base",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Crypto & Fiat Exchange Rates Scraper](https://apify.com/parseforge/coincap-rates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/coincap-rates-scraper) to learn more, explore other use cases, and run it yourself.