Graphics cards scraper avatar
Graphics cards 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
Graphics cards scraper

Graphics cards scraper

hynekh/graphics-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

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.

Developer
Maintained by Community
Categories