HM Product Review avatar
HM Product Review

Pricing

$17.99/month + usage

Go to Store
HM Product Review

HM Product Review

Developed by

Pinto Studio

Maintained by Community

This Actor retrieves product review from H&M

0.0 (0)

Pricing

$17.99/month + usage

0

Monthly users

1

Runs succeeded

>99%

Last modified

3 months ago

H&M Product Review Actor Documentation

Overview

This Apify actor gets product review 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.

Features

  • Get h&m product review
  • Easy integration with other applications and workflows
  • Efficient data extraction with rate limiting and error handling

Input Parameters

  • sku (required): Sku of the product

Usage Examples

Basic Usage

1const input = {
2    "sku": "1258254001002"
3   
4
5   
6};

Output Format

The actor returns data in JSON format with the following structure:

1[
2  {
3    "sku": "1258254001002",
4    "questions": 0,
5    "relatedQuestions": 0,
6    "comments": 0,
7    "answers": 0,
8    "relatedAnswers": 0,
9    "reviews": 0,
10    "averageRating": null,
11    "ratingBreakdown": {
12      "1": 0,
13      "2": 0,
14      "3": 0,
15      "4": 0,
16      "5": 0
17    },
18    "dimensions": [
19      {
20        "id": 1,
21        "sortOrder": 1,
22        "label": "True to Size",
23        "type": 2,
24        "required": false,
25        "average": null,
26        "values": [
27          {
28            "id": 1,
29            "sortOrder": 0,
30            "label": "Runs Small"
31          },
32          {
33            "id": 2,
34            "sortOrder": 1,
35            "label": "True to Size"
36          },
37          {
38            "id": 3,
39            "sortOrder": 2,
40            "label": "Runs Large"
41          }
42        ]
43      },
44      {
45        "id": 3,
46        "sortOrder": 3,
47        "label": "Length",
48        "type": 2,
49        "required": false,
50        "average": null,
51        "values": [
52          {
53            "id": 7,
54            "sortOrder": 0,
55            "label": "Runs Short"
56          },
57          {
58            "id": 8,
59            "sortOrder": 1,
60            "label": "True to Size"
61          },
62          {
63            "id": 9,
64            "sortOrder": 2,
65            "label": "Runs Long"
66          }
67        ]
68      }
69    ],
70    "ratings": 0,
71    "attributes": [
72      {
73        "type": "ageGroup",
74        "typeLabel": "ageGroup",
75        "values": [
76          {
77            "value": "Adult",
78            "valueLabel": "Adult"
79          }
80        ]
81      },
82      {
83        "type": "assortmentType",
84        "typeLabel": "assortmentType",
85        "values": [
86          {
87            "value": "Clothing",
88            "valueLabel": "Clothing"
89          }
90        ]
91      },
92      {
93        "type": "color",
94        "typeLabel": "color",
95        "values": [
96          {
97            "value": "Beige",
98            "valueLabel": "Beige"
99          }
100        ]
101      },
102      {
103        "type": "colorNames",
104        "typeLabel": "colorNames",
105        "values": [
106          {
107            "value": "Light beige",
108            "valueLabel": "Light beige"
109          }
110        ]
111      },
112      {
113        "type": "productGroup",
114        "typeLabel": "productGroup",
115        "values": [
116          {
117            "value": "Outerwear",
118            "valueLabel": "Outerwear"
119          }
120        ]
121      },
122      {
123        "type": "productType",
124        "typeLabel": "productType",
125        "values": [
126          {
127            "value": "Jacket",
128            "valueLabel": "Jacket"
129          }
130        ]
131      },
132      {
133        "type": "size",
134        "typeLabel": "size",
135        "values": [
136          {
137            "value": "XS",
138            "valueLabel": "XS"
139          }
140        ]
141      }
142    ],
143    "userSettings": {
144      "shopperProfiles": [
145        {
146          "name": "Body Type",
147          "label": "Body Type",
148          "type": 0,
149          "hidden": false,
150          "required": false,
151          "collectDuringContentSubmit": true,
152          "displayPublic": true,
153          "values": [
154            {
155              "id": 1,
156              "label": "Slim",
157              "hidden": false,
158              "sortOrder": 0
159            },
160            {
161              "id": 2,
162              "label": "Athletic",
163              "hidden": false,
164              "sortOrder": 1
165            },
166            {
167              "id": 3,
168              "label": "Average",
169              "hidden": false,
170              "sortOrder": 2
171            },
172            {
173              "id": 4,
174              "label": "Broad",
175              "hidden": false,
176              "sortOrder": 3
177            },
178            {
179              "id": 5,
180              "label": "Plus Size",
181              "hidden": false,
182              "sortOrder": 4
183            }
184          ]
185        },
186        {
187          "name": "Height",
188          "label": "Height",
189          "type": 0,
190          "hidden": false,
191          "required": false,
192          "collectDuringContentSubmit": true,
193          "displayPublic": true,
194          "values": [
195            {
196              "id": 12,
197              "label": "< 5'1",
198              "hidden": false,
199              "sortOrder": 0
200            },
201            {
202              "id": 13,
203              "label": "5'1 - 5'3",
204              "hidden": false,
205              "sortOrder": 1
206            },
207            {
208              "id": 14,
209              "label": "5'3 - 5'5",
210              "hidden": false,
211              "sortOrder": 2
212            },
213            {
214              "id": 15,
215              "label": "5'5 - 5'7",
216              "hidden": false,
217              "sortOrder": 3
218            },
219            {
220              "id": 16,
221              "label": "5'7 - 5'9",
222              "hidden": false,
223              "sortOrder": 4
224            },
225            {
226              "id": 17,
227              "label": "5'9 -  5'11",
228              "hidden": false,
229              "sortOrder": 5
230            },
231            {
232              "id": 18,
233              "label": "5'11 - 6'1",
234              "hidden": false,
235              "sortOrder": 6
236            },
237            {
238              "id": 19,
239              "label": "6'1  - 6'3",
240              "hidden": false,
241              "sortOrder": 7
242            },
243            {
244              "id": 20,
245              "label": "6'3 - 6'5",
246              "hidden": false,
247              "sortOrder": 8
248            },
249            {
250              "id": 21,
251              "label": "6'5 - 6'7",
252              "hidden": false,
253              "sortOrder": 9
254            },
255            {
256              "id": 22,
257              "label": "> 6'7",
258              "hidden": false,
259              "sortOrder": 10
260            }
261          ]
262        }
263      ]
264    }
265  }
266]

