Nike Product Tracker avatar
Nike Product Tracker
Deprecated

Pricing

$19.00/month + usage

Go to Apify Store
Nike Product Tracker

Nike Product Tracker

Deprecated

Developed by

scraping automation

scraping automation

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

$19.00/month + usage

2

9

1

Last modified

2 months ago

πŸ€ Nike Product Tracker

Nike Product Tracker is an advanced Apify Actor that scrapes comprehensive product data from Nike, including prices, discounts, images, links, and colorways. Optimized for Make.com integration with real-time webhooks.

πŸš€ Features

  • βœ… Comprehensive product data extraction: titles, subtitles, current & original prices, discounts (%), images, product links, and available colorways
  • βœ… Advanced anti-detection system using Puppeteer Stealth with residential proxies
  • βœ… Smart CAPTCHA & location handling with automatic bypass strategies
  • βœ… Category navigation support for New, Men, Women, and Kids products
  • βœ… Optimized infinite scrolling that mimics human behavior
  • βœ… Pagination & max product limit for efficient data collection
  • βœ… Make.com webhook integration for real-time data delivery
  • βœ… Robust error handling with retry mechanisms and fallback strategies
  • βœ… Stores data in Apify Dataset for easy export and integration

πŸ“₯ Input Parameters

The Actor accepts the following input parameters:

ParameterTypeDescriptionDefault Value
startUrlsarrayArray of starting URLs for scraping Nike products.[{"url": "https://www.nike.com"}]
categorystringProduct category to scrape: "New", "Men", "Women", "Kids""New"
products_maxintegerMaximum number of products to scrape before stopping.50
pagination_maxintegerMaximum number of pages to scrape.3
proxyConfigurationobjectProxy settings (recommended: Apify residential proxies){"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]}
make_webhook_enabledbooleanEnable Make.com webhook integrationfalse
make_webhook_urlstringMake.com webhook URL for real-time data delivery""

πŸ“€ Output

The Actor outputs a comprehensive array of product objects in JSON format:

[
{
"title": "Nike Air Force 1 '07",
"subtitle": "Men's Shoes",
"current_price": "115.00",
"old_price": "N/A",
"discount": "0",
"image": "https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/...",
"link": "https://www.nike.com/t/air-force-1-07-mens-shoes-jBrhbr/CW2288-111",
"colorways": 4
},
{
"title": "Nike Dunk Low Retro",
"subtitle": "Men's Shoes",
"current_price": "96.97",
"old_price": "120.00",
"discount": "19",
"image": "https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/...",
"link": "https://www.nike.com/t/dunk-low-retro-mens-shoes-5FQWGR/DD1391-100",
"colorways": 10
}
]

πŸ”§ Technical Features

  • Puppeteer Stealth: Advanced bot detection prevention
  • Residential Proxies: IP rotation to avoid blocking
  • Smart Navigation: Automatic handling of location selection pages
  • Error Recovery: Robust retry mechanisms for failed requests
  • Data Validation: Ensures complete product information extraction
  • Performance Optimization: Efficient memory and CPU usage

🌐 Make.com Integration

When enabled, the Actor sends real-time data to your Make.com scenario:

  • Instant data delivery as products are scraped
  • Webhook notifications for monitoring and automation
  • Structured JSON payloads ready for workflow processing
  • Error handling with detailed status reporting

πŸ“Š Usage Examples

Basic Scraping

{
"startUrls": [{"url": "https://www.nike.com"}],
"category": "New",
"products_max": 50,
"pagination_max": 3
}

Category-Specific Scraping

{
"startUrls": [{"url": "https://www.nike.com/en/w/new-arrivals"}],
"category": "Women",
"products_max": 100,
"pagination_max": 5
}

With Make.com Integration

{
"startUrls": [{"url": "https://www.nike.com"}],
"category": "Men",
"products_max": 75,
"pagination_max": 4,
"make_webhook_enabled": true,
"make_webhook_url": "https://hook.eu1.make.com/your-webhook-url"
}

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
  • Use residential proxies and reasonable delays to minimize impact on Nike's servers

πŸ”„ Recent Updates

  • βœ… Fixed critical syntax errors for stable operation
  • βœ… Enhanced product data extraction with improved CSS selectors
  • βœ… Added comprehensive error handling and retry mechanisms
  • βœ… Implemented smart CAPTCHA detection and bypass strategies
  • βœ… Optimized for Make.com integration with real-time webhooks
  • βœ… Added category navigation support for targeted scraping