kohls-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# Kohl's research
Browse Kohl's own catalog taxonomy to list products with pricing and
ratings, pull a specific product's customer reviews, find nearby store
locations, and get search-box typeahead suggestions — all as normalized
JSON from the Crawlora API, with no HTML scraping.
## When to use this skill
- "What's in Kohl's [category], e.g. Room:Dorm or Department:Bedding?"
- "What would Kohl's suggest if someone starts typing '[partial query]'?"
- "Pull the reviews for this Kohl's product."
- "Find the nearest Kohl's to [city/state, ZIP, or address]."
- "Discover Kohl's subcategories under [department]."
## 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 a category** — `/kohls/category` (`category`) returns a
category or curated campaign page's product grid (page 1 only) plus
`facets` for discovering further category values. `category` is
Kohl's own taxonomy string, e.g. `"Room:Dorm"` or
`"Department:Kitchen & Dining"`; combine multiple dimensions with a
literal `+`, percent-encoded as `%2B` so it survives as `+` rather than
being decoded to a space, e.g. `"Room%3ADorm%