Liverpool product data API
ShopAPIS returns structured Liverpool product data — title, brand, price, interest-free installment (meses sin intereses) terms, 1P-vs-3P seller, stock, specs, ratings and variants — as clean JSON in MXN. Liverpool is Mexico’s premium department-store marketplace, and its interest-free monthly installment offer is central to purchase decisions — a LatAm-specific field ShopAPIS captures alongside the list price.
Liverpool generates $1B+ in e-commerce revenue, with ~26% of sales coming from e-commerce and a ~23% buyer-preference share (~7th in Mexico) (plan2 LatAm research). It also runs El Palacio de Hierro and a third-party marketplace, so apparel, home, electronics and luxury pricing across 1P and 3P sellers is a strong, lower-friction parse target than the US giants.
Why Liverpool data is hard to get
Liverpool has no open product API, mixes first-party and marketplace (3P) sellers on the same page, and displays meses sin intereses plans that a generic scraper conflates with the cash price. The installment terms (months, monthly amount, interest-free flag) drive Mexican purchase behaviour yet are missing from non-LatAm schemas. Pages render price, stock and variants client-side with low-to-medium anti-bot. ShopAPIS separates 1P from 3P offers, captures both the list price and the installment plan, and resolves variants into one record.
Data fields returned
- Identity — product/SKU ID, title, brand, category path, model.
- Pricing — current price, list price, currency (MXN), discount.
- Installments —
meses sin interesesplan: months, monthly amount, interest-free flag. - Seller — seller name, 1P (Liverpool) vs 3P marketplace flag.
- Availability — in-stock flag, store-pickup / delivery estimate.
- Specs — structured attribute table.
- Variants — size/color/capacity options with per-variant price and stock.
- Social proof — rating average, review count.
- Media — image gallery.
Sample response
{
"platform": "liverpool",
"country": "MX",
"sku": "1142658399",
"url": "https://www.liverpool.com.mx/tienda/pp/1142658399",
"title": "Tenis Nike Revolution 7 para Hombre",
"brand": "Nike",
"category": ["Ropa y Calzado", "Hombre", "Tenis"],
"price": 1299,
"list_price": 1699,
"currency": "MXN",
"installments": { "months": 12, "monthly_amount": 108.25, "interest_free": true },
"seller": { "name": "Liverpool", "type": "1P" },
"availability": "Disponible",
"specs": { "material": "Textil/Sintético", "uso": "Correr" },
"variants": [
{ "size": "26", "color": "Negro", "stock": 12 },
{ "size": "27", "color": "Negro", "stock": 4 }
],
"rating": { "average": 4.7, "review_count": 533 },
"images": ["https://cdn.liverpool.com.mx/nike-revolution-7.jpg"]
}Markets and domains covered
- Mexico — liverpool.com.mx (MXN), including the Liverpool marketplace and sibling El Palacio de Hierro catalog.
Liverpool is Mexico-focused; its interest-free installment data is distinctive to the local premium tier.
Use cases
- Installment-aware price monitoring — track list price and
meses sin intereses(/solutions/price-monitoring). - Marketplace seller intelligence — track 1P vs 3P sellers and pricing (/solutions/competitive-intelligence).
- Catalog enrichment — ingest apparel, home and electronics specs (/solutions/catalog-enrichment).
- Stock availability — monitor in-stock and pickup status across the catalog (/solutions/inventory-tracking).
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/latin-america.mdandnorth-america.md). Anti-bot friction (low-medium) per June 2026 research.