H&M Scraper — Product Prices, Stock & Sizes Data avatar

H&M Scraper — Product Prices, Stock & Sizes Data

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
H&M Scraper — Product Prices, Stock & Sizes Data

H&M Scraper — Product Prices, Stock & Sizes Data

Scrape product data from hm.com, Europe's largest fashion retailer alongside Zalando and Zara. Extract names, prices, stock, sizes and images for any search term across 17 European markets, unblocked with Bright Data Web Unlocker.

Pricing

from $1.20 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Categories

Share

H&M Scraper

Pull product data from hm.com, Europe's largest fashion retailer alongside Zalando and Zara. This scraper reads directly from H&M's own server-rendered search results, so it returns clean, structured data — name, price, stock, sizes, images — for real search results across 17 European markets, not a scraped screenshot of a page.

How to scrape H&M data

Give the actor one or more search keywords in the language of your chosen market ("Kleid" for Germany, "dress" for the UK, "robe" for France) and it runs them against H&M's own site-wide search, paging through results until it hits maxResults.

H&M sits behind Akamai's bot-management layer: a plain request to any hm.com path, including robots.txt, gets a bare 403 at the edge. This actor routes every request through Bright Data's Web Unlocker, which clears the block, so you don't need your own proxy or browser-automation setup.

Under the hood, H&M is a Next.js storefront that server-renders the full search-result grid directly into the page's __NEXT_DATA__ JSON payload — one full product object per card actually shown, including name, price, stock, sizes and images. There's no separate hidden API to reverse-engineer; the same Bright Data-fetched HTML page the actor already downloads for you IS the data source. The actor pages through results with H&M's own ?page= parameter, 36 fresh products per page, and de-duplicates by article code as it goes.

H&M runs one shared platform (www2.hm.com) across 17 European markets, each with its own locale path, language and currency, rather than separate country domains like Zalando — this actor exposes that as a single market input, so you can point it at any of them without a different actor per country.

If you don't provide any input, it defaults to scraping H&M's German storefront (de_de) for "Kleid" (dress) as a demo — a broad, high-volume evergreen term.

Input

FieldTypeDescription
searchQueriesarray of stringsSearch keywords to run on hm.com, e.g. "Kleid", "jeans jacket". Use the language of the selected market. Up to 25 per run.
marketstringH&M market/locale to scrape — controls both site language and price currency. One of de_de, en_gb, fr_fr, nl_nl, it_it, es_es, se_se, dk_dk, no_no, fi_fi, pl_pl, at_at, ch_de, be_nl, be_fr, ie_en, pt_pt (default: de_de)
maxResultsintegerCap on number of products returned across all search queries (default: 100, hard-capped at 10000)
brightDataApiKeystringYour own Bright Data API key, if you want to use your own Web Unlocker zone instead of the actor's built-in one
proxyConfigurationobjectNot used — this actor reaches hm.com exclusively through Bright Data, which handles unblocking on its own. Kept for input-shape compatibility.

What you get back

FieldTypeExample
namestring"Bedrucktes Baumwollkleid"
brandstring"H&M" — almost always H&M, it sells its own brand only
pricenumber8.00
originalPricenumber | nullPre-discount price, only present when H&M marks a markdown
currencystring"EUR", "GBP", "SEK", ... — read per-response from the selected market, never hardcoded
articleCodestring | null"1347936003" — H&M's own product reference code
productIdstring | nullSame as articleCode
inStockboolean | nulltrue/false when H&M's own isOutOfStock field is present, null only if a future response shape omits it — never coerced to false
urlstringFull product page URL
imageUrlstring | nullPrimary product image
imageUrlsarrayUp to 8 product images for the default color
categorystring | nullInternal category slug, e.g. "ladies_dresses_knitted"
marketstring | nullMarket/locale scraped, e.g. "de_de"
specsobjectCurrently the in-stock sizes, e.g. {"sizes": "XS, S, M, L, XL"}
scrapedAtstringISO timestamp

Sample output

{
"name": "Bedrucktes Baumwollkleid",
"brand": "H&M",
"price": 8,
"currency": "EUR",
"url": "https://www2.hm.com/de_de/productpage.1347936003.html",
"scrapedAt": "2026-09-07T14:20:00.000Z",
"originalPrice": 9.99,
"articleCode": "1347936003",
"productId": "1347936003",
"inStock": true,
"imageUrl": "https://image.hm.com/assets/hm/65/c3/65c3df3ffeaa17bff35cfdfa33bfb4cdb1a3eaf6.jpg",
"imageUrls": [
"https://image.hm.com/assets/hm/65/c3/65c3df3ffeaa17bff35cfdfa33bfb4cdb1a3eaf6.jpg",
"https://image.hm.com/assets/hm/61/07/6107ff5b69a421dcd6d416ca9ad63d0161bece1f.jpg"
],
"category": "kids_girls_clothing_dresses_longsleeve",
"market": "de_de",
"specs": { "sizes": "92 (1½-2Y), 98/104 (2-4Y), 110/116 (4-6Y), 122/128 (6-8Y), 134/140 (8-10Y)" }
}

Use cases

  • Price monitoring — track H&M's own price and markdown changes over time on the products and categories you sell against.
  • Assortment research — see which products rank for a given search term on Europe's largest fashion retailer.
  • Market comparison — H&M is one of the three biggest fashion retailers in Europe alongside Zalando and Zara, making it a standard reference point when benchmarking fashion pricing.
  • Cross-market pricing — the market input lets you compare the same product's price across up to 17 European currencies in one actor.
  • Stock and size trackinginStock and the sizes spec flag when a product or a specific size run has sold through.

Coverage

hm.com runs one shared platform across 17 European markets (de_de, en_gb, fr_fr, nl_nl, it_it, es_es, se_se, dk_dk, no_no, fi_fi, pl_pl, at_at, ch_de, be_nl, be_fr, ie_en, pt_pt), each with its own locale, language and currency — select any of them with the market input. Search results span all departments (women/men/kids/home) rather than being scoped to one; there's no need to run separate queries per department.

Performance and cost

Every request goes through Bright Data's Web Unlocker, but a single search-result page returns 36 products in one call, so the Bright Data cost per result is a small fraction of a cent — well under a quarter of the per-result price, which is why this actor is priced at the standard fashion tier rather than a premium anti-bot tier. A 100-product run typically completes in a few minutes. Your run's usage cost only settles after the run reports SUCCEEDED — checking cost mid-run will undercount it.

Limitations

  • Input is search keywords, not category browsing — H&M's category-tree navigation wasn't wired into this actor; a keyword search covers the same catalog and is simpler to use.
  • originalPrice is only populated when H&M marks an item as discounted; full-price items will show it as absent, which is correct, not missing data.
  • Loyalty-member-only ("Member Price") pricing is intentionally excluded — price always reflects what a non-member customer pays.
  • Ratings and review counts aren't exposed on the search-result endpoint, so they're not included in the output.
  • Per-size stock counts aren't included — sizes lists which sizes currently have stock, not a count per size.
  • If H&M restructures its search-results page or __NEXT_DATA__ shape, the actor will need updating — it depends on the exact structure of props.pageProps.srpProps.

If you're covering European fashion more broadly, also check out:

Support

Found an issue or need a market that isn't resolving correctly? Open an issue on this actor's Apify Store page and we'll take a look.