← ClaudeAtlas

hm-researchlisted

Researches H&M's catalog — storefront categories, product listings, product detail, free-text search, and nearby physical stores — using the Crawlora API, returning clean JSON. Use when the user asks to find a product on H&M, browse an H&M category, search H&M's catalog by keyword, pull an H&M product's colors/sizes/reviews, or find a nearby H&M store — instead of scraping hm.com.
Crawlora-org/crawlora-skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# H&M research Browse H&M's storefront categories, list or search products, and pull full product detail (colors, per-size stock, reviews) and nearby physical stores — all as normalized JSON from the Crawlora API, with no HTML scraping. ## When to use this skill - "What does X cost on H&M?" or "find X on H&M." - "Browse H&M's {department} category" / "what's new in H&M's {department}?" - "Search H&M for {keyword}." - "Pull the colors/sizes/reviews for this H&M product." - "Find the nearest H&M store to {zip/place}." ## 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 categories** — `/hm/categories` returns H&M's own storefront nav, department by department (optionally scoped with `department`). Entries include a verified `category_id` only where it's been confirmed against `/hm/listing`; not every category has one yet. 2. **List or search** — `/hm/listing` (`category_id`, an H&M category slug like `ladies_newarrivals_all` or `men_newarrivals_all`) or `/hm/search` (`query`, free-text) both return normalized products with pricing, images, colors, and per-size stock, paginate