GPUCHECK Scraper
7 days trial then $50.00/month - No credit card required now
GPUCHECK Scraper
7 days trial then $50.00/month - No credit card required now
Extract only new gpu, cpu, quality, resolution, game, and corresponding fps from the last run
GPUCHECK Scraper
GPUCHECK Scraper is an Apify actor for extracting hardware information from GPUCHECK. It allows you to extract only new gpu, cpu, quality, resolution, game, and corresponding fps from the last run. It is build on top of Apify SDK and you can run it both on Apify platform and locally.
Note that the last crawling results are saved at Storage >> Key-value stores under "gpucheck" key. If you don't want to extract only new results, you can delete the "gpucheck" key to get all results.
Input
Field | Type | Description | Default value |
---|---|---|---|
gpuIncludeRegex | array | List of gpu patterns that will be crawled. | |
cpuIncludeRegex | array | List of cpu patterns that will be crawled. | |
gpuExcludeRegex | array | List of gpu patterns that won't be crawled. | |
cpuExcludeRegex | array | List of cpu patterns that won't be crawled. | |
proxyConfiguration | object | Proxy settings of the run. The proxy usage is required | { "useApifyProxy": true } |
Output
Output is stored in a dataset. Each item is an information about a product. Example:
1[{ 2 "url": "https://www.gpucheck.com/gpu/amd-radeon-rx-460/amd-ryzen-3-2200g/high/?lang=en¤cy=usd", 3 "gpu": "AMD Radeon RX 460 - $ 140", 4 "cpu": "AMD Ryzen 3 2200G - $ 98", 5 "quality": "high", 6 "resolution": "1920x1080", 7 "game": "Assassin's Creed Valhalla", 8 "fps": "26.6" 9}, 10{ 11 "url": "https://www.gpucheck.com/gpu/amd-radeon-rx-460/amd-ryzen-3-2200g/high/?lang=en¤cy=usd", 12 "gpu": "AMD Radeon RX 460 - $ 140", 13 "cpu": "AMD Ryzen 3 2200G - $ 98", 14 "quality": "high", 15 "resolution": "1920x1080", 16 "game": "Microsoft Flight Simulator", 17 "fps": "18.2" 18}, 19{ 20 "url": "https://www.gpucheck.com/gpu/amd-radeon-rx-460/amd-ryzen-3-2200g/high/?lang=en¤cy=usd", 21 "gpu": "AMD Radeon RX 460 - $ 140", 22 "cpu": "AMD Ryzen 3 2200G - $ 98", 23 "quality": "high", 24 "resolution": "1920x1080", 25 "game": "Valorant", 26 "fps": "96.1" 27}, 28{ 29 "url": "https://www.gpucheck.com/gpu/amd-radeon-rx-460/amd-ryzen-3-2200g/high/?lang=en¤cy=usd", 30 "gpu": "AMD Radeon RX 460 - $ 140", 31 "cpu": "AMD Ryzen 3 2200G - $ 98", 32 "quality": "high", 33 "resolution": "1920x1080", 34 "game": "Call of Duty: Black Ops Cold War", 35 "fps": "42.8" 36}, 37{ 38 "url": "https://www.gpucheck.com/gpu/amd-radeon-rx-460/amd-ryzen-3-2200g/high/?lang=en¤cy=usd", 39 "gpu": "AMD Radeon RX 460 - $ 140", 40 "cpu": "AMD Ryzen 3 2200G - $ 98", 41 "quality": "high", 42 "resolution": "1920x1080", 43 "game": "Death Stranding", 44 "fps": "48.6" 45}]
Compute units consumption
Keep in mind that it is much more efficient to run one longer scrape (at least one minute) than more shorter ones because of the startup time.
The average consumption is 1 Compute unit for crawling 200 results scraped
Epilogue
Thank you for trying my actor. I will be very glad for a feedback that you can send to my email dtrungtin@gmail.com
.