
Nike Product Tracker
Pricing
$29.00/month + usage

Nike Product Tracker
Nike Pricing Scraper is an Apify Actor that scrapes product data from Nike, including prices, discounts, images, and links.
5.0 (1)
Pricing
$29.00/month + usage
1
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
3 days ago
π 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/ |
products_max | integer | Maximum number of products to scrape before stopping. | 50 |
pagination_max | integer | Maximum number of pages to scrape. | 3 |
π€ Output
The Actor outputs a flat array of product objects in JSON format:
[{"title": "Nike Air Force 1 Wild","subtitle": "Women's Shoes","current_price": "87.97","old_price": "145.00","discount": "39","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","link": "https://www.nike.com/t/air-force-1-wild-womens-shoes-1Fcpa8bH/FB2348-201","colorways": 7},{"title": "Nike Blazer Mid '77","subtitle": "Big Kids' Shoes","current_price": "51.97","old_price": "85.00","discount": "39","image": "https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/d77c8f9a-c6e8-40a5-8332-910312bc86a5/NIKE+BLAZER+MID+%2777+%28GS%29.png","link": "https://www.nike.com/t/blazer-mid-77-big-kids-shoes-RPAFnzFO/DA4086-100","colorways": 9}]
β οΈ 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.