Skip to Content

Coppel product data API

ShopAPIS returns structured Coppel product data — title, brand, price, installment (mensualidades) credit terms, stock, specs, ratings and variants — as clean JSON in MXN. Coppel is one of Mexico’s largest department-store retailers, and its catalog is credit-driven, so the installment/credit price is often the decisive purchase field — one ShopAPIS captures alongside the cash price.

Coppel draws ~50 million monthly visits and spans 2,050+ product categories, with 269.9 billion MXN in net revenue in 2024 (Expansión 2025 ). It ranks among the top Mexican marketplaces by buyer preference (~22%) and is investing heavily in a new e-commerce platform, making its appliance, electronics and apparel pricing a high-value parse target with lower anti-bot friction than the US giants.

Why Coppel data is hard to get

Coppel has no open product API, and its listings show a cash price next to a credit price split into mensualidades (monthly installments) — a generic scraper conflates the two. The credit terms (number of months, monthly amount, total with interest) are central to Mexican purchase decisions yet are absent from non-LatAm schemas. Pages render price, stock and variants client-side with low-to-medium anti-bot. ShopAPIS captures both the cash and installment pricing, resolves variants and normalizes the credit terms into one record.

Data fields returned

  • Identity — product/SKU ID, title, brand, category path, model.
  • Pricing — cash price, currency (MXN), list price, discount.
  • Creditmensualidades plan: number of months, monthly amount, total with credit.
  • Availability — in-stock flag, store-pickup / delivery estimate.
  • Specs — structured attribute table (capacity, dimensions, material, etc.).
  • Variants — size/color/capacity options with per-variant price and stock.
  • Social proof — rating average, review count.
  • Media — image gallery.

Sample response

{ "platform": "coppel", "country": "MX", "sku": "5402198", "url": "https://www.coppel.com/pantalla-led-samsung-55-5402198", "title": "Pantalla LED Samsung 55 Pulgadas Crystal UHD 4K Smart TV", "brand": "Samsung", "category": ["Pantallas y Electrónica", "Pantallas", "Smart TV"], "price": 8999, "list_price": 11999, "currency": "MXN", "credit": { "months": 18, "monthly_amount": 599, "total_with_credit": 10782 }, "availability": "Disponible", "specs": { "screen_size_in": 55, "resolution": "4K UHD", "smart_tv": true }, "variants": [{ "size": "55\"", "stock": 14 }, { "size": "65\"", "stock": 6 }], "rating": { "average": 4.6, "review_count": 870 }, "images": ["https://cdn.coppel.com/samsung-55-uhd.jpg"] }

Markets and domains covered

  • Mexico — coppel.com (MXN), including the new Coppel marketplace surface.

Coppel is a Mexico-focused credit retailer; its installment-pricing data is distinctive to the local market and pairs well with the other MX platforms.

Use cases

Coppel’s mensualidades (monthly installment) price is often the real selling price for credit customers. ShopAPIS returns both the cash price and the full credit plan so you can monitor the true competitive floor.

Stats from ShopAPIS market research, June 2026 (@plans/plan2-research/reports/latin-america.md and north-america.md); net revenue per Expansión 2025. Anti-bot friction (low-medium) per June 2026 research.

Last updated on