
Nike Product Scraper 👟
2 hours trial then $19.99/month - No credit card required now

Nike Product Scraper 👟
2 hours trial then $19.99/month - No credit card required now
Extract product data from Nike.com search results including prices, colors, images and detailed product information. Perfect for price monitoring, product analysis and market research.
Actor Metrics
1 Monthly user
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Jan 2025
Modified a month ago
Powerful scraper that extracts detailed product information from Nike.com search results. Get comprehensive data about shoes, apparel, and accessories including prices, colors, availability, and more.
🔥 Features
- Scrapes product details from Nike.com search URLs
- Extracts comprehensive product information including:
- Product codes and IDs
- Titles and descriptions
- Current and original prices
- Available colors with hex codes
- High-quality product images
- Product URLs
- Employee pricing (if available)
- Promotional information
- Handles pagination automatically
- Supports multiple search URLs
- Configurable maximum items limit
- Built-in proxy rotation support
🎯 Use Cases
- Price monitoring and analysis
- Product availability tracking
- Market research and competitive analysis
- Building product catalogs
- Inventory management
- Price comparison services
💡 Input Configuration
The actor accepts the following input parameters:
searchUrls
: Array of Nike.com search URLs to scrapemaxItems
: Maximum number of products to collect (default: 100)proxyConfiguration
: Optional proxy settings for enhanced reliability
📊 Output
The actor outputs detailed JSON data for each product, including:
- Search URL reference
- Timestamp of scraping
- Complete product details:
- Product codes and IDs
- Pricing information
- Color details
- Image URLs
- Product URLs
- Promotional data
- And more!
Input Example
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.nike.com/w?q=air%20max&vst=air%20max" 4 ], 5 "maxItems": 100 6}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.nike.com/w?q=air%20max&vst=air%20max", 4 "scrapedAt": "2025-01-26T08:59:12.423Z", 5 "product": { 6 "groupKey": "xbt7zf", 7 "productCode": "DH1063-001", 8 "productType": "FOOTWEAR", 9 "productSubType": "STANDARD", 10 "globalProductId": "369a1f46-ed6c-34cb-bfdf-44378d75205a", 11 "internalPid": "13125335", 12 "merchProductId": "f73355ff-a416-5f02-ace5-e000bf668932", 13 "consumerChannelId": "d9a5bc42-4b9c-4976-858a-f159cf99c647", 14 "copy": { 15 "title": "Nike Air VaporMax Plus", 16 "subTitle": "Women's Shoe" 17 }, 18 "displayColors": { 19 "simpleColor": { 20 "label": "Black", 21 "hex": "27292B" 22 }, 23 "colorDescription": "Black/Anthracite/Black" 24 }, 25 "prices": { 26 "currency": "USD", 27 "currentPrice": 210, 28 "employeePrice": 126, 29 "initialPrice": 210, 30 "discountPercentage": 0, 31 "employeeDiscountPercentage": 40 32 }, 33 "colorwayImages": { 34 "portraitURL": "https://static.nike.com/a/images/t_default/86d4729c-4ec4-42be-bd3a-90a40db4aaad/W+AIR+VAPORMAX+PLUS.png", 35 "squarishURL": "https://static.nike.com/a/images/t_default/8a93be1b-6617-441c-842d-1c27923ccd7e/W+AIR+VAPORMAX+PLUS.png" 36 }, 37 "featuredAttributes": null, 38 "pdpUrl": { 39 "url": "https://www.nike.com/t/air-vapormax-plus-womens-shoe-xbt7zf/DH1063-001", 40 "path": "/t/air-vapormax-plus-womens-shoe-xbt7zf/DH1063-001" 41 }, 42 "isNewUntil": null, 43 "promotions": null, 44 "customization": null, 45 "badgeAttribute": null, 46 "badgeLabel": null 47 } 48 }, 49 ... 50]