hm_search
Search H&M products by free-text keyword and get normalized listings with price, images, colors, and per-size stock. Provides spelling-correction suggestions and related searches, returning zero products for irrelevant keywords.
Instructions
Search H&M product listings by free-text keyword. Runs a free-text keyword search against H&M's own app-backend search data and returns normalized products with pricing, images, colors, and per-size stock, plus search-quality metadata (a spelling-correction suggestion, related searches, and a content-filter flag). Unlike category browsing, an obscure or nonsense keyword returns a genuine empty result (zero products) rather than a fallback set. Pagination is page-based and real: requesting a page beyond the real last page returns a normal response with an empty products array rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, one-based, defaults to 1 | |
| query | Yes | Free-text search keyword | |
| page_size | No | Results per page, 1 to 72, defaults to 36 |