# B (less common) NBP Poland Exchange Rates

**Use case:** 

Extract NBP Poland Exchange Rates data filtered by B (less common). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "tableType": "B"
}
```

## Output

```json
{
  "tableType": {
    "label": "tableType",
    "format": "text"
  },
  "effectiveDate": {
    "label": "effectiveDate",
    "format": "text"
  },
  "currency": {
    "label": "currency",
    "format": "text"
  },
  "code": {
    "label": "code",
    "format": "text"
  },
  "mid": {
    "label": "mid",
    "format": "text"
  },
  "bid": {
    "label": "bid",
    "format": "text"
  },
  "ask": {
    "label": "ask",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "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-v2-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nbp-poland-rates-v2-scraper) to learn more, explore other use cases, and run it yourself.