Apps Games Discount (Mobile, Desktop, Console) avatar

Apps Games Discount (Mobile, Desktop, Console)

Try for free

3 days trial then $5.00/month - No credit card required now

Go to Store
Apps Games Discount (Mobile, Desktop, Console)

Apps Games Discount (Mobile, Desktop, Console)

canadesk/apps-games-discount
Try for free

3 days trial then $5.00/month - No credit card required now

Find discounts for games & apps from Google Play, App Store, Microsoft, Steam, Nintendo and PlayStation. It's fast and costs little.

You can access the Apps Games Discount (Mobile, Desktop, Console) 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.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "2.0",
5    "x-build-id": "sAtDYjf8vJnppkP1o"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/canadesk~apps-games-discount/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-canadesk-apps-games-discount",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/canadesk~apps-games-discount/runs": {
50      "post": {
51        "operationId": "runs-sync-canadesk-apps-games-discount",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/canadesk~apps-games-discount/run-sync": {
93      "post": {
94        "operationId": "run-sync-canadesk-apps-games-discount",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "process",
135          "category",
136          "pricing",
137          "sort",
138          "order",
139          "extended",
140          "latin"
141        ],
142        "properties": {
143          "process": {
144            "title": "Process",
145            "enum": [
146              "gd",
147              "gl",
148              "ga"
149            ],
150            "type": "string",
151            "description": "Process to run.",
152            "default": "gd"
153          },
154          "keyword": {
155            "title": "Search terms",
156            "type": "string",
157            "description": "For Search only. Use category to set the platform.",
158            "default": ""
159          },
160          "category": {
161            "title": "Category",
162            "enum": [
163              "games",
164              "mobile-games",
165              "pc-games",
166              "console-games",
167              "pc-console-games",
168              "android-games",
169              "ios-games",
170              "macos-games",
171              "windows-games",
172              "steam",
173              "nintendo",
174              "ps",
175              "xbox",
176              "apps",
177              "mobile-apps",
178              "desktop-apps",
179              "android-apps",
180              "ios-apps",
181              "macos-apps",
182              "windows-apps"
183            ],
184            "type": "string",
185            "description": "",
186            "default": "mobile-games"
187          },
188          "pricing": {
189            "title": "Pricing",
190            "enum": [
191              "all",
192              "free",
193              "paid"
194            ],
195            "type": "string",
196            "description": "",
197            "default": "paid"
198          },
199          "sort": {
200            "title": "Sort by",
201            "enum": [
202              "discounted",
203              "released",
204              "price",
205              "sale",
206              "rating",
207              "size"
208            ],
209            "type": "string",
210            "description": "",
211            "default": "rating"
212          },
213          "order": {
214            "title": "Order",
215            "enum": [
216              "asc",
217              "desc"
218            ],
219            "type": "string",
220            "description": "",
221            "default": "desc"
222          },
223          "extended": {
224            "title": "Include details",
225            "enum": [
226              "yes",
227              "no"
228            ],
229            "type": "string",
230            "description": "See Information tab.",
231            "default": "yes"
232          },
233          "latin": {
234            "title": "Latin characters only",
235            "enum": [
236              "yes",
237              "no"
238            ],
239            "type": "string",
240            "description": "Removes entries with non-latin alphabet content.",
241            "default": "yes"
242          },
243          "minrating": {
244            "title": "Minimum rating",
245            "minimum": 0,
246            "maximum": 5,
247            "type": "integer",
248            "description": "Set to 0 for all ratings. See Information tab.",
249            "default": 0
250          },
251          "mindiscount": {
252            "title": "Minimum discount",
253            "minimum": 0,
254            "maximum": 100,
255            "type": "integer",
256            "description": "See Information tab.",
257            "default": 20
258          },
259          "minreleased": {
260            "title": "Released in the past x days",
261            "minimum": 0,
262            "maximum": 8000,
263            "type": "integer",
264            "description": "Set 0 to ignore. See Information tab.",
265            "default": 0
266          },
267          "minupdated": {
268            "title": "Updated in the past x days",
269            "minimum": 0,
270            "maximum": 8000,
271            "type": "integer",
272            "description": "Set 0 to ignore. See Information tab.",
273            "default": 365
274          },
275          "maximum": {
276            "title": "Maximum results",
277            "minimum": 10,
278            "maximum": 200,
279            "type": "integer",
280            "description": "Per category.",
281            "default": 20
282          },
283          "format": {
284            "title": "Save on usage costs",
285            "enum": [
286              "expanded",
287              "wrapped"
288            ],
289            "type": "string",
290            "description": "See Information tab.",
291            "default": "wrapped"
292          },
293          "waiting": {
294            "title": "Waiting time (sec.)",
295            "minimum": 2,
296            "maximum": 30,
297            "type": "integer",
298            "description": "Pause between each URL.",
299            "default": 3
300          },
301          "proxy": {
302            "title": "Proxy configuration",
303            "type": "object",
304            "description": "Select proxies to be used by your crawler."
305          }
306        }
307      },
308      "runsResponseSchema": {
309        "type": "object",
310        "properties": {
311          "data": {
312            "type": "object",
313            "properties": {
314              "id": {
315                "type": "string"
316              },
317              "actId": {
318                "type": "string"
319              },
320              "userId": {
321                "type": "string"
322              },
323              "startedAt": {
324                "type": "string",
325                "format": "date-time",
326                "example": "2025-01-08T00:00:00.000Z"
327              },
328              "finishedAt": {
329                "type": "string",
330                "format": "date-time",
331                "example": "2025-01-08T00:00:00.000Z"
332              },
333              "status": {
334                "type": "string",
335                "example": "READY"
336              },
337              "meta": {
338                "type": "object",
339                "properties": {
340                  "origin": {
341                    "type": "string",
342                    "example": "API"
343                  },
344                  "userAgent": {
345                    "type": "string"
346                  }
347                }
348              },
349              "stats": {
350                "type": "object",
351                "properties": {
352                  "inputBodyLen": {
353                    "type": "integer",
354                    "example": 2000
355                  },
356                  "rebootCount": {
357                    "type": "integer",
358                    "example": 0
359                  },
360                  "restartCount": {
361                    "type": "integer",
362                    "example": 0
363                  },
364                  "resurrectCount": {
365                    "type": "integer",
366                    "example": 0
367                  },
368                  "computeUnits": {
369                    "type": "integer",
370                    "example": 0
371                  }
372                }
373              },
374              "options": {
375                "type": "object",
376                "properties": {
377                  "build": {
378                    "type": "string",
379                    "example": "latest"
380                  },
381                  "timeoutSecs": {
382                    "type": "integer",
383                    "example": 300
384                  },
385                  "memoryMbytes": {
386                    "type": "integer",
387                    "example": 1024
388                  },
389                  "diskMbytes": {
390                    "type": "integer",
391                    "example": 2048
392                  }
393                }
394              },
395              "buildId": {
396                "type": "string"
397              },
398              "defaultKeyValueStoreId": {
399                "type": "string"
400              },
401              "defaultDatasetId": {
402                "type": "string"
403              },
404              "defaultRequestQueueId": {
405                "type": "string"
406              },
407              "buildNumber": {
408                "type": "string",
409                "example": "1.0.0"
410              },
411              "containerUrl": {
412                "type": "string"
413              },
414              "usage": {
415                "type": "object",
416                "properties": {
417                  "ACTOR_COMPUTE_UNITS": {
418                    "type": "integer",
419                    "example": 0
420                  },
421                  "DATASET_READS": {
422                    "type": "integer",
423                    "example": 0
424                  },
425                  "DATASET_WRITES": {
426                    "type": "integer",
427                    "example": 0
428                  },
429                  "KEY_VALUE_STORE_READS": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "KEY_VALUE_STORE_WRITES": {
434                    "type": "integer",
435                    "example": 1
436                  },
437                  "KEY_VALUE_STORE_LISTS": {
438                    "type": "integer",
439                    "example": 0
440                  },
441                  "REQUEST_QUEUE_READS": {
442                    "type": "integer",
443                    "example": 0
444                  },
445                  "REQUEST_QUEUE_WRITES": {
446                    "type": "integer",
447                    "example": 0
448                  },
449                  "DATA_TRANSFER_INTERNAL_GBYTES": {
450                    "type": "integer",
451                    "example": 0
452                  },
453                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
454                    "type": "integer",
455                    "example": 0
456                  },
457                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
458                    "type": "integer",
459                    "example": 0
460                  },
461                  "PROXY_SERPS": {
462                    "type": "integer",
463                    "example": 0
464                  }
465                }
466              },
467              "usageTotalUsd": {
468                "type": "number",
469                "example": 0.00005
470              },
471              "usageUsd": {
472                "type": "object",
473                "properties": {
474                  "ACTOR_COMPUTE_UNITS": {
475                    "type": "integer",
476                    "example": 0
477                  },
478                  "DATASET_READS": {
479                    "type": "integer",
480                    "example": 0
481                  },
482                  "DATASET_WRITES": {
483                    "type": "integer",
484                    "example": 0
485                  },
486                  "KEY_VALUE_STORE_READS": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "KEY_VALUE_STORE_WRITES": {
491                    "type": "number",
492                    "example": 0.00005
493                  },
494                  "KEY_VALUE_STORE_LISTS": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "REQUEST_QUEUE_READS": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "REQUEST_QUEUE_WRITES": {
503                    "type": "integer",
504                    "example": 0
505                  },
506                  "DATA_TRANSFER_INTERNAL_GBYTES": {
507                    "type": "integer",
508                    "example": 0
509                  },
510                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
511                    "type": "integer",
512                    "example": 0
513                  },
514                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
515                    "type": "integer",
516                    "example": 0
517                  },
518                  "PROXY_SERPS": {
519                    "type": "integer",
520                    "example": 0
521                  }
522                }
523              }
524            }
525          }
526        }
527      }
528    }
529  }
530}

Apps Games Discount (Mobile, Desktop, Console) OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Apps Games Discount (Mobile, Desktop, Console) from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Dec 2024

  • Modified 2 months ago