https://github.com/kulkultech/asos-crawler
Asos Crawler for Apify
https://github.com/kulkultech/asos-crawler
apify asos crawler made-in-indonesia scrapper
Last synced: 5 months ago
JSON representation
Asos Crawler for Apify
- Host: GitHub
- URL: https://github.com/kulkultech/asos-crawler
- Owner: kulkultech
- Created: 2020-05-26T02:49:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-24T12:44:59.000Z (5 months ago)
- Last Synced: 2026-01-25T00:34:19.496Z (5 months ago)
- Topics: apify, asos, crawler, made-in-indonesia, scrapper
- Language: JavaScript
- Homepage: https://apify.com/mpj/asos
- Size: 139 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asos.com scraper
[](https://github.com/made-in-indonesia/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
```json
[
{
"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"
}
]
```