Discover/gazprombank.ru API
live

gazprombank.ru APIwww.gazprombank.ru

Access all Gazprombank consumer loan products via API. Returns interest rates, loan amounts, terms, fees, insurance, and collateral requirements for each product.

Endpoints
1
Updated
4h ago
Try it

No input parameters required.

api.parse.bot/scraper/f94bfbea-525e-4a36-b655-93af0ebf422e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f94bfbea-525e-4a36-b655-93af0ebf422e/get_loan_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Fetches all consumer loan products from Gazprombank's personal loans section. For each loan, retrieves detailed conditions from its dedicated page including interest rates, amount limits, term limits, fees, insurance requirements, collateral requirements, and special conditions. Returns a JSON array of loan products.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "loans": "array of loan product objects",
    "total": "integer count of loan products"
  },
  "sample": {
    "loans": [
      {
        "fees": null,
        "purpose": "на любые цели",
        "loan_name": "Кредит наличными",
        "description": "С возможностью снижения ставки",
        "max_loan_amount": 7000000,
        "min_loan_amount": 50000,
        "term_max_months": 60,
        "term_min_months": 13,
        "interest_rate_max": 39.799,
        "interest_rate_min": 24.54,
        "insurance_required": "нет (добровольное)",
        "special_conditions": "Надбавка: до 0,5 п.п. - при отсутствии обеспечения обязательств в виде страхования (в добровольном порядке) жизни и здоровья",
        "collateral_required": null
      },
      {
        "fees": "Комиссия за предоставление кредита: Не взимается",
        "purpose": "На любые потребительские цели",
        "loan_name": "Кредит наличными под залог недвижимости",
        "description": "Ключ к выгодным условиям",
        "max_loan_amount": 30000000,
        "min_loan_amount": 500000,
        "term_max_months": 240,
        "term_min_months": 48,
        "interest_rate_max": 34.151,
        "interest_rate_min": 15.441,
        "insurance_required": null,
        "special_conditions": "Скидка: до 2,2 п.п. для зарплатных клиентов или при подаче заявки через Госуслуги",
        "collateral_required": "квартиры в многоквартирном доме готовые апартаменты коммерческая недвижимость машино-место дом или таунхаус с земельным участком"
      }
    ],
    "total": 7
  }
}

About the gazprombank.ru API

The Gazprombank Loans API exposes one endpoint — get_loan_products — that returns the full catalog of consumer loan products from gazprombank.ru, with up to 20+ fields per loan including interest rates, minimum and maximum amounts, term limits, origination fees, insurance requirements, collateral conditions, and any special eligibility criteria. No input parameters are required; a single call returns the complete product list alongside a total count.

What the API Returns

The get_loan_products endpoint returns a loans array and a total integer. Each object in loans corresponds to one consumer loan product listed on Gazprombank's personal loans section and includes the data from that product's dedicated conditions page. Fields cover the full range of borrowing terms: applicable interest rates (including any promotional or range values), minimum and maximum loan amounts, minimum and maximum repayment terms, one-time or recurring fees, and whether insurance is mandatory, optional, or unavailable.

Loan Conditions Detail

Beyond headline rates and amounts, each loan object includes collateral requirements — distinguishing secured from unsecured products — and a special_conditions field that captures eligibility notes such as salary-project membership, pension recipient status, or Gazprombank card ownership. This makes it straightforward to filter products by borrower profile without navigating individual product pages.

Coverage and Scope

The API covers consumer (personal) loans from Gazprombank's retail lending catalog. It does not include mortgage products, auto loans, or business lending lines, which appear under separate sections of the site. All data reflects the consumer loan products available at the time of the request.

Common use cases
  • Aggregate and display Gazprombank personal loan offers on a Russian financial comparison portal
  • Monitor changes in Gazprombank interest rates over time by polling get_loan_products on a schedule
  • Filter loan products by collateral requirement to surface unsecured options for a given borrower profile
  • Identify products with insurance requirements to calculate true cost of borrowing
  • Build a loan eligibility checker using special_conditions fields for salary-project or pension criteria
  • Feed structured loan data into a personal finance app that compares multiple Russian banks
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Gazprombank provide an official public developer API?+
Gazprombank does not publish a public developer API for its loan product data. Structured access to this information is not available through any official documented endpoint on gazprombank.ru.
What exactly does the get_loan_products endpoint return for each loan?+
Each loan object includes the product name, interest rate (or rate range), minimum and maximum loan amounts, minimum and maximum terms, any applicable fees, insurance requirements, collateral requirements, and a special_conditions field noting eligibility constraints like salary-project membership. The total field at the top level gives the count of products returned.
Does the API cover Gazprombank mortgage or auto loan products?+
Not currently. The API covers consumer (personal) loans from Gazprombank's retail lending section only. Mortgage, auto loan, and business lending products are not included. You can fork this API on Parse and revise it to add an endpoint targeting those product sections.
Can I filter loan results by interest rate or loan amount within the API call?+
The get_loan_products endpoint takes no input parameters, so filtering is not done server-side. The full product list is returned in one response, and filtering by rate, amount, term, or collateral type can be applied client-side using the fields each loan object exposes. You can fork the API on Parse and revise it to add server-side filtering parameters.
How fresh is the loan data returned by this API?+
The data reflects the loan conditions published on gazprombank.ru at the time of the request. Gazprombank updates its product terms periodically, so rate or condition changes will be reflected after the next call. There is no cached snapshot with a fixed staleness window guaranteed by the API.
Page content last updated . Spec covers 1 endpoint from www.gazprombank.ru.
Related APIs in FinanceSee all →
fred.stlouisfed.org API
Access data from fred.stlouisfed.org.
data.ecb.europa.eu API
Access official European Central Bank statistical series and observations to retrieve economic data like exchange rates, interest rates, and monetary aggregates. Browse available dataflows and retrieve specific time series data to analyze ECB's published economic indicators.
alphavantage.co API
Track stock prices, forex rates, and cryptocurrency values with real-time and historical market data, while accessing company financials, earnings reports, and technical indicators. Search tickers, monitor economic indicators, analyze news sentiment, and get global quotes all in one place.
polygon.io API
Access real-time and historical market data for stocks, cryptocurrencies, forex, and commodities—including price aggregates, ticker details, and financial statements—all from a single platform. Get the latest market news, check trading status across exchanges, and retrieve comprehensive ticker information to power your investment analysis and trading decisions.
banks.data.fdic.gov API
Search FDIC-insured banks by location or institution, and access detailed information about their financial performance, merger history, deposit demographics, and regulatory changes. Get comprehensive data on bank failures, acquisitions, and historical financial trends to research institutions and analyze the banking landscape.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
rba.gov.au API
Access Reserve Bank of Australia data including CPI inflation (current and historical), housing and business lending rates, AUD exchange rates, monetary policy/cash rate changes, and the RBA balance sheet.
marketbeat.com API
Track comprehensive stock market data including real-time overviews, analyst ratings, earnings reports, insider trades, and institutional ownership across thousands of companies. Search stocks, analyze financial statements and profitability metrics, monitor short interest, explore options chains, and stay updated with market headlines and competitor analysis.