# Table C (buy/sell) NBP Poland Exchange Rates

**Use case:** 

Extract NBP Poland Exchange Rates data filtered by Table C (buy/sell). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "table": "C",
  "maxItems": 10
}
```

## Output

```json
{
  "table": {
    "label": "📋 Table",
    "format": "text"
  },
  "effective_date": {
    "label": "📅 Effective Date",
    "format": "date"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "code": {
    "label": "🔤 Code",
    "format": "text"
  },
  "mid_rate": {
    "label": "💰 Mid Rate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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