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.
You can access the Graphics cards scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrlAlza": "https://www.alza.cz/graficke-karty/18842862.htm",
3 "startUrlCzc": "https://www.czc.cz/graficke-karty/produkty",
4 "startUrlMironet": "https://www.mironet.cz/graficke-karty+c14402",
5 "startUrlTsbohemia": "https://www.tsbohemia.cz/elektronika-a-it-pc-komponenty-graficke-karty_c5581.html"
6}' |
7apify call hynekh/graphics-cards-scraper --silent --output-dataset
Graphics cards scraper API through CLI
The Apify CLI is the official tool that allows you to use Graphics cards scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: