GPUCHECK Scraper avatar
GPUCHECK Scraper
Try for free

7 days trial then $50.00/month - No credit card required now

View all Actors
GPUCHECK Scraper

GPUCHECK Scraper

dtrungtin/gpuchecker-scraper
Try for free

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

FieldTypeDescriptionDefault value
gpuIncludeRegexarrayList of gpu patterns that will be crawled.
cpuIncludeRegexarrayList of cpu patterns that will be crawled.
gpuExcludeRegexarrayList of gpu patterns that won't be crawled.
cpuExcludeRegexarrayList of cpu patterns that won't be crawled.
proxyConfigurationobjectProxy 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&currency=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&currency=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&currency=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&currency=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&currency=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.

Developer
Maintained by Community
Actor metrics
  • 1 monthly users
  • 100.0% runs succeeded
  • Created in Mar 2020
  • Modified almost 2 years ago
Categories