Skip to Content

Americanas product data API

The ShopAPIS Americanas product data API returns price, installment terms, availability, seller info, ratings, review count and variants for any Americanas product — as clean JSON. Americanas (americanas.com) is one of Brazil’s longest-running marketplaces, still reporting high traffic, with a broad 1P+3P catalogue across general merchandise, electronics, books and toys — making it a useful breadth signal for the Brazilian market.

After its 2023 accounting crisis, Americanas S.A. consolidated its brands — folding the former Submarino and Shoptime storefronts into americanas.com in 2024 — onto a VTEX-based marketplace stack. Because Brazilian pricing decisions depend on installment terms (parcelamento), parsing the live catalogue captures both price and “sem juros” financing across a wide seller base; its API is seller-gated.

Why Americanas data is hard to get

Americanas exposes only a gated seller API and serves price, installment and seller data from a VTEX-based stack behind bot-detection, putting parse difficulty in the medium band. Installment terms vary by payment method, PIX prices differ from card pricing, and a large third-party seller base means per-offer price and shipping variance. ShopAPIS maintains the request infrastructure and returns normalized fields — price (BRL), installment plan and seller — as flat JSON.

Data fields returned

  • Identifiers — Americanas product ID, brand, model, EAN.
  • Pricing — cash/PIX price, card price, currency (BRL).
  • Installments — number of installments, per-installment value, interest-free flag.
  • Availability — in-stock, delivery estimate by CEP, fulfilment type.
  • Seller — first-party vs marketplace seller, seller name and rating.
  • Ratings — average rating, review count, review samples.
  • Variants — size/colour/configuration variants with per-variant price and stock.
  • Media — image gallery URLs, category path, key attributes.

Sample response

{ "platform": "americanas", "marketplace": "americanas.com", "product_id": "1234567890", "title": "Smartphone Motorola Moto G84 5G 256GB 8GB RAM", "brand": "Motorola", "price": { "pix": 1299.00, "card": 1399.00, "currency": "BRL" }, "installments": { "count": 10, "value": 139.90, "interest_free": true }, "availability": { "in_stock": true, "delivery": "4-7 dias", "fulfilment": "marketplace" }, "seller": { "type": "marketplace", "name": "TechStore BR", "rating": 4.5 }, "rating": 4.4, "review_count": 2186, "variant": { "color": "Azul", "storage": "256GB" }, "ean": "7892597349821", "category_path": ["Celulares e Smartphones", "Smartphone", "Android"], "images": ["https://images-americanas.b2w.io/produtos/moto-g84-azul.jpg"], "scraped_at": "2026-06-05T11:54:00Z" }

Markets & domains covered

  • Brazil — americanas.com (BRL), first-party retail plus marketplace (absorbed Submarino and Shoptime in 2024).

Americanas is Brazil-specific; one parser handles its VTEX-based catalogue and PIX/installment pricing model.

Use cases

  • Brazilian price monitoring — track wide-catalogue pricing including PIX and installment terms. Feeds price monitoring.
  • Seller and offer intelligence — track third-party seller pricing and ratings. See competitive intelligence.
  • MAP enforcement — detect below-MAP pricing across the seller base. See MAP compliance.
  • Catalog enrichment — pull brand, attribute and variant data. See catalog enrichment.

Stats from ShopAPIS market research, June 2026 (@plans/plan2-research/reports/latin-america.md); Americanas absorbed Submarino and Shoptime in 2024, VTEX-based stack (tecmundo.com.br / seudinheiro.com ).

Last updated on