H&M
Extract data from H&M
Extract data from H&M.
Base URL: /v1/hm/...
Getting Started
curl "https://www.socialcrawl.dev/v1/hm/search?query=t-shirts" \
-H "x-api-key: YOUR_API_KEY"3. Read computed fields
When an endpoint supports a computed field and the required source inputs are present, the unified response includes that optional field. Depending on the endpoint, optional fields can include engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
Endpoints
6 endpoints available.
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get the H&M category tree | /v1/hm/categories | standard (1cr) |
| List H&M countries and languages | /v1/hm/countries | standard (1cr) |
| Get H&M suppliers and factories for a product | /v1/hm/product/suppliers | advanced (5cr) |
| Search H&M products by keyword | /v1/hm/search | advanced (5cr) |
| Get H&M search suggestions | /v1/hm/search/suggestions | advanced (5cr) |
| List H&M stores in a country | /v1/hm/stores | advanced (5cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
- There is no product-detail endpoint. Search rows carry the product id, name, price, and images. Factory data is
GET /v1/hm/product/suppliers.
