Mall Scraper
vaclavrut/mall-cz
- Readme
- API
- Source code
The actor will scrape all products from Mall.cz, it is going through the whole categories and pagination and get the data visible there. It is not visiting the details.
Example item:
{
"itemId": "42545210",
"img": "https://www.mall.cz/i/42545210/1000/1000",
"itemName": "100% 100% Accuri Junior Krick Offroad Goggle",
"currentPrice": 850,
"discounted": false,
"itemUrl": "https://www.mall.cz/helmy-motorka/100-pro-100-accuri-junior-krick-offroad-goggle-100005145701",
"productId": "100005145701"
}