Get product description from h&m
This Apify actor gets products description from h&m website, one of the world's largest retail digital platforms. It enables developers, and researchers to programmatically access to H&M's extensive products database through a simple API interface.
productUrl
(required): Product url1const input = { 2 "productUrl": "https://www2.hm.com/en_us/productpage.1211408001.html" 3 4 5 6};
The actor returns data in JSON format with the following structure:
1{ 2 "id": "1211408001", 3 "name": "Loose Fit Parachute Cargo Pants", 4 "brand": "H&M", 5 "description": "Loose-fit parachute cargo pants in woven fabric. Elasticized waistband, drawstring with cord stopper, and mock fly. Diagonal side pockets, a mock welt back pocket, and leg pockets with flap. Wide legs with pleats at knees for added volume. Elasticized drawstring at hems with cord stopper.", 6 "price": "49.99", 7 "currency": "USD", 8 "itemCondition": "NewCondition", 9 "sku": "1211408001", 10 "color": "Black", 11 "category": "Trousers", 12 "images": [ 13 "https://image.hm.com/assets/hm/f5/6c/f56c6f76beca20b6e6eac7092c00801a9fe37fbd.jpg?imwidth=768", 14 "https://image.hm.com/assets/hm/23/07/2307ac86cfa23099a92c75265373b1bf5a00c86e.jpg?imwidth=768", 15 "https://image.hm.com/assets/hm/09/12/091231b4b87d90fd4dab43374e0e0be30976c8ad.jpg?imwidth=768", 16 "https://image.hm.com/assets/hm/58/67/58671ee32b81e00b9379f640dd3b3eb3a0e5d063.jpg?imwidth=768", 17 "https://image.hm.com/assets/hm/c1/c2/c1c292a11b2b695e455d6936441c864102abceec.jpg?imwidth=768", 18 "https://image.hm.com/assets/hm/3c/4d/3c4d6c29c26e82ebb0662ce276d52e739a9cd671.jpg?imwidth=768", 19 "https://image.hm.com/assets/hm/dd/c4/ddc4e127bb8b40bf9d1cc1e57cbbb1e00660f7e9.jpg?imwidth=768", 20 "https://image.hm.com/assets/hm/ab/9c/ab9cb6df40240648dd639b999a1fc695ee243898.jpg?imwidth=768", 21 "https://image.hm.com/assets/hm/21/92/2192e0e095eb42ea4e97f93b8b9daea61442f695.jpg?imwidth=768" 22 ], 23 "rating": "", 24 "reviewCount": "", 25 "variants": [ 26 { 27 "sku": "1211408001001", 28 "price": "49.99", 29 "currency": "USD" 30 }, 31 { 32 "sku": "1211408001002", 33 "price": "49.99", 34 "currency": "USD" 35 }, 36 { 37 "sku": "1211408001003", 38 "price": "49.99", 39 "currency": "USD" 40 }, 41 { 42 "sku": "1211408001004", 43 "price": "49.99", 44 "currency": "USD" 45 }, 46 { 47 "sku": "1211408001005", 48 "price": "49.99", 49 "currency": "USD" 50 }, 51 { 52 "sku": "1211408001006", 53 "price": "49.99", 54 "currency": "USD" 55 }, 56 { 57 "sku": "1211408001007", 58 "price": "49.99", 59 "currency": "USD" 60 } 61 ] 62}
The actor implements robust error handling for common scenarios:
For issues and feature requests, please: Contact support at pintoflowpt@gmail.com
Hennes & Mauritz AB (H&M) is a multinational clothing retail company headquartered in Stockholm, Sweden. Founded in 1947 by Erling Persson, H&M has grown from a single women's clothing store called "Hennes" in Västerås, Sweden, to one of the world's largest fashion retailers. The company operates in over 75 markets worldwide with more than 4,000 stores and robust online presence.
H&M's business model is based on offering fashion-forward clothing at competitive prices through:
H&M has committed to several sustainability goals:
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!