Nike Product Scraper avatar
Nike Product Scraper

Pricing

Pay per event

Go to Apify Store
Nike Product Scraper

Nike Product Scraper

use this actor to scrape nike products pages for shoes and clothes

Pricing

Pay per event

Rating

0.0

(0)

Developer

Mate Papava

Mate Papava

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a day ago

Last modified

Share

🏷️ Nike Product Scraper (Apify Actor)

For more features you can also visit this api : https://rapidapi.com/matepapava123/api/nike-api

This Apify Actor scrapes detailed product information from Nike product pages β€” including both standard /t/ pages and Nike By You /u/ pages.
It extracts pricing, images, sizes, descriptions, sustainability info, and more, directly from the product’s HTML and embedded JSON data.


πŸš€ Features

  • Scrapes multiple Nike URLs in one run
  • Detects both /t/ (standard) and /u/ (Nike By You) page types
  • Extracts structured product details:
    • Title, subtitle, description
    • Current & original prices with currency
    • Color, style code, badge, and sustainability info
    • All available sizes and availability status
    • Product images and videos
    • Product features, benefits, and details sections
  • Outputs everything in a clean, structured Apify dataset view

🧩 Input Schema

The Actor accepts an array of product URLs to scrape:

{
"start_urls": [
{ "url": "https://www.nike.com/t/air-force-1-07-shoe-..." },
{ "url": "https://www.nike.com/u/custom-nike-by-you-..." }
]
}