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
urlrequired
Output
urlrequired
namerequired
styleColorrequired
brandoptional
sizesoptional
colorsoptional
descriptionoptional
selectedColoroptional
productGroupIdoptional
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.
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.