oldnavy-researchlisted
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 *