Nike Product Tracker
$29.00/month
Nike Product Tracker
$29.00/month
Nike Pricing Scraper is an Apify Actor that scrapes product data from Nike, including prices, discounts, images, and links.
🏀 Nike Pricing Scraper
Nike Pricing Scraper is an Apify Actor that scrapes product data from Nike, including prices, discounts, images, and links.
🚀 Features
- ✅ Scrapes product titles, prices (current & original), discounts (%), images, links, and available colorways.
- ✅ Optimized infinite scrolling that mimics human behavior.
- ✅ Bot detection prevention using Puppeteer Stealth.
- ✅ Pagination & max product limit for efficient data collection.
- ✅ Stores data in Apify Dataset for easy export.
📥 Input Parameters
The Actor accepts the following input parameters:
Parameter | Type | Description | Default Value |
---|---|---|---|
start_url | string | The starting URL for scraping Nike products. | https://www.nike.com/en/w/ |
pagination_max | integer | Maximum number of pages to scrape. | 3 |
products_max | integer | Maximum number of products to scrape before stopping. | 50 |
📤 Output
The Actor outputs a structured dataset in JSON format, containing product details:
1{ 2 "url": "https://www.nike.com/en/w/", 3 "products": [ 4 { 5 "title": "Nike Air Force 1 Wild", 6 "subtitle": "Women's Shoes", 7 "current_price": "$87.97", 8 "old_price": "$145.00", 9 "discount": "-39%", 10 "image": "https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/26078ec6-8299-4eec-97bc-e44bd50d527a/W+AIR+FORCE+1+WILD.png", 11 "link": "https://www.nike.com/t/air-force-1-wild-womens-shoes-1Fcpa8bH/FB2348-201", 12 "colorways": "7 Colors" 13 } 14 ] 15}
⚠️ 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.
Actor Metrics
1 monthly user
-
1 bookmark
>99% runs succeeded
Created in Feb 2025
Modified 16 hours ago