Anta Running Shoe Catalog Scraper avatar

Anta Running Shoe Catalog Scraper

Pricing

Pay per event

Go to Apify Store
Anta Running Shoe Catalog Scraper

Anta Running Shoe Catalog Scraper

Scrape ANTA's complete running shoe catalog from anta.com — the global Shopify storefront of the second-largest Chinese sportswear brand. Extracts product names, prices, sizes, colors, technologies, variants, and stock status across all running collections.

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

12 days ago

Last modified

Categories

Share

Scrape the complete running shoe catalog from anta.com — the global Shopify storefront of ANTA Sports, the second-largest Chinese sportswear brand and Olympic Committee partner. This actor collects product details, pricing, size/color variants, technologies, and stock availability across all ANTA running collections using Shopify's native JSON API.

What this actor does

The actor iterates over ANTA's running-focused Shopify collections and extracts full product data via the /collections/<slug>/products.json endpoint. No HTML parsing, no proxy required — clean JSON responses with complete variant data.

Collections scraped by default:

  • anta-running — main running shoe catalog
  • anta-trail — trail running shoes
  • mens-running — men's running lineup
  • womens-running — women's running lineup
  • everyday-running — everyday/casual running
  • running-apparel — running clothing and accessories

Use cases

  • Price tracking and comparison — monitor ANTA shoe prices, sale events, and compare_at_price vs current price
  • Reseller and inventory intelligence — track in-stock status, new colorways, and restocks
  • Brand analysis — catalog ANTA's technology lineup (A-Flashedge, NITROEDGE, etc.) and brand line expansion
  • Market research — complement existing Nike/Adidas/Asics scraper data with Chinese brand coverage

Input configuration

FieldTypeDescriptionDefault
maxItemsintegerMaximum total records to return10
collectionsarrayShopify collection slugs to scrapeAll 6 running collections

Example input

{
"maxItems": 500,
"collections": ["anta-running", "anta-trail"]
}

To scrape all running collections without a cap:

{
"collections": ["anta-running", "anta-trail", "mens-running", "womens-running", "everyday-running", "running-apparel"]
}

Output schema

Each record represents one product from one collection. Fields that are not available in the Shopify public API (reviews, drop height, weight) are returned as null.

FieldTypeDescription
product_idstringShopify product ID
product_handlestringURL slug (e.g. mens-anta-hela-10)
product_namestringFull product title
product_urlstringDirect product page URL
categorystringSource collection (running, trail, mens-running, etc.)
subcategorystringShopify product_type (e.g. "Running Shoes")
brand_linestringModel line (e.g. "ANTA Hela", "ANTA PG7")
price_usdnumberCurrent price in USD (lowest variant)
currencystringAlways "USD"
price_originalnumberOriginal price if on sale, else null
on_salebooleanTrue if price < compare_at_price
sizesstring (JSON)JSON array of available sizes
colorsstring (JSON)JSON array of available color names
color_swatchesstring (JSON)JSON array of {color, image_src} objects
sku_variantsstring (JSON)Full variant data including SKU, price, availability
in_stockbooleanTrue if any variant is available
imagesstring (JSON)JSON array of product image URLs
description_htmlstringProduct description (may contain HTML)
featuresstring (JSON)Key benefit sentences extracted from description
technologiesstring (JSON)ANTA tech names found (A-Flashedge, NITROEDGE, etc.)
reviews_countnullNot available in public Shopify API
rating_avgnullNot available in public Shopify API
release_datestringISO date the product was published (YYYY-MM-DD)
shoe_typestringroad / trail / training / null
shoe_drop_mmnullNot available in public Shopify API
weight_gnumberWeight in grams from Shopify variant (if set)
tagsstring (JSON)Shopify product tags

Sample record

{
"product_id": "10221721452835",
"product_handle": "mens-anta-pg7-3",
"product_name": "Men's ANTA PG7 3",
"product_url": "https://anta.com/products/mens-anta-pg7-3",
"category": "running",
"subcategory": "Running Shoes",
"brand_line": "ANTA PG7",
"price_usd": 100,
"currency": "USD",
"price_original": null,
"on_sale": false,
"sizes": "[\"8\",\"8.5\",\"9\",\"9.5\",\"10\",\"10.5\",\"11\",\"11.5\",\"12\",\"13\"]",
"colors": "[\"Gray/Red/Black\",\"Black\",\"Gray/Black\",\"White/Yellow/Blue\",\"Silver\",\"Gray\"]",
"in_stock": true,
"release_date": "2026-05-25",
"shoe_type": "road"
}

Notes

  • Shopify public API — no authentication required; /products.json is a public Shopify endpoint
  • No proxy required — anta.com has no Cloudflare or aggressive anti-bot measures
  • Deduplication — a product appearing in multiple collections will be returned once per collection with the category field indicating the source collection
  • Data not in products.json — reviews, ratings, drop height, and detailed tech specs require the Shopify Storefront API or HTML scraping; those fields return null

About ANTA Sports

ANTA Sports Products Limited is a Chinese multinational sportswear company headquartered in Jinjiang, Fujian. It is the parent company of FILA (Asia), Descente, and Kolon Sport. ANTA is an official Olympic Committee partner and manufactures shoes reviewed by Believe in the Run, Doctors of Running, and RunRepeat.