# Verify a KNF-Authorized Financial Firm

**Use case:** 

Check whether a Polish financial firm is authorized by the KNF - search payment institutions, lenders and intermediaries by name or NIP, with status.

## Input

```json
{
  "registry": "all",
  "name": "PayU",
  "exportAll": false,
  "maxResults": 100
}
```

## 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.