samsclub-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# Sam's Club research
Browse Sam's Club's department taxonomy and category product grids, pull
full product detail (price, availability, rating, item number),
related-item shelves, and curated content/landing pages — all as
normalized JSON from the Crawlora API, with no HTML scraping.
## When to use this skill
- "What departments/categories does Sam's Club have?" / "browse this
Sam's Club category."
- "What does this Sam's Club product cost, and is it in stock?"
- "What's related to / bought with this Sam's Club product?"
- "What's on Sam's Club's [seasonal savings / New Arrivals] page?"
## 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. **Browse the taxonomy** — `/samsclub/departments` returns every
top-level department with its subcategory links; each link's `type` is
`"browse"` (feeds `/samsclub/category`) or `"cp"` (feeds
`/samsclub/content`).
2. **List a category** — `/samsclub/category` (`id` — a bare category id
or a full `/browse/{slug}/{id}` URL, paginated with `page`) returns the
category's product grid: name, brand, pricing, availability, rating,
image.
3. **Detail** — `/samsclub/product/{id}` (`id` — the numeric pro