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

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "gpuIncludeRegex": [
8    "460"
9  ],
10  "cpuIncludeRegex": [
11    "2200g"
12  ],
13  "gpuExcludeRegex": [
14    "Radeon HD",
15    "Radeon R\\d+",
16    "GT\\s+",
17    "GTS",
18    "Max-Q",
19    "GTX \\d{3}",
20    "mobile",
21    "GTX 10\\d+",
22    "Radeon VII",
23    "RX VEGA",
24    "TITAN",
25    "2080"
26  ],
27  "cpuExcludeRegex": [
28    "i[3-7].\\d{3}\\w{1}",
29    "i[3-7]-\\d{3}",
30    "Ryzen 3 1\\d+",
31    "Ryzen 5 1\\d+",
32    "Ryzen 7 1\\d+",
33    "Threadripper",
34    "AMD Athlon",
35    "AMD E2",
36    "AMD FX",
37    "AMD Phenom",
38    "Intel Core2 Duo",
39    "Intel Core2 Extreme",
40    "Intel Core2 Quad",
41    "Intel Pentium",
42    "i3-2\\d+",
43    "i5-2\\d+",
44    "i7-2\\d+",
45    "i3-3\\d+",
46    "i5-3\\d+",
47    "i7-3\\d+",
48    "i3-4\\d+",
49    "i5-4\\d+",
50    "i7-4\\d+",
51    "i3-5\\d+",
52    "i5-5\\d+",
53    "i7-5\\d+",
54    "i3-6\\d+",
55    "i5-6\\d+",
56    "i7-6\\d+",
57    "i3-7\\d+",
58    "i5-7\\d+",
59    "i7-7\\d+"
60  ],
61  "proxyConfig": {
62    "useApifyProxy": true
63  }
64}
65EOF
66
67# Run the Actor using an HTTP API
68# See the full API reference at https://docs.apify.com/api/v2
69curl "https://api.apify.com/v2/acts/dtrungtin~gpuchecker-scraper/runs?token=$API_TOKEN" \
70  -X POST \
71  -d @input.json \
72  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • 100.0% runs succeeded
  • Created in Mar 2020
  • Modified over 2 years ago
Categories