# Check a Polish Lender or Broker in KNF

**Use case:** 

Search the Polish KNF register of credit intermediaries and lending institutions by name or NIP - registry number, type, status and address.

## Input

```json
{
  "registry": "rpkip",
  "name": "Provident",
  "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.