Extract only new gpu, cpu, quality, resolution, game, and corresponding fps from the last run
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.
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 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}]
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
Thank you for trying my actor. I will be very glad for a feedback that you can send to my email dtrungtin@gmail.com
.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!