← ClaudeAtlas

oldnavy-researchlisted

Researches Old Navy's catalog (and its Gap Inc. sibling storefronts Gap, Banana Republic, Athleta) — categories, products, colors/sizes, in-store pickup availability, and reviews — using the Crawlora API, returning clean JSON. Use when the user asks to find a product on Old Navy/Gap/Banana Republic/Athleta, browse a category, check in-store pickup stock at a specific store, or pull product reviews — instead of scraping oldnavy.com.
Crawlora-org/crawlora-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Old Navy research Browse and search Old Navy's catalog (and its Gap Inc. sibling storefronts — Gap, Banana Republic, Athleta) and pull product detail, per-store pickup availability, and reviews — all as normalized JSON from the Crawlora API, with no HTML scraping. ## When to use this skill - "What does X cost on Old Navy?" or "find X on Old Navy/Gap/Banana Republic/Athleta." - "Browse this Old Navy category" / "what's in Old Navy's [department]?" - "Is this Old Navy item in stock for pickup near me?" - "Pull the reviews for this Old Navy product." - "Find the nearest Old Navy/Gap/Banana Republic/Athleta store." ## 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). - `export CRAWLORA_API_KEY=sk_your_key_here` - All requests: `x-api-key: $CRAWLORA_API_KEY` against `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **Find a category id** — `/oldnavy/categories` lists the storefront's own navigation as name/`cid` pairs; omit `cid` for the top-level divisions (Women, Men, Boys, Toddler), or pass one to list the categories nested under it. 2. **Browse or search** — `/oldnavy/category` (`cid`) or `/oldnavy/search` (`keyword`) return paginated product summaries with pricing, review scores, and every purchasable color variant (`colors[].id`). 3. **Detail** — `/oldnavy/product` (`pid`, a *