
Nike Product Scraper 👟
Pricing
$19.99/month + usage

Nike Product Scraper 👟
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.
0.0 (0)
Pricing
$19.99/month + usage
0
Total users
9
Monthly users
3
Runs succeeded
>99%
Last modified
3 months 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.
{"searchUrls": ["https://www.nike.com/w?q=air%20max&vst=air%20max"],"maxItems": 100}
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.
[{"searchUrl": "https://www.nike.com/w?q=air%20max&vst=air%20max","scrapedAt": "2025-01-26T08:59:12.423Z","product": {"groupKey": "xbt7zf","productCode": "DH1063-001","productType": "FOOTWEAR","productSubType": "STANDARD","globalProductId": "369a1f46-ed6c-34cb-bfdf-44378d75205a","internalPid": "13125335","merchProductId": "f73355ff-a416-5f02-ace5-e000bf668932","consumerChannelId": "d9a5bc42-4b9c-4976-858a-f159cf99c647","copy": {"title": "Nike Air VaporMax Plus","subTitle": "Women's Shoe"},"displayColors": {"simpleColor": {"label": "Black","hex": "27292B"},"colorDescription": "Black/Anthracite/Black"},"prices": {"currency": "USD","currentPrice": 210,"employeePrice": 126,"initialPrice": 210,"discountPercentage": 0,"employeeDiscountPercentage": 40},"colorwayImages": {"portraitURL": "https://static.nike.com/a/images/t_default/86d4729c-4ec4-42be-bd3a-90a40db4aaad/W+AIR+VAPORMAX+PLUS.png","squarishURL": "https://static.nike.com/a/images/t_default/8a93be1b-6617-441c-842d-1c27923ccd7e/W+AIR+VAPORMAX+PLUS.png"},"featuredAttributes": null,"pdpUrl": {"url": "https://www.nike.com/t/air-vapormax-plus-womens-shoe-xbt7zf/DH1063-001","path": "/t/air-vapormax-plus-womens-shoe-xbt7zf/DH1063-001"},"isNewUntil": null,"promotions": null,"customization": null,"badgeAttribute": null,"badgeLabel": null}},...]