# Open Er API sample export

**Use case:** 

Run a ready-made Open Er API example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: open-er-api-scraper.

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rate": {
    "label": "Rate",
    "format": "text"
  },
  "base_code": {
    "label": "Base Code",
    "format": "text"
  },
  "result": {
    "label": "Result",
    "format": "text"
  },
  "time_last_update_utc": {
    "label": "Time Last Update Utc",
    "format": "text"
  },
  "time_next_update_utc": {
    "label": "Time Next Update Utc",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Open ER API Scraper](https://apify.com/benthepythondev/open-er-api-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/open-er-api-scraper) to learn more, explore other use cases, and run it yourself.