Nike Product Tracker avatar
Nike Product Tracker

Pricing

$29.00/month + usage

Go to Store
Nike Product Tracker

Nike Product Tracker

Developed by

Runtime

Runtime

Maintained by Community

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:

ParameterTypeDescriptionDefault Value
start_urlstringThe starting URL for scraping Nike products.https://www.nike.com/en/w/
products_maxintegerMaximum number of products to scrape before stopping.50
pagination_maxintegerMaximum 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
}
]

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.