Depozaur: List Savings Accounts
Depozaur via Parse · Finance
List Polish savings accounts sorted by highest interest rate. Accounts are filtered by balance range and optionally by whether a linked bank account is required or whether the offer targets new clients. Returns all matching accounts with their parameters including interest rate, balance limits, opening methods, fees, and promotional conditions. Compare Polish savings accounts (konta oszczędnościowe) sorted by highest interest rate, filtered by balance range. Fulfilled by Parse from depozaur.pl.
- b2b-directory
- depozaur
- depozaur-pl
- finance
- government-public
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2df69b9f-7417-4163-a4db-f591b85bcf20/list_savings_accounts
- Interface artifact
- sha256:e942cd313883134001ebab6955bc5ed7e5fae392b59675615031750a9a2a496a
- Manifest digest
- sha256:ea19ad159cca040922672a0b06734c52c9525e6e1b10263b2c451d3e837d4ec4
Request fields
- new_client (boolean): Filter by whether the account targets new clients. true returns only accounts for new clients; false returns only accounts not specifically for new clients. Omit to return all accounts.
- max_balance (integer): Maximum savings balance in PLN for filtering accounts.
- min_balance (integer): Minimum savings balance in PLN for filtering accounts.
- requires_account (integer): Filter by whether a linked bank account is required. 1 returns only accounts requiring a linked account; 0 returns only accounts not requiring one. Omit to return all accounts.: Allowed values: 0, 1
Example queries
- {"new_client":"true","max_balance":"1000000","min_balance":"0","requires_account":"0"}