kulkultech / asos-crawler

Asos Crawler for Apify

Home Page:https://apify.com/mpj/asos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

{
  "inputs": [
    {
      "url": "https://www.asos.com/prd/14031451"
    },
    {
      "url": "https://www.asos.com/prd/14084626"
    }
  ]
}

Output

[
  {
    "url": "https://www.asos.com/prd/14084626",
    "title": "ASOS DESIGN chest harness bag in black with slogan print",
    "price": "£20.00",
    "createdAt": "2020-05-27T16:16:12.921Z",
    "nominal": 20,
    "currency": "£",
    "productId": "14084626"
  },
  {
    "url": "https://www.asos.com/prd/14031451",
    "title": "Nike Plus mini swoosh boyfriend t-shirt in pale pink",
    "price": "£20.00",
    "createdAt": "2020-05-27T16:16:13.673Z",
    "nominal": 20,
    "currency": "£",
    "productId": "14031451"
  }
]

About

Asos Crawler for Apify

https://apify.com/mpj/asos


Languages

Language:JavaScript 51.3%Language:Dockerfile 48.7%