Netshoes product data API
ShopAPIS returns structured Netshoes product data — title, brand, price, installment (parcelas) terms, size/color variant matrix, stock and ratings — as clean JSON in BRL. Netshoes is Brazil’s leading sports and footwear marketplace, and its deep size/color variant matrix plus interest-free installments are the fields that drive athletic-apparel and sneaker pricing intelligence.
Netshoes draws ~34 million monthly visits and holds ~36.2% of the Brazilian sports e-commerce market (plan2 LatAm research). Its catalog runs deep on footwear, sportswear and fitness gear, with brand-level depth and the LatAm-standard parcelas field — making it a high-value, moderate-friction parse target in Brazil’s sports vertical.
Why Netshoes data is hard to get
Netshoes has limited public API access, and its listings carry a full size/color variant matrix plus parcelas (installments) that generic scrapers flatten or miss. Variant-level stock and the “12x sem juros” installment terms are rendered client-side behind a moderate anti-bot stack, and sizing is a critical signal in footwear that a flat price scrape discards. ShopAPIS resolves the full variant matrix, captures the installment plan and normalizes brand and category into consistent fields.
Data fields returned
- Identity — product/SKU ID, title, brand, category path, model.
- Pricing — current price, list price, currency (BRL), discount.
- Installments —
parcelasplan: number, per-installment amount, interest-free flag. - Variants — full size/color matrix with per-variant stock.
- Social proof — rating average, review count.
- Availability — in-stock flag, delivery estimate.
- Specs — sport, material, technology highlights.
- Media — image gallery.
Sample response
{
"platform": "netshoes",
"country": "BR",
"sku": "D34-0145-018",
"url": "https://www.netshoes.com.br/tenis-adidas-runfalcon-3-D34-0145-018.html",
"title": "Tênis Adidas Runfalcon 3.0 Masculino",
"brand": "Adidas",
"category": ["Esportes", "Corrida", "Tênis de Corrida"],
"price": 279.99,
"list_price": 399.99,
"currency": "BRL",
"installments": { "quantity": 10, "amount": 28.00, "interest_free": true },
"variants": [
{ "size": "39", "color": "Preto", "stock": 15 },
{ "size": "40", "color": "Preto", "stock": 7 },
{ "size": "41", "color": "Cinza", "stock": 0 }
],
"rating": { "average": 4.8, "review_count": 1024 },
"availability": "Disponível",
"specs": { "sport": "Corrida", "drop_mm": 10 },
"images": ["https://static.netshoes.com.br/adidas-runfalcon-3.jpg"]
}Markets and domains covered
- Brazil — netshoes.com.br (BRL), the country’s #1 sports e-commerce property.
Netshoes is Brazil-focused; its footwear variant and installment data is distinctive to the local sports vertical and pairs well with Dafiti for full fashion coverage.
Use cases
- Sneaker and sportswear price monitoring — track price and
parcelasacross the catalog (/solutions/price-monitoring). - Variant inventory tracking — monitor size/color stock for high-demand footwear (/solutions/inventory-tracking).
- Competitive intelligence — benchmark sports pricing against Centauro and MercadoLibre (/solutions/competitive-intelligence).
- Catalog enrichment — ingest footwear and sportswear attributes (/solutions/catalog-enrichment).
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/latin-america.md); sports share per Magis5/ecommerceguide 2025. Anti-bot friction (medium) per June 2026 research.