← ClaudeAtlas

nike-researchlisted

Researches Nike's catalog — categories, search, product detail, colorways, reviews, and nearby stores — using the Crawlora API, returning clean JSON. Use when the user asks to find a Nike product, browse a Nike category, compare Nike colorways/prices, pull Nike product reviews, or locate nearby Nike stores — instead of scraping nike.com.
Crawlora-org/crawlora-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Nike research Browse and search Nike's catalog and pull product detail, colorways, reviews, and nearby store locations — all as normalized JSON from the Crawlora API, with no HTML scraping. ## When to use this skill - "What does X cost on Nike?" or "find X on Nike." - "Browse this Nike category" / "what's in Nike's [Men's Running Shoes]?" - "Compare colorways/prices for this Nike shoe." - "Pull the reviews for this Nike product." - "Find the nearest Nike store to [location]." ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - Set `CRAWLORA_API_KEY` in the environment before running the helper. - The helper reads `CRAWLORA_API_KEY` from the environment and sends requests to `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **Browse categories** — `/nike/categories` lists Nike's Men/Women/Kids/Jordan taxonomy; each subcategory carries a `slug` for browsing. 2. **Search or browse** — `/nike/search` takes exactly one of `keyword` or `category` (never both). `keyword` runs Nike's own relevance search; `category` browses a taxonomy slug (from `/nike/categories` or a prior response's `facet_nav`). Both return product groups with pricing, colorway images, and every purchasable color variant, paginated with `page`. Use `/nike/suggest` (`query`) first if you want typeahead ideas fo