Kaspi.kz product data API
ShopAPIS returns structured Kaspi.kz product data — price in KZT, the fintech-linked installment and credit terms, store-level availability, merchant name, average rating, review count and product SKU — as normalized JSON. Kaspi is a near-monopoly super-app combining marketplace, classifieds and a bank, which gives its product cards a field you find almost nowhere else in the region: monthly installment pricing tied to Kaspi’s own credit. ShopAPIS captures those installment terms alongside the standard product schema, making it the single best data asset for Central Asia.
Kaspi.kz is Kazakhstan’s super-app monopoly. Its marketplace GMV reached KZT 6.7T in 2025 (+11%), e-commerce GMV hit KZT 2.2T over 9M’25, and it serves roughly 14M monthly active users in a 19M-person country — near-total penetration (Kaspi.kz FY 2025 results ; AIM Group ).
Why Kaspi.kz data is hard to get
Kaspi runs banking-grade security, and its most valuable field — installment pricing — is dynamic and conditional. Anti-bot difficulty is high: Kaspi is a licensed bank as well as a marketplace, so its defenses are tuned to financial-fraud standards, not just scraping. It exposes a limited merchant API for sellers to manage their own listings, but nothing that returns the wider catalog or a competitor’s store-level stock. The platform-specific challenge is the credit layer. A Kaspi product card shows a cash KZT price and several installment plans (for example 3, 6, 12 or 24 months at 0% or financed rates), and the headline a shopper sees is often the monthly payment, not the total price. Reading only the largest number misrepresents the product cost. ShopAPIS separates the cash price from the installment plans and store availability, so you get both the true price and the credit terms that drive Kazakh buying decisions.
Data fields returned
- Pricing — cash price, currency (KZT), available installment plans (term + monthly amount + rate).
- Availability — overall stock plus store/city-level availability where shown.
- Merchant — merchant/seller name, merchant rating.
- Catalog — title, brand, category path, structured specifications.
- Social proof — average rating, review count.
- Identifiers — Kaspi product SKU / code, product URL.
- Images — full gallery URLs.
Sample response
{
"marketplace": "kaspi",
"domain": "kaspi.kz",
"country": "KZ",
"sku": "104293817",
"title": "Телевизор Samsung UE50CU7100U 50\"",
"brand": "Samsung",
"category": ["Бытовая техника", "Телевизоры и аксессуары", "Телевизоры"],
"price": { "cash": 289990, "currency": "KZT" },
"installments": [
{ "term_months": 12, "monthly": 24166, "rate_pct": 0 },
{ "term_months": 24, "monthly": 13453, "rate_pct": 9.9 }
],
"merchant": { "name": "Sulpak", "rating": 4.8 },
"rating": 4.7,
"review_count": 1264,
"availability": { "overall": "in_stock", "cities": { "Алматы": "in_stock", "Астана": "low" } },
"specifications": { "Диагональ": "50\"", "Разрешение": "4K UHD" },
"images": ["https://resources.cdn-kaspi.kz/img/m/p/h0a/104293817.jpg"],
"url": "https://kaspi.kz/shop/p/samsung-ue50cu7100u-104293817/",
"fetched_at": "2026-06-05T10:58:00Z"
}Markets and domains covered
| Domains | Markets | Currency | Scale |
|---|---|---|---|
| kaspi.kz | Kazakhstan | KZT | KZT 6.7T marketplace GMV, ~14M MAU, near-total penetration |
Use cases
- Installment-aware price monitoring — track both cash KZT price and credit terms, since installments drive Kazakh demand. See price monitoring.
- Central Asia market entry — read the single dominant catalog to size a category before entering KZ. See competitive intelligence.
- Store-level availability — monitor city-level stock for the leading merchants. See inventory tracking.
- Catalog enrichment — pull specifications and ratings for Kazakh-market product records. See catalog enrichment.