Amazon Brasil product data API
ShopAPIS returns structured Amazon Brasil product data — ASIN, title, brand, Buy-Box price, installment terms, Prime eligibility, star rating, review count, bullet specs, A+ content and variant relationships — as clean JSON in BRL. Amazon Brasil draws ~106M monthly visits and holds roughly 7.9% of the Brazilian market, with the deepest standardized, ASIN-keyed catalog in the country (plan2 research; traffic per Similarweb’s amazon.com.br analytics ). ShopAPIS parses that catalog past Amazon’s anti-bot stack and adds the Brazil-specific installment field.
Amazon Brasil’s strength is descriptive depth: every product is keyed to a global ASIN, carries structured bullet points, A+ media and variant families, and surfaces a Buy-Box that can rotate between sellers. That makes it the richest normalizable catalog in Brazil.
Why Amazon Brasil data is hard to get
Amazon Brasil is protected by Amazon-grade anti-bot — the hardest parse tier in the region. Prices and Buy-Box ownership render dynamically, the page fingerprints clients, and aggressive crawling triggers CAPTCHAs and IP throttling. The official SP-API exists but is seller-scoped: it returns your own listings and fulfillment data, not competitors’ Buy-Box prices or arbitrary catalog at scale. Brazilian listings also advertise interest-free installment plans (em até 12x sem juros) that sit outside the standard Amazon schema. ShopAPIS captures the live Buy-Box price, the winning seller, the installment block and the full attribute set in one record.
Data fields returned
- Identity — ASIN, title, brand, category nodes, GTIN/EAN where present
- Pricing — Buy-Box price, list price, currency (BRL), discount
- Installments — number of installments, per-installment amount, interest-free flag
- Buy-Box & sellers — winning seller, sold-by / ships-from, Prime eligibility, offer count
- Content — bullet points, A+ content presence, key product specifications
- Social proof — star rating, review count
- Variants — parent/child ASIN family (size, color, configuration)
- Media — image gallery, availability / delivery estimate
Sample response
{
"platform": "amazon_brasil",
"asin": "B0C9ABCDEF",
"url": "https://www.amazon.com.br/dp/B0C9ABCDEF",
"title": "Echo Dot 5ª geração com Alexa - Cor Preta",
"brand": "Amazon",
"category": ["Eletrônicos", "Casa Inteligente", "Alto-falantes inteligentes"],
"price": 349.00,
"list_price": 449.00,
"currency": "BRL",
"installments": { "quantity": 12, "amount": 29.08, "interest_free": true },
"buy_box": { "seller": "Amazon.com.br", "ships_from": "Amazon", "prime": true, "offer_count": 6 },
"rating": { "average": 4.8, "review_count": 94210 },
"bullets": [
"Som mais potente e equilibrado",
"Controle por voz com Alexa",
"Conecte e controle dispositivos de casa inteligente"
],
"variants": { "parent_asin": "B0C9PARENT", "dimension": "Cor", "options": ["Preta", "Branca", "Azul"] },
"availability": "Em estoque",
"images": ["https://m.media-amazon.com/images/I/echo.jpg"]
}Markets and domains covered
Amazon Brasil operates at amazon.com.br in Portuguese with BRL pricing and Prime fulfillment. ASINs are shared with Amazon’s global catalog, so a Brazilian listing can be matched to the same product on amazon.com or amazon.com.mx. ShopAPIS resolves by ASIN or URL.
Use cases
- Buy-Box price monitoring — track who owns the Buy-Box and at what price over time (/solutions/price-monitoring).
- MAP compliance — detect resellers breaching minimum advertised price (/solutions/map-compliance).
- Catalog enrichment — pull bullets, specs and images into your own catalog (/solutions/catalog-enrichment).
- Review analytics — aggregate ratings and review counts across ASIN families (/solutions/review-analytics).
Amazon’s SP-API only exposes your own seller data. ShopAPIS adds competitor Buy-Box pricing, the winning seller and the parsed BRL installments block.