
Nike Product Tracker
Pricing
$19.00/month + usage

Nike Product Tracker
DeprecatedNike Pricing Scraper is an Apify Actor that scrapes product data from Nike, including prices, discounts, images, and links.
5.0 (1)
Pricing
$19.00/month + usage
2
9
1
Last modified
2 months ago
π Nike Product Tracker
Nike Product Tracker is an advanced Apify Actor that scrapes comprehensive product data from Nike, including prices, discounts, images, links, and colorways. Optimized for Make.com integration with real-time webhooks.
π Features
- β Comprehensive product data extraction: titles, subtitles, current & original prices, discounts (%), images, product links, and available colorways
- β Advanced anti-detection system using Puppeteer Stealth with residential proxies
- β Smart CAPTCHA & location handling with automatic bypass strategies
- β Category navigation support for New, Men, Women, and Kids products
- β Optimized infinite scrolling that mimics human behavior
- β Pagination & max product limit for efficient data collection
- β Make.com webhook integration for real-time data delivery
- β Robust error handling with retry mechanisms and fallback strategies
- β Stores data in Apify Dataset for easy export and integration
π₯ Input Parameters
The Actor accepts the following input parameters:
Parameter | Type | Description | Default Value |
---|---|---|---|
startUrls | array | Array of starting URLs for scraping Nike products. | [{"url": "https://www.nike.com"}] |
category | string | Product category to scrape: "New", "Men", "Women", "Kids" | "New" |
products_max | integer | Maximum number of products to scrape before stopping. | 50 |
pagination_max | integer | Maximum number of pages to scrape. | 3 |
proxyConfiguration | object | Proxy settings (recommended: Apify residential proxies) | {"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]} |
make_webhook_enabled | boolean | Enable Make.com webhook integration | false |
make_webhook_url | string | Make.com webhook URL for real-time data delivery | "" |
π€ Output
The Actor outputs a comprehensive array of product objects in JSON format:
[{"title": "Nike Air Force 1 '07","subtitle": "Men's Shoes","current_price": "115.00","old_price": "N/A","discount": "0","image": "https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/...","link": "https://www.nike.com/t/air-force-1-07-mens-shoes-jBrhbr/CW2288-111","colorways": 4},{"title": "Nike Dunk Low Retro","subtitle": "Men's Shoes","current_price": "96.97","old_price": "120.00","discount": "19","image": "https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/...","link": "https://www.nike.com/t/dunk-low-retro-mens-shoes-5FQWGR/DD1391-100","colorways": 10}]
π§ Technical Features
- Puppeteer Stealth: Advanced bot detection prevention
- Residential Proxies: IP rotation to avoid blocking
- Smart Navigation: Automatic handling of location selection pages
- Error Recovery: Robust retry mechanisms for failed requests
- Data Validation: Ensures complete product information extraction
- Performance Optimization: Efficient memory and CPU usage
π Make.com Integration
When enabled, the Actor sends real-time data to your Make.com scenario:
- Instant data delivery as products are scraped
- Webhook notifications for monitoring and automation
- Structured JSON payloads ready for workflow processing
- Error handling with detailed status reporting
π Usage Examples
Basic Scraping
{"startUrls": [{"url": "https://www.nike.com"}],"category": "New","products_max": 50,"pagination_max": 3}
Category-Specific Scraping
{"startUrls": [{"url": "https://www.nike.com/en/w/new-arrivals"}],"category": "Women","products_max": 100,"pagination_max": 5}
With Make.com Integration
{"startUrls": [{"url": "https://www.nike.com"}],"category": "Men","products_max": 75,"pagination_max": 4,"make_webhook_enabled": true,"make_webhook_url": "https://hook.eu1.make.com/your-webhook-url"}
π¨ Legal Disclaimer
This project is intended for educational and research purposes only. The use of this Actor must comply with Nike's Terms of Service and robots.txt policies.
You are responsible for ensuring your use case does not violate Nike's website terms.
- Nike's content and trademarks are the property of Nike, Inc.
- Avoid aggressive scraping that could negatively impact Nike's infrastructure
- If you intend to use this Actor for commercial purposes, consider reaching out to Nike's API team for official data access
- Use residential proxies and reasonable delays to minimize impact on Nike's servers
π Recent Updates
- β Fixed critical syntax errors for stable operation
- β Enhanced product data extraction with improved CSS selectors
- β Added comprehensive error handling and retry mechanisms
- β Implemented smart CAPTCHA detection and bypass strategies
- β Optimized for Make.com integration with real-time webhooks
- β Added category navigation support for targeted scraping