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
You can access the GPUCHECK 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 "gpuIncludeRegex": [
3 "460"
4 ],
5 "cpuIncludeRegex": [
6 "2200g"
7 ],
8 "gpuExcludeRegex": [
9 "Radeon HD",
10 "Radeon R\\\\d+",
11 "GT\\\\s+",
12 "GTS",
13 "Max-Q",
14 "GTX \\\\d{3}",
15 "mobile",
16 "GTX 10\\\\d+",
17 "Radeon VII",
18 "RX VEGA",
19 "TITAN",
20 "2080"
21 ],
22 "cpuExcludeRegex": [
23 "i[3-7].\\\\d{3}\\\\w{1}",
24 "i[3-7]-\\\\d{3}",
25 "Ryzen 3 1\\\\d+",
26 "Ryzen 5 1\\\\d+",
27 "Ryzen 7 1\\\\d+",
28 "Threadripper",
29 "AMD Athlon",
30 "AMD E2",
31 "AMD FX",
32 "AMD Phenom",
33 "Intel Core2 Duo",
34 "Intel Core2 Extreme",
35 "Intel Core2 Quad",
36 "Intel Pentium",
37 "i3-2\\\\d+",
38 "i5-2\\\\d+",
39 "i7-2\\\\d+",
40 "i3-3\\\\d+",
41 "i5-3\\\\d+",
42 "i7-3\\\\d+",
43 "i3-4\\\\d+",
44 "i5-4\\\\d+",
45 "i7-4\\\\d+",
46 "i3-5\\\\d+",
47 "i5-5\\\\d+",
48 "i7-5\\\\d+",
49 "i3-6\\\\d+",
50 "i5-6\\\\d+",
51 "i7-6\\\\d+",
52 "i3-7\\\\d+",
53 "i5-7\\\\d+",
54 "i7-7\\\\d+"
55 ],
56 "proxyConfig": {
57 "useApifyProxy": true
58 }
59}' |
60apify call dtrungtin/gpuchecker-scraper --silent --output-dataset
gpu, cpu, quality, resolution, game, fps API through CLI
The Apify CLI is the official tool that allows you to use GPUCHECK 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: