Anta Running Shoe Catalog Scraper
Pricing
Pay per event
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
Maintained by CommunityActor 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 cataloganta-trail— trail running shoesmens-running— men's running lineupwomens-running— women's running lineupeveryday-running— everyday/casual runningrunning-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
| Field | Type | Description | Default |
|---|---|---|---|
maxItems | integer | Maximum total records to return | 10 |
collections | array | Shopify collection slugs to scrape | All 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.
| Field | Type | Description |
|---|---|---|
product_id | string | Shopify product ID |
product_handle | string | URL slug (e.g. mens-anta-hela-10) |
product_name | string | Full product title |
product_url | string | Direct product page URL |
category | string | Source collection (running, trail, mens-running, etc.) |
subcategory | string | Shopify product_type (e.g. "Running Shoes") |
brand_line | string | Model line (e.g. "ANTA Hela", "ANTA PG7") |
price_usd | number | Current price in USD (lowest variant) |
currency | string | Always "USD" |
price_original | number | Original price if on sale, else null |
on_sale | boolean | True if price < compare_at_price |
sizes | string (JSON) | JSON array of available sizes |
colors | string (JSON) | JSON array of available color names |
color_swatches | string (JSON) | JSON array of {color, image_src} objects |
sku_variants | string (JSON) | Full variant data including SKU, price, availability |
in_stock | boolean | True if any variant is available |
images | string (JSON) | JSON array of product image URLs |
description_html | string | Product description (may contain HTML) |
features | string (JSON) | Key benefit sentences extracted from description |
technologies | string (JSON) | ANTA tech names found (A-Flashedge, NITROEDGE, etc.) |
reviews_count | null | Not available in public Shopify API |
rating_avg | null | Not available in public Shopify API |
release_date | string | ISO date the product was published (YYYY-MM-DD) |
shoe_type | string | road / trail / training / null |
shoe_drop_mm | null | Not available in public Shopify API |
weight_g | number | Weight in grams from Shopify variant (if set) |
tags | string (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.jsonis 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
categoryfield 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.