Nike Product Scraper avatar

Nike Product Scraper

Pricing

from $10.00 / 1,000 product scrapeds

Go to Apify Store
Nike Product Scraper

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

Ahmed hrid

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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?

FieldDescriptionExample
idInternal product ID"1015830958"
styleColorStyle-color code"IB6381-200"
titleFull product title"Nike Air Max Dn8 Leather Men's Shoes"
descriptionProduct description"More Air, less bulk..."
brandBrand(s)["Nike", "Nike Sportswear"]
gendersTarget genders["MEN", "UNISEX"]
collectionsCollections["Air Max"]
colorDescriptionColor name"Flax/Fauna Brown"
pricePricing object{ current: 210, original: 210, discountPct: 0 }
statusBuyability status"BUYABLE_BUY"
availabilityDateRelease date"2026-03-05T15:00:00.000Z"
releaseTypeRelease type"RELEASE" or "FLOW"
imagesProduct imagesArray of { squarish, portrait, altText }
sizesAvailable sizesArray of { label, localizedLabel, status, gtin, merchSkuId }
colorwaysAll color variantsArray with status per colorway
variantsFull data per colorwayKeyed by styleColor
urlProduct page URLFull Nike.com URL
customizableUrlNike By You URLCustom design link (if available)
marketMarketplace"US"

How to use

  1. Open Nike Product Scraper in Apify Console
  2. Paste one or more Nike.com product page URLs
  3. Configure residential proxies (required)
  4. 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

FieldTypeRequiredDescription
startUrlsarrayYesNike.com product page URLs
proxyConfigurationobjectRecommendedProxy 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:

EventPriceDescription
page-fetched$0.005Charged per successful page fetch
product-scraped$0.01Charged per product pushed to the dataset

No monthly subscription — you only pay for successfully extracted data.

Cost examples:

Runpage-fetchedproduct-scrapedTotal
10 products10 × $0.005 = $0.0510 × $0.01 = $0.10$0.15
100 products100 × $0.005 = $0.50100 × $0.01 = $1.00$1.50
500 products500 × $0.005 = $2.50500 × $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 RESIDENTIAL group with US as 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[].status field reflects product-level buyability (BUYABLE_BUY, SOLD_OUT, etc.). For real-time per-size inventory, a separate call using sizes[].merchSkuId would 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 US country
  • Try opening the URL in your browser to confirm it's accessible

statusModifier is not BUYABLE_BUY?

  • SOLD_OUT — product is fully sold out
  • CLOSEOUT — being discontinued
  • COMING_SOON — not yet released

Need help?