Best Practices

  • Use specific search terms for better results
  • Implement pagination for large data sets
  • Consider rate limiting for bulk requests
  • Cache results when appropriate
  • Handle error responses gracefully

Error Handling

The actor implements robust error handling for common scenarios:

  • Invalid input parameters
  • Network connectivity issues
  • Rate limiting responses
  • Invalid or empty search results

Limitations

  • Maximum 100 results per page
  • Rate limiting applies to prevent server overload
  • Some premium recipes might not be accessible
  • Search results depend on Tasty.co's content availability

Support

For issues and feature requests, please: Contact support at pintoflowpt@gmail.com

About H&M

Company Overview

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.

Business Model

H&M's business model is based on offering fashion-forward clothing at competitive prices through:

  • Fast-fashion production and distribution
  • In-house design team creating collections
  • Sustainable fashion initiatives
  • Multi-brand portfolio strategy
  • Integrated digital and physical retail experience

Brand Portfolio

  • H&M: Main brand offering fashion for men, women, teenagers, and children
  • COS: Higher-end minimalist fashion
  • Weekday: Street fashion with a social awareness focus
  • Monki: Colorful and creative youth-oriented fashion
  • & Other Stories: Premium accessories and ready-to-wear collections
  • ARKET: Modern-day market offering essential products
  • H&M HOME: Interior design and decorations

Sustainability Initiatives

H&M has committed to several sustainability goals:

  • Circular fashion economy implementation
  • Use of recycled materials
  • Garment collecting program
  • Conscious collection using sustainable materials
  • Goal to use 100% recycled or sustainably sourced materials by 2030

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

1 day

Price

$17.99