# Export Polish KNF Payment Institutions

**Use case:** 

Bulk export Poland's KNF register of payment and e-money institutions - 17,000+ entities with registry number, NIP, type, status and city.

## Input

```json
{
  "registry": "e-rup",
  "name": "PayU",
  "exportAll": true,
  "maxResults": 0
}
```

## Output

```json
{
  "name": {
    "label": "Entity Name",
    "format": "text"
  },
  "registryNumber": {
    "label": "KNF No.",
    "format": "text"
  },
  "nip": {
    "label": "NIP",
    "format": "text"
  },
  "entityTypeLabel": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "registry": {
    "label": "Registry",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland KNF Financial Registry Scraper](https://apify.com/regdata/knf-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/knf-registry-scraper) to learn more, explore other use cases, and run it yourself.