norvikbank.ru APInorvikbank.ru ↗
Browse current loan offerings from Norvik Bank, including interest rates, loan amounts, terms, fees, insurance coverage, and collateral requirements. Compare detailed loan products to find the best financing option for your needs.
curl -X GET 'https://api.parse.bot/scraper/aeb4aaaa-36c2-433b-882d-6608bd2328f9/get_loan_products' \ -H 'X-API-Key: $PARSE_API_KEY'
Fetches all available loan products from Norvik Bank with their full conditions including interest rates, amounts, terms, fees, insurance requirements, and collateral. Returns data for 5 loan types: consumer credit, secured loan, refinancing, car loan, and house building loan.
| Param | Type | Description |
|---|---|---|
| region | string | Region code for localized content. Confirmed working value: msk (Moscow). |
{
"type": "object",
"fields": {
"loans": "array of loan product objects",
"total": "integer"
},
"sample": {
"loans": [
{
"url": "/retail/credits/potrebitelskiy_kredit/",
"fees": {
"early_repayment": "Бесплатно",
"remote_processing": "Бесплатно",
"account_maintenance": "Бесплатно"
},
"insurance": "При залоге недвижимого имущества: договор страхования предмета залога от рисков утраты и повреждения.",
"loan_name": "Потребительский кредит",
"loan_term": "от 1 до 60 месяцев",
"full_cost_psk": "От 16,501% до 38,565% годовых",
"interest_rate": "от 16,5% до 38,5% годовых",
"max_loan_amount": "до 1 500 000 ₽",
"min_loan_amount": "30 000 ₽",
"payment_schedule": "Каждый месяц равными платежами",
"special_conditions": null,
"collateral_required": null
}
],
"total": 5
}
}About the norvikbank.ru API
The norvikbank.ru API on Parse exposes 2 endpoints for the publicly available data on norvikbank.ru. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.