regdata_knf_registry
Search and extract data from Polish KNF registries for payment, e-money, credit, and pawnbroking entities. Filter by name, NIP, or entity type; bulk export 75,000+ records.
Instructions
Poland KNF Financial Registry Scraper. Extract payment institutions, e-money issuers, credit intermediaries, lending companies & pawnbroking operators from 3 Polish KNF registries. Search by name, NIP, entity type. Bulk export 75,000+ entities. Structured JSON. No auth needed. Advanced fields beyond this schema are also accepted (regdata_describe lists them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nip | No | Search by Polish Tax Identification Number (NIP) — exact match | |
| name | No | Search by entity/company name (partial match, case-insensitive) | |
| maxItems | No | Optional cap on billed dataset items returned. | |
| registry | No | Which KNF registry to search. e-rup = payment/e-money institutions (~17k entities), rpkip = credit intermediaries & lending institutions (~58k entities), rdl = pawnbroking activities (~250 entities), all = search all three. | all |
| exportAll | No | Export all records from the selected registry. Ignores name/NIP/entityType filters. Use for bulk data extraction. | |
| entityType | No | Filter by entity type code. e-rup: PSD_PI, PSD_EMI, PSD_ENL, PSD_EPI@BP, PSD_EPI@MIP, PSD_AISP, PSD_AG, PSD_BR. rpkip: RPH, RPK, RHA, RIP. Leave empty for all types. | |
| maxResults | No | Maximum number of results to return. Default: 100. Set to 0 for unlimited (use with Export All for full registry dump). |