ASOS Product Scraper avatar

ASOS Product Scraper

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 Product Scraper

ASOS Product Scraper

mpj/asos

ASOS Fashion Retailer Scraping.

asos.com scraper

Made in Indonesia

Easily use to crawl assos.com detail product by list of product url

Install it

$ npm install @kulkul/asos-crawler

Input

1{
2  "inputs": [
3    {
4      "url": "https://www.asos.com/prd/14031451"
5    },
6    {
7      "url": "https://www.asos.com/prd/14084626"
8    }
9  ]
10}

Output

1[
2  {
3    "url": "https://www.asos.com/prd/14084626",
4    "title": "ASOS DESIGN chest harness bag in black with slogan print",
5    "price": "£20.00",
6    "createdAt": "2020-05-27T16:16:12.921Z",
7    "nominal": 20,
8    "currency": "£",
9    "productId": "14084626"
10  },
11  {
12    "url": "https://www.asos.com/prd/14031451",
13    "title": "Nike Plus mini swoosh boyfriend t-shirt in pale pink",
14    "price": "£20.00",
15    "createdAt": "2020-05-27T16:16:13.673Z",
16    "nominal": 20,
17    "currency": "£",
18    "productId": "14031451"
19  }
20]
Developer
Maintained by Community
Categories