Graphics cards scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsGraphics cards scraper
This actor scrape all in-stock graphics cards in Czech E-shops: alza.cz, czc.cz, mironet.cz and tsbohemia.cz. If you are interested only in some GPU models, you can filter saved data by input Filter.
Overview
This actor scrape all in-stock graphics cards in Czech E-shops. Output is saved to default dataset and contains: shop name, name of product and current price. Actor is lightweight and using only CheerioCrawler for better CU consumption (no puppeteer). If you are interested only in some GPU models, you can filter saved data by input filter.
Scraped E-shops
Input
- filter - Array of strings. List of GPU names (will be searched in E-shop title). If omitted all in-stock GPUs will be added to dataset. Default: []
- useProxy - Boolean. When true, scraper will use czech residential proxy. Default: true
- startUrlAlza - String. Starting scraping position for Alza, leave default. Default: https://www.alza.cz/graficke-karty/18842862.htm
- startUrlCzc - String. Starting scraping position for CZC, leave default. Default: https://www.czc.cz/graficke-karty/produkty
- startUrlMironet - String. Starting scraping position for Mironet, leave default. Default: https://www.mironet.cz/graficke-karty+c14402
- startUrlTsbohemia - String. Starting scraping position for TSBohemia, leave default. Default: https://www.tsbohemia.cz/elektronika-a-it-pc-komponenty-graficke-karty_c5581.html
Output
All scraped products will be saved to default run dataset in this format:
1[{ 2 "results": [ 3 { 4 "shop": "ALZA", 5 "name": "GIGABYTE GeForce GT 710 1GB", 6 "price": "999,-" 7 }, 8 { 9 "shop": "ALZA", 10 "name": "HP NVIDIA Graphics PLUS Quadro P400", 11 "price": "2 990,-" 12 }, 13 { 14 "shop": "MIRONET", 15 "name": "MSI N730K-2GD3H", 16 "price": "1 946 Kč" 17 }, 18 { 19 "shop": "MIRONET", 20 "name": "PowerColor AXRX 580 8GBD5-DHDV2 OC", 21 "price": "17 668 Kč" 22 }, 23 { 24 "shop": "TSBOHEMIA", 25 "name": "GIGABYTE GeForce GT 710 GV-N710D5-1GL", 26 "price": "1 049,-" 27 }, 28 { 29 "shop": "TSBOHEMIA", 30 "name": "MSI GeForce GT 710 (GT 710 1GD3H LP)", 31 "price": "999,-" 32 }, 33 ] 34}]
CU consumption
Average compute units consumption with 1024 MB memory is about 0.015 CU.