Nike Product Scraper
Pricing
from $10.00 / 1,000 product scrapeds
Nike Product Scraper
Extract complete product data from Nike.com — all colorways, sizes, pricing, images, and availability in a single run. Ideal for price monitoring, inventory tracking, and release watching. Outputs clean JSON, CSV, or Excel. Residential proxies included.
Pricing
from $10.00 / 1,000 product scrapeds
Rating
0.0
(0)
Developer

Ahmed hrid
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Extract comprehensive product data from Nike.com product pages including all colorways, sizes, pricing, images, and availability status. Perfect for price monitoring, inventory tracking, and product research.
What is Nike Product Scraper?
Nike Product Scraper is an Apify actor that extracts structured product data from Nike.com.
Key advantages:
- 🎨 All colorways - Get every color variant and its availability status in one run
- 👟 Full size data - All sizes with GTINs and SKU IDs
- 💰 Pricing - Current price, original price, and discount percentage
- 🖼️ Images - Squarish and portrait image URLs for all product photos
- 🔄 Residential proxies - Reliable scraping without detection
- 📊 Multiple export formats - JSON, CSV, Excel, XML
What data does it extract?
| Field | Description | Example |
|---|---|---|
id | Internal product ID | "1015830958" |
styleColor | Style-color code | "IB6381-200" |
title | Full product title | "Nike Air Max Dn8 Leather Men's Shoes" |
description | Product description | "More Air, less bulk..." |
brand | Brand(s) | ["Nike", "Nike Sportswear"] |
genders | Target genders | ["MEN", "UNISEX"] |
collections | Collections | ["Air Max"] |
colorDescription | Color name | "Flax/Fauna Brown" |
price | Pricing object | { current: 210, original: 210, discountPct: 0 } |
status | Buyability status | "BUYABLE_BUY" |
availabilityDate | Release date | "2026-03-05T15:00:00.000Z" |
releaseType | Release type | "RELEASE" or "FLOW" |
images | Product images | Array of { squarish, portrait, altText } |
sizes | Available sizes | Array of { label, localizedLabel, status, gtin, merchSkuId } |
colorways | All color variants | Array with status per colorway |
variants | Full data per colorway | Keyed by styleColor |
url | Product page URL | Full Nike.com URL |
customizableUrl | Nike By You URL | Custom design link (if available) |
market | Marketplace | "US" |
How to use
- Open Nike Product Scraper in Apify Console
- Paste one or more Nike.com product page URLs
- Configure residential proxies (required)
- Click Start and download your data
Supported URL format:
https://www.nike.com/t/{product-slug}/{style-color}
Example:
https://www.nike.com/t/air-max-dn8-leather-mens-shoes-GbnAW5Hb/IB6381-200
Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | array | Yes | Nike.com product page URLs |
proxyConfiguration | object | Recommended | Proxy settings (residential required) |
Example input:
{"startUrls": [{ "url": "https://www.nike.com/t/air-max-dn8-leather-mens-shoes-GbnAW5Hb/IB6381-200" }],"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "US"}}
Output
Each dataset record corresponds to one scraped URL:
{"id": "1015830958","globalProductId": "8b5104a2-0839-4b67-aac0-c781007512da","styleCode": "IB6381","styleColor": "IB6381-200","title": "Nike Air Max Dn8 Leather Men's Shoes","description": "More Air, less bulk...","brand": ["Nike", "Nike Sportswear"],"genders": ["MEN", "UNISEX"],"collections": ["Air Max"],"colorCode": "200","colorDescription": "Flax/Fauna Brown","price": {"currency": "USD","current": 210,"original": 210,"discountPct": 0},"status": "BUYABLE_BUY","availabilityDate": "2026-03-05T15:00:00.000Z","releaseType": "RELEASE","url": "https://www.nike.com/t/air-max-dn8-leather-mens-shoes-GbnAW5Hb/IB6381-200","images": [{"altText": "Nike Air Max Dn8 Leather Men's Shoes","squarish": "https://static.nike.com/...","portrait": "https://static.nike.com/..."}],"sizes": [{"label": "10","localizedLabel": "M 10 / W 11.5","status": "ACTIVE","gtin": "00198488550114","merchSkuId": "95987d5b-9c7f-58fb-a2f6-eed297dfb8df"}],"colorways": [{"id": "1015830958","styleColor": "IB6381-200","colorDescription": "Flax/Fauna Brown","status": "BUYABLE_BUY","url": "https://www.nike.com/t/...","squarishImg": "https://static.nike.com/...","portraitImg": "https://static.nike.com/..."}],"variants": {"IB6381-200": {"id": "1015830958","colorDescription": "Flax/Fauna Brown","status": "BUYABLE_BUY","price": { "currency": "USD", "current": 210, "original": 210, "discountPct": 0 },"sizes": [...]},"IB6381-001": { ... }}}
Pricing
Nike Product Scraper uses pay-per-event pricing:
| Event | Price | Description |
|---|---|---|
page-fetched | $0.005 | Charged per successful page fetch |
product-scraped | $0.01 | Charged per product pushed to the dataset |
No monthly subscription — you only pay for successfully extracted data.
Cost examples:
| Run | page-fetched | product-scraped | Total |
|---|---|---|---|
| 10 products | 10 × $0.005 = $0.05 | 10 × $0.01 = $0.10 | $0.15 |
| 100 products | 100 × $0.005 = $0.50 | 100 × $0.01 = $1.00 | $1.50 |
| 500 products | 500 × $0.005 = $2.50 | 500 × $0.01 = $5.00 | $7.50 |
Pages that fail after retries are not charged for
product-scraped.
Use cases
- Price monitoring — Track price changes and discounts across products
- Inventory tracking — Monitor which colorways and sizes are available
- Product research — Collect structured product data for analysis
- Release tracking — Monitor new product drops and release dates
- Competitor analysis — Study Nike's catalog and pricing strategy
Notes
- Residential proxies are required. Nike blocks datacenter IPs reliably. Use the
RESIDENTIALgroup withUSas the country for best results. - The actor retries failed requests up to 5 times with exponential backoff.
- Per-size stock is not available in the page HTML. The
colorways[].statusfield reflects product-level buyability (BUYABLE_BUY,SOLD_OUT, etc.). For real-time per-size inventory, a separate call usingsizes[].merchSkuIdwould be needed. - One URL scrape returns data for all colorways in the same product group, not just the URL's specific color.
Troubleshooting
No data extracted?
- Verify the URL is a Nike.com product page (must contain
/t/) - Check that residential proxies are configured with
UScountry - Try opening the URL in your browser to confirm it's accessible
statusModifier is not BUYABLE_BUY?
SOLD_OUT— product is fully sold outCLOSEOUT— being discontinuedCOMING_SOON— not yet released
Need help?
- Use the Issues tab to report bugs
- Contact the developer at me@ahmedhrid.com
- Check Apify Documentation