Dafiti product data API
ShopAPIS returns structured Dafiti product data — title, brand, price, installment (parcelas) terms, size/color variants, 1P-vs-3P seller, stock and ratings — as clean JSON across Brazil, Argentina, Chile and Colombia. Dafiti is the leading fashion-vertical marketplace in LatAm, and its size/color variant matrix plus installment pricing are the fields that matter most for apparel and footwear intelligence.
Dafiti is the #9 marketplace in Latin America with ~29 million monthly visits in Brazil alone (plan2 LatAm research). It runs one fashion catalog across four countries in BRL, ARS, CLP and COP, so a single parser unlocks multi-market apparel, footwear and beauty pricing — with the LatAm-standard installment field that non-regional schemas miss.
Why Dafiti data is hard to get
Dafiti’s seller API is partner-scoped and will not return competitor catalogs, and its listings carry a deep size/color variant matrix plus parcelas (installments) that generic scrapers flatten incorrectly. The same product shows different price, currency and stock on dafiti.com.br (BR), dafiti.com.ar (AR), dafiti.cl (CL) and dafiti.com.co (CO). Pages render variant stock and installment terms client-side with moderate anti-bot. ShopAPIS resolves the country/currency, captures the full variant matrix and normalizes the installment plan into one record.
Data fields returned
- Identity — product/SKU ID, title, brand, category path.
- Pricing — current price, list price, currency (BRL / ARS / CLP / COP), discount.
- Installments —
parcelas/cuotasplan: number, per-installment amount, interest-free flag. - Seller — seller name, 1P (Dafiti) vs 3P marketplace flag.
- Variants — full size/color matrix with per-variant stock.
- Social proof — rating average, review count.
- Availability — in-stock flag, delivery estimate.
- Media — image gallery.
Sample response
{
"platform": "dafiti",
"country": "BR",
"sku": "NI093SHF21KMG",
"url": "https://www.dafiti.com.br/Tenis-Nike-Court-Vision-Low.html",
"title": "Tênis Nike Court Vision Low Masculino",
"brand": "Nike",
"category": ["Calçados", "Masculino", "Tênis Casual"],
"price": 299.90,
"list_price": 399.90,
"currency": "BRL",
"installments": { "quantity": 6, "amount": 49.98, "interest_free": true },
"seller": { "name": "Dafiti", "type": "1P" },
"variants": [
{ "size": "40", "color": "Branco", "stock": 8 },
{ "size": "41", "color": "Branco", "stock": 3 },
{ "size": "42", "color": "Preto", "stock": 0 }
],
"rating": { "average": 4.6, "review_count": 214 },
"availability": "Disponível",
"images": ["https://static.dafiti.com.br/p/nike-court-vision.jpg"]
}Markets and domains covered
Dafiti runs one fashion catalog across four markets: dafiti.com.br (Brazil, BRL), dafiti.com.ar (Argentina, ARS), dafiti.cl (Chile, CLP) and dafiti.com.co (Colombia, COP). ShopAPIS resolves any listing by URL or by country + SKU and returns the local currency and installment plan.
Use cases
- Multi-country fashion price monitoring — track one style across BR/AR/CL/CO (/solutions/price-monitoring).
- Variant inventory tracking — monitor size/color stock across the apparel catalog (/solutions/inventory-tracking).
- Competitive intelligence — benchmark fashion pricing against MercadoLibre and Netshoes (/solutions/competitive-intelligence).
- Catalog enrichment — ingest apparel and footwear attributes into your catalog (/solutions/catalog-enrichment).
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/latin-america.md). Anti-bot friction (medium) per June 2026 research.