# H&M Data API (https://www.socialcrawl.dev/platforms/hm) > Access H&M data through 6 API endpoints. Profiles, posts, comments, search, and more. Unified schema, AI-enriched. Free trial. TL;DR: SocialCrawl's H&M API exposes 6 endpoints, 1 to 5 credits per call, all returning one unified JSON schema with AI-enriched fields. Single x-api-key auth, 100 free credits on signup. ## Endpoints | Endpoint | Method | Path | Credits | Description | | --- | --- | --- | --- | --- | | Search | GET | `/v1/hm/search` | 5 | Search H&M products by keyword | | Search Suggestions | GET | `/v1/hm/search/suggestions` | 5 | Get H&M search suggestions | | Stores | GET | `/v1/hm/stores` | 5 | List H&M stores in a country | | Countries | GET | `/v1/hm/countries` | 1 | List H&M countries and languages | | Categories | GET | `/v1/hm/categories` | 1 | Get the H&M category tree | | Product Suppliers | GET | `/v1/hm/product/suppliers` | 5 | Get H&M suppliers and factories for a product | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/hm/search?query=t-shirts" \ -H "x-api-key: sc_YOUR_API_KEY" ``` Every response shares one JSON envelope: `{ success, platform, endpoint, data, credits_used, credits_remaining }`. ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing