Researches Costco products, categories, warehouse stock/availability, and reviews using the Crawlora API, returning clean JSON. Use when the user asks to find a Costco product, check delivery/warehouse availability, browse Costco categories, or pull Costco product reviews — instead of scraping Costco.com.
Coding
kohls-research
Try itResearches Kohl's catalog by browsing its category taxonomy (products, prices, ratings, and facets), pulls product reviews by web_id, finds nearby Kohl's stores, and returns search-box typeahead suggestions — all via the Crawlora API as clean JSON. Use when the user asks to browse a Kohl's category, discover Kohl's product ideas for a query, pull reviews for a specific Kohl's item, or find nearby Kohl's stores — instead of scraping Kohls.com.
What it does
Researches Kohl's catalog by browsing its category taxonomy (products, prices, ratings, and facets), pulls product reviews by web_id, finds nearby Kohl's stores, and returns search-box typeahead suggestions — all via the Crawlora API as clean JSON. Use when the user asks to browse a Kohl's category, discover Kohl's product ideas for a query, pull reviews for a specific Kohl's item, or find nearby Kohl's stores — instead of scraping Kohls.com.
The skill document
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.
export CRAWLORA_API_KEY=sk_your_key_here- All requests:
x-api-key: $CRAWLORA_API_KEYagainsthttps://api.crawlora.net/api/v1. Missing/invalid key →401.
How it works
- Browse a category —
/kohls/category(category) returns a category or curated campaign page's product grid (page 1 only) plusfacetsfor discovering further category values.categoryis Kohl's own taxonomy string, e.g."Room:Dorm"or"Department:Kitchen & Dining"; combine multiple dimensions with a literal+, percent-encoded as%2Bso it survives as+rather than being decoded to a space, e.g."Room%3ADorm%2BDepartment%3ABedding". - Discover the taxonomy — every
facets[].options[].categoryvalue in a response is a ready-to-usecategorystring for a follow-up call, so start from a known category and follow facets to enumerate related departments/rooms/brands rather than guessing strings. An unrecognizedcategoryvalue returns404; a recognized dimension with no matching products returns a genuine zero-result response. - Get typeahead ideas —
/kohls/suggest(query) returns Kohl's own search-box suggestions for a partial query as a flat list of phrases (no product data) — useful for finding a category to browse, not for pulling products directly. - Reviews —
/kohls/product/reviews(web_id, optionalpage, 10 per page) pulls a specific product's reviews (title, text, rating, secondary ratings, reviewer, date, photos).web_idcomes from a/kohls/categoryresponse'sproducts[].web_idfield. - Stores —
/kohls/stores(search) finds nearby Kohl's locations by free-text city/state, ZIP, or address: address, phone, hours, distance, and badges/services.
Full endpoint list, methods, and params: reference/endpoints.md.
Calling the API
# Browse a category (product grid + facets for further categories):
scripts/crawlora.sh /kohls/category category="Room:Dorm" | jq '.'
# Combine two taxonomy dimensions (literal "+", percent-encoded as %2B):
scripts/crawlora.sh /kohls/category category="Room%3ADorm%2BDepartment%3ABedding" | jq '.'
# Reviews for a product found in a category response's products[].web_id:
scripts/crawlora.sh /kohls/product/reviews web_id=4739201 page=1 | jq '.'
# Nearby stores and typeahead suggestions:
scripts/crawlora.sh /kohls/stores search="Chicago, IL" | jq '.'
scripts/crawlora.sh /kohls/suggest query="dorm bedding" | jq '.'
Raw curl fallback:
curl -fsS -H "x-api-key: $CRAWLORA_API_KEY" \
"https://api.crawlora.net/api/v1/kohls/category?category=Room%3ADorm" | jq '.'
Endpoint reference
See reference/endpoints.md for every Kohl's
endpoint this skill uses (method, path, params, description).
Examples
- Category sweep with reviews:
/kohls/categorywithcategory="Room:Dorm"to list products and pricing, pick aproducts[].web_id, then/kohls/product/reviewsto summarize what buyers say before recommending it. - Taxonomy discovery:
/kohls/categoryon a known starting category, then followfacets[].options[].categoryvalues to find and browse related departments, rooms, or brand filters the user didn't name explicitly. - Nearby store lookup:
/kohls/storeswith a city/state or ZIP to list nearby locations, hours, and services.
Notes & limits
- Credits / pay-on-success: billed only on
2xx; free tier 2,000 credits/mo. Key at https://crawlora.net. - Public data only — public Kohl's category, review, store, and suggest pages; respect Kohl's terms.
- Security: key lives in
CRAWLORA_API_KEYonly — never hardcode, query-param, or commit it. - No full-text product search or single-product lookup exists. Product
discovery is only through
/kohls/categorytaxonomy browsing (followingfacets[].options[].categoryvalues) and/kohls/suggesttypeahead phrases — there is no/kohls/productor/kohls/searchendpoint, so a free-text query has to be resolved to acategorystring (or a suggestion) before you can list products. /kohls/categoryonly returns page 1 of a category's product grid — there is no page parameter for deeper pagination.web_idfor reviews comes from a prior/kohls/categorycall'sproducts[].web_id— there's no way to look up reviews from a bare product name or URL.
Related skills
Researches products, prices, sellers, and reviews across 28 major online marketplaces and big-box/specialty retailers (Amazon, eBay, Shopify stores, Shop.app, Target, Costco, Walmart, Nike, Zara, Adidas, Best Buy, Home Depot, Sephora, SHEIN, IKEA, Chewy, and more) using the Crawlora API, returning clean JSON. Use when the user asks to find a product, compare prices or sellers, track listings, or pull marketplace/retailer reviews — instead of scraping store pages.
Researches Ulta Beauty's catalog — categories, products, shades, questions, reviews, and nearby stores — using the Crawlora API, returning clean JSON. Use when the user asks to find a beauty product on Ulta, browse an Ulta category, pull product Q&A/reviews before recommending an item, or find a nearby Ulta store — instead of scraping ulta.com.
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.
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.
Researches products, variants, shops, and reviews on Shop.app — Shopify's own cross-store shopping/discovery app, distinct from individual Shopify storefronts — using the Crawlora API, returning clean JSON. Use when the user asks to find a product across Shop.app merchants, compare shop offerings, pull Shop.app reviews, or browse a Shop.app merchant's catalog/collections — instead of scraping Shop.app pages.