ASOS Actor avatar
ASOS Actor
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
ASOS Actor

ASOS Actor

autofacts/asos

ASOS category/product public data extractor. The data includes title,description,images,price and so on.

ASOS Actor provide a way to crawl product details of ASOS.

ChangeLog

04/04/2022

  1. rewrite with new framework
  2. removed headless requirement

Features

  1. Fetch product common details - includes title,description,images and so on.
  2. More detailed price info is supported, include the price currency.
  3. Category url or product set url or product detail page url are all supported.

Input Parameters

The input of this actor shoule be JSON formated. Fields are:

FieldTypeDescription
startUrlsArrayStart URLs of ASOS to start the actor. Category page, product group page or product page urls are all supported.
proxyObjectSelect proxies to be used by your crawler.
maxConcurrencyNumber(optional) Actor running max concurrency, which helps you to not getting blocked. Must less than 10 for ASOS product.

Here is the example:

1{
2  "startUrls": [
3    {
4      "url": "https://www.asos.com/women/dresses/cat/?cid=8799&nlid=ww%7Cclothing%7Cshop+by+product%7Cdresses"
5    }
6  ],
7  "proxy": { "useApifyProxy": true },
8  "maxConcurrency": 2
9}

Data storage

ASOS actor stores the product data to default data set in JSON format.

1{
2  "source": {
3    "id": "22334097",
4    "crawlUrl": "https://www.asos.com/us/saint-genies/saint-genies-bustier-detail-velvet-mini-dress-in-pink/prd/22334097?clr=pink&colourWayId=60390755&cid=7046",
5    "canonicalUrl": "https://www.asos.com/us/saint-genies/saint-genies-bustier-detail-velvet-mini-dress-in-pink/prd/22334097",
6    "retailer": "ASOS",
7    "language": "en-US",
8    "currency": "USD"
9  },
10  "title": "Saint Genies bustier detail velvet mini dress in pink",
11  "description": {
12    "detail": "<h2>Product Details</h2><p><a href=\"https://www.asos.com/us/women/dresses/cat/?cid=8799\"><strong>Mini dress</strong></a> by <a href=\"https://www.asos.com/us/women/a-to-z-of-brands/saint-genies/cat/?cid=29170\"><strong>Saint Genies</strong></a></p><ul>    <li>Dramatic entrance, sorted </li><li>Sweetheart neck</li><li>Bustier lining</li><li>Sequin embellishment</li><li>Adjustable cami straps</li><li>Ruched front</li><li>Zip-back fastening</li><li>Body-Conscious fit</li><li>Figure-hugging cut</li></ul>",
13    "sizeAndFit": "",
14    "careInfo": "<h2>LOOK AFTER ME</h2><p>Hand wash only</p>",
15    "aboutMe": "<h2>ABOUT ME</h2><div>Soft, stretch velvet</div><div>Plush, dense-pile fabric</div>Fully linedFabric: 95% Polyamide, 5% Elastane, Fabric 1: 90% Polyester, 10% Elastane."
16  },
17  "brand": "Saint Genies",
18  "categories": [
19    "Women",
20    "Sale"
21  ],
22  "medias": [
23    {
24      "type": "Image",
25      "url": "https://images.asos-media.com/products/saint-genies-bustier-detail-velvet-mini-dress-in-pink/22334097-1-pink",
26      "isDefault": true
27    },
28    {
29      "type": "Image",
30      "url": "https://images.asos-media.com/products/saint-genies-bustier-detail-velvet-mini-dress-in-pink/22334097-2"
31    },
32    {
33      "type": "Image",
34      "url": "https://images.asos-media.com/products/saint-genies-bustier-detail-velvet-mini-dress-in-pink/22334097-3"
35    },
36    {
37      "type": "Image",
38      "url": "https://images.asos-media.com/products/saint-genies-bustier-detail-velvet-mini-dress-in-pink/22334097-4"
39    }
40  ],
41  "variants": [
42    {
43      "id": "22334428",
44      "sku": "11032709",
45      "options": [
46        "60390755",
47        "13246"
48      ],
49      "price": {
50        "current": 1800,
51        "previous": 6000,
52        "stockStatus": "InStock"
53      }
54    },
55    {
56      "id": "22334406",
57      "sku": "11032711",
58      "options": [
59        "60390755",
60        "13247"
61      ],
62      "price": {
63        "current": 1800,
64        "previous": 6000,
65        "stockStatus": "InStock"
66      }
67    },
68    {
69      "id": "22334377",
70      "sku": "11032713",
71      "options": [
72        "60390755",
73        "13242"
74      ],
75      "price": {
76        "current": 1800,
77        "previous": 6000,
78        "original": 0,
79        "stockStatus": "InStock"
80      }
81    },
82    {
83      "id": "22334136",
84      "sku": "11032715",
85      "options": [
86        "60390755",
87        "13243"
88      ],
89      "price": {
90        "current": 1800,
91        "previous": 6000,
92        "original": 0,
93        "stockStatus": "InStock"
94      }
95    },
96    {
97      "id": "22334328",
98      "sku": "11032717",
99      "options": [
100        "60390755",
101        "13244"
102      ],
103      "price": {
104        "current": 1800,
105        "previous": 6000,
106        "original": 0,
107        "stockStatus": "OutOfStock"
108      }
109    },
110    {
111      "id": "22334413",
112      "sku": "11032719",
113      "options": [
114        "60390755",
115        "13245"
116      ],
117      "price": {
118        "current": 1800,
119        "previous": 6000,
120        "original": 0,
121        "stockStatus": "InStock"
122      }
123    }
124  ],
125  "options": [
126    {
127      "type": "Colour",
128      "values": [
129        {
130          "id": "60390755",
131          "name": "Pink"
132        }
133      ]
134    },
135    {
136      "type": "Size",
137      "values": [
138        {
139          "id": "13246",
140          "name": "US 2",
141          "index": 1
142        },
143        {
144          "id": "13247",
145          "name": "US 4",
146          "index": 2
147        },
148        {
149          "id": "13242",
150          "name": "US 6",
151          "index": 3
152        },
153        {
154          "id": "13243",
155          "name": "US 8",
156          "index": 4
157        },
158        {
159          "id": "13244",
160          "name": "US 10",
161          "index": 5
162        },
163        {
164          "id": "13245",
165          "name": "US 12",
166          "index": 6
167        }
168      ]
169    }
170  ],
171  "price": {
172    "current": 1800,
173    "previous": 6000,
174    "original": 0,
175    "stockStatus": "InStock"
176  }
177}
Developer
Maintained by Community