Alkosto product data API
The ShopAPIS Alkosto product data API returns price, installment terms, specifications, availability, brand, ratings and review count for any Alkosto or Ktronix product — as clean JSON. Alkosto draws roughly 17.3M monthly visits and is Colombia’s #1 e-commerce property by traffic, anchored in appliances, electronics and technology — making it the definitive signal for Colombian consumer-tech pricing, a market where MercadoLibre and Falabella trail on category depth.
Alkosto and its electronics-focused banner Ktronix form a hypermarket-and-tech retailer spanning appliances, TVs, computing, mobile and home. Because Colombian purchases hinge on installment credit (cuotas) and frequent promotions, parsing the live catalogue captures both spec sheets and financing terms — there is no open public product API.
Why Alkosto data is hard to get
Alkosto offers only limited developer access and serves price, installment and spec data from internal endpoints behind bot-detection, putting parse difficulty in the medium band. Installment plans vary by card and term, promotional and regular pricing differ, and Alkosto and Ktronix share inventory but present separate storefronts. ShopAPIS maintains the request infrastructure and returns normalized fields — price (COP), cuotas plan and specs — as flat JSON.
Data fields returned
- Identifiers — Alkosto/Ktronix SKU, brand, model, EAN.
- Pricing — current price, regular price, currency (COP).
- Installments — number of cuotas, per-installment value, financing flag.
- Specs — structured specification table (screen, capacity, power, etc.).
- Availability — online stock, store pickup, delivery estimate.
- Seller — Alkosto/Ktronix first-party (primarily 1P retail).
- Ratings — average rating, review count, review samples.
- Variants — capacity/colour/configuration variants with per-variant price and stock.
- Media — image gallery URLs, category path, key features.
Sample response
{
"platform": "alkosto",
"marketplace": "alkosto.com",
"sku": "9876543",
"title": "Televisor Samsung 55\" Crystal UHD 4K Smart TV UN55DU7000",
"brand": "Samsung",
"price": { "amount": 1899900, "currency": "COP", "regular_price": 2399900 },
"installments": { "count": 12, "value": 158325, "financing": true },
"specs": {
"screen_size": "55 pulgadas",
"resolution": "4K UHD",
"panel": "Crystal UHD",
"smart_os": "Tizen"
},
"availability": { "online": "in_stock", "store_pickup": true },
"seller": { "type": "first_party", "name": "Alkosto" },
"rating": 4.6,
"review_count": 734,
"variant": { "size": "55\"" },
"category_path": ["TV y Video", "Televisores", "Smart TV"],
"images": ["https://www.alkosto.com/medias/samsung-du7000-55.jpg"],
"scraped_at": "2026-06-05T11:54:00Z"
}Markets & domains covered
- Colombia — alkosto.com and ktronix.com (COP), shared appliance and electronics inventory.
Alkosto is Colombia-specific; one parser covers both the Alkosto and Ktronix banners and their cuotas financing model.
Use cases
- Colombian electronics price monitoring — track appliance and tech pricing including installment plans. Feeds price monitoring.
- Spec-driven catalog enrichment — pull authoritative appliance and electronics specs. See catalog enrichment.
- Competitive intelligence — benchmark against Falabella CO and MercadoLibre. See competitive intelligence.
- MAP enforcement — detect below-MAP pricing on branded electronics. See MAP compliance.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/latin-america.md); Alkosto ~17.3M visits/mo, #1 Colombian traffic property (marketing4ecommerce.co Colombia rankings ).