Nike Product Tracker

Nike Product Tracker

Nike Pricing Scraper is an Apify Actor that scrapes product data from Nike, including prices, discounts, images, and links.

ECOMMERCEAUTOMATIONApify

🏀 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/
pagination_maxintegerMaximum number of pages to scrape.3
products_maxintegerMaximum 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}

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!