Decathlon Brasil Corrida Catalog Scraper avatar

Decathlon Brasil Corrida Catalog Scraper

Pricing

Pay per event

Go to Apify Store
Decathlon Brasil Corrida Catalog Scraper

Decathlon Brasil Corrida Catalog Scraper

Scrapes the complete Decathlon Brasil running category catalog including shoes, apparel and accessories. Extracts product IDs, names, brands, prices in BRL, sizes, colors, stock status and category metadata from the VTEX-powered Decathlon Brasil store.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrapes the complete Decathlon Brasil running category catalog — shoes, apparel, and accessories — and returns structured product data including prices (BRL), sizes, colors, stock status, and category metadata.

What it does

Crawls https://www.decathlon.com.br/esportes/corrida (the running category), paginating through all ~714 products across 30 pages. Product data is extracted directly from the server-rendered JSON embedded in each page (VTEX + Gatsby stack) — no JavaScript rendering required.

Covers Decathlon's house brands (Kalenji, Kiprun) as well as third-party brands stocked in the running category (Asics, Nike, etc.).

Output fields

FieldTypeDescription
product_idstringDecathlon product ID
product_skustringSKU / item ID for the specific variant
product_namestringFull product name
product_urlstringCanonical product page URL
product_brandstringBrand name (e.g. Kalenji, Kiprun, Asics)
product_categorystringTop-level category (e.g. Calcados, Roupas)
product_subcategorystringSubcategory (e.g. Tenis, Jaquetas)
product_price_brlnumberCurrent selling price in BRL
product_original_price_brlnumberList price before discount in BRL
product_discount_pctnumberDiscount percentage (0 if no discount)
product_ratingnumberProduct rating (1–5 scale)
product_review_countintegerReview count (null — not exposed in catalog JSON)
product_colorstringPrimary color of the first available variant
product_sizes_availablearrayAvailable sizes across all variants
product_in_stockbooleanTrue if any variant is available
product_image_urlstringPrimary product image URL
product_descriptionstringProduct description text
product_specsstringJSON-encoded technical specs (sport, terrain, origin, etc.)

Input

ParameterTypeDefaultDescription
maxItemsinteger10Maximum number of products to return (set higher or remove cap for full catalog)

Usage

Set maxItems to the number of products you need. The running category has approximately 714 products across 30 pages (24 products per page). A full catalog run completes in under 2 minutes.

Notes

  • The actor fetches server-rendered HTML — no browser, no proxy required.
  • All product data (prices, sizes, availability) reflects the first variant of each product. Multiple color/size variants per product share the same product_id.
  • product_review_count is always null — the catalog API does not expose review counts.
  • The Decathlon Brasil store runs on VTEX with a Gatsby SSR frontend. Product data is embedded in window.pageData on every page.