App Logo
nike.com

Get Nike product

Fetch a Nike product page by URL. Returns name, brand, styleColor, description, colors, selectedColor, sizes (with size, mpn, price, currency, availability), and productGroupId. The URL must be a Nike product page (a /t/ path), not a search or category page.

Input

url required

Output

url required
name required
styleColor required
brand optional
sizes optional
colors optional
description optional
selectedColor optional
productGroupId optional

FAQ

Fetch a Nike product page by URL. Returns name, brand, styleColor, description, colors, selectedColor, sizes (with size, mpn, price, currency, availability), and productGroupId. The URL must be a Nike product page (a /t/ path), not a search or category page.
Required: url.
It returns url, name, brand, sizes, colors, styleColor, description, selectedColor, productGroupId.
No. It only uses pages of nike.com that are reachable without signing in.
It only reads. It looks things up on nike.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/nike.com/get_product, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/nike.com/get_product
It is part of Reduck's official curated catalogue.

Start building not clicking