Nike Pricing Scraper is an Apify Actor that scrapes product data from Nike, including prices, discounts, images, and links.
Nike Pricing Scraper is an Apify Actor that scrapes product data from Nike, including prices, discounts, images, and links.
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 |
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.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!