![Appodeal Benchmark avatar](https://images.apifyusercontent.com/0WQhhKQNMaglpAUs7vowgfw3qslOKPbWN_F27REGlO0/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vNkFlOFlvNFRLdnI1TFNiRmgvWWR1VE1wb2k3Mjh6T0xlVWgtYXBwb2RlYWwucG5n.webp)
Appodeal Benchmark
30 minutes trial then $5.00/month - No credit card required now
![Appodeal Benchmark](https://images.apifyusercontent.com/0WQhhKQNMaglpAUs7vowgfw3qslOKPbWN_F27REGlO0/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vNkFlOFlvNFRLdnI1TFNiRmgvWWR1VE1wb2k3Mjh6T0xlVWgtYXBwb2RlYWwucG5n.webp)
Appodeal Benchmark
30 minutes trial then $5.00/month - No credit card required now
Find benchmarking metrics for mobile app monetization with Appodeal. It's fast and costs little.
You can access the Appodeal Benchmark 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": "1.4",
5 "x-build-id": "3M0eBHouD4eoufDlR"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/canadesk~appodeal-app-benchmark/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-canadesk-appodeal-app-benchmark",
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~appodeal-app-benchmark/runs": {
50 "post": {
51 "operationId": "runs-sync-canadesk-appodeal-app-benchmark",
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~appodeal-app-benchmark/run-sync": {
93 "post": {
94 "operationId": "run-sync-canadesk-appodeal-app-benchmark",
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 "category"
135 ],
136 "properties": {
137 "category": {
138 "title": "Category",
139 "enum": [
140 "Overall",
141 "Art & Design",
142 "Books & Reference",
143 "Business",
144 "Education",
145 "Entertainment",
146 "Finance",
147 "Food & Drink",
148 "Games without genre",
149 "Gaming - Adventure",
150 "Gaming - Arcade & Action",
151 "Gaming - Board",
152 "Gaming - Brain & Puzzle",
153 "Gaming - Cards & Casino",
154 "Gaming - Education",
155 "Gaming - Educational",
156 "Gaming - Kids & Family",
157 "Gaming - Music",
158 "Gaming - Racing",
159 "Gaming - Role Playing & Strategy",
160 "Gaming - Simulation",
161 "Gaming - Sports",
162 "Gaming - Trivia",
163 "Gaming - Word",
164 "Health & Fitness",
165 "Lifestyle",
166 "Medical",
167 "Music",
168 "News & Magazines",
169 "Photo & Video",
170 "Productivity",
171 "Shopping",
172 "Social",
173 "Sports",
174 "Tools",
175 "Travel & Navigation",
176 "Wearables",
177 "Weather"
178 ],
179 "type": "string",
180 "description": "",
181 "default": "Overall"
182 },
183 "platform": {
184 "title": "Platform",
185 "enum": [
186 "ios",
187 "android"
188 ],
189 "type": "string",
190 "description": "",
191 "default": "android"
192 },
193 "country": {
194 "title": "Target Location",
195 "enum": [
196 "United States",
197 "Tier 1",
198 "Afghanistan",
199 "Albania",
200 "Algeria",
201 "Angola",
202 "Antigua and Barbuda",
203 "Argentina",
204 "Armenia",
205 "Australia",
206 "Austria",
207 "Azerbaijan",
208 "Bahamas",
209 "Bahrain",
210 "Bangladesh",
211 "Barbados",
212 "Belarus",
213 "Belgium",
214 "Belize",
215 "Benin",
216 "Bhutan",
217 "Bolivia",
218 "Bosnia and Herzegovina",
219 "Botswana",
220 "Brazil",
221 "Brunei",
222 "Bulgaria",
223 "Burkina Faso",
224 "Cambodia",
225 "Cameroon",
226 "Canada",
227 "Cape Verde",
228 "Chad",
229 "Chile",
230 "China",
231 "Colombia",
232 "Congo",
233 "Costa Rica",
234 "Croatia",
235 "Cuba",
236 "Curaçao",
237 "Cyprus",
238 "Czech Republic",
239 "Denmark",
240 "Djibouti",
241 "Dominican Republic",
242 "East Timor",
243 "Ecuador",
244 "Egypt",
245 "El Salvador",
246 "Equatorial Guinea",
247 "Estonia",
248 "Ethiopia",
249 "Fiji",
250 "Finland",
251 "France",
252 "French Guiana",
253 "French Polynesia",
254 "Gabon",
255 "Georgia",
256 "Germany",
257 "Ghana",
258 "Greece",
259 "Guadeloupe",
260 "Guatemala",
261 "Guinea",
262 "Guyana",
263 "Haiti",
264 "Honduras",
265 "Hong Kong",
266 "Hungary",
267 "Iceland",
268 "India",
269 "Indonesia",
270 "Iran",
271 "Iraq",
272 "Ireland",
273 "Israel",
274 "Italy",
275 "Ivory Coast",
276 "Jamaica",
277 "Japan",
278 "Jordan",
279 "Kazakhstan",
280 "Kenya",
281 "Kosovo",
282 "Kuwait",
283 "Kyrgyzstan",
284 "Laos",
285 "Latvia",
286 "Lebanon",
287 "Liberia",
288 "Libya",
289 "Lithuania",
290 "Luxembourg",
291 "Macao",
292 "Macedonia",
293 "Madagascar",
294 "Malawi",
295 "Malaysia",
296 "Maldives",
297 "Mali",
298 "Malta",
299 "Martinique",
300 "Mauritania",
301 "Mauritius",
302 "Mexico",
303 "Moldova",
304 "Mongolia",
305 "Montenegro",
306 "Morocco",
307 "Mozambique",
308 "Myanmar [Burma]",
309 "Nepal",
310 "Netherlands",
311 "New Caledonia",
312 "New Zealand",
313 "Nicaragua",
314 "Niger",
315 "Nigeria",
316 "Norway",
317 "Oman",
318 "Pakistan",
319 "Palestine",
320 "Panama",
321 "Papua New Guinea",
322 "Paraguay",
323 "Peru",
324 "Philippines",
325 "Poland",
326 "Portugal",
327 "Puerto Rico",
328 "Qatar",
329 "Republic of the Congo",
330 "Romania",
331 "Russia",
332 "Rwanda",
333 "Réunion",
334 "Saint Lucia",
335 "Saint Vincent and the Grenadines",
336 "Saudi Arabia",
337 "Senegal",
338 "Serbia",
339 "Seychelles",
340 "Sierra Leone",
341 "Singapore",
342 "Slovakia",
343 "Slovenia",
344 "Somalia",
345 "South Africa",
346 "South Korea",
347 "South Sudan",
348 "Spain",
349 "Sri Lanka",
350 "Sudan",
351 "Suriname",
352 "Swaziland",
353 "Sweden",
354 "Switzerland",
355 "Syria",
356 "São Tomé and Príncipe",
357 "Taiwan",
358 "Tajikistan",
359 "Tanzania",
360 "Thailand",
361 "Tier 2",
362 "Tier 3",
363 "Tier 4",
364 "Tier US",
365 "Togo",
366 "Trinidad and Tobago",
367 "Tunisia",
368 "Turkey",
369 "Turkmenistan",
370 "Turks and Caicos Islands",
371 "Uganda",
372 "Ukraine",
373 "United Arab Emirates",
374 "United Kingdom",
375 "Uruguay",
376 "Uzbekistan",
377 "Venezuela",
378 "Vietnam",
379 "Yemen",
380 "Zambia",
381 "Zimbabwe"
382 ],
383 "type": "string",
384 "description": "",
385 "default": "Tier 1"
386 },
387 "period": {
388 "title": "Period",
389 "enum": [
390 "latest",
391 "date"
392 ],
393 "type": "string",
394 "description": "",
395 "default": "latest"
396 },
397 "date": {
398 "title": "Set date",
399 "type": "string",
400 "description": "Will fail if it doesn't exist. Format: 20YY-MM-01",
401 "default": ""
402 },
403 "size": {
404 "title": "App Size",
405 "enum": [
406 "overall",
407 "large",
408 "medium",
409 "small"
410 ],
411 "type": "string",
412 "description": "",
413 "default": "overall"
414 },
415 "delay": {
416 "title": "Delay",
417 "minimum": 1,
418 "maximum": 30,
419 "type": "integer",
420 "description": "Waiting time between requests.",
421 "default": 2
422 },
423 "proxy": {
424 "title": "Proxy configuration",
425 "type": "object",
426 "description": "Select proxies to be used by your crawler."
427 }
428 }
429 },
430 "runsResponseSchema": {
431 "type": "object",
432 "properties": {
433 "data": {
434 "type": "object",
435 "properties": {
436 "id": {
437 "type": "string"
438 },
439 "actId": {
440 "type": "string"
441 },
442 "userId": {
443 "type": "string"
444 },
445 "startedAt": {
446 "type": "string",
447 "format": "date-time",
448 "example": "2025-01-08T00:00:00.000Z"
449 },
450 "finishedAt": {
451 "type": "string",
452 "format": "date-time",
453 "example": "2025-01-08T00:00:00.000Z"
454 },
455 "status": {
456 "type": "string",
457 "example": "READY"
458 },
459 "meta": {
460 "type": "object",
461 "properties": {
462 "origin": {
463 "type": "string",
464 "example": "API"
465 },
466 "userAgent": {
467 "type": "string"
468 }
469 }
470 },
471 "stats": {
472 "type": "object",
473 "properties": {
474 "inputBodyLen": {
475 "type": "integer",
476 "example": 2000
477 },
478 "rebootCount": {
479 "type": "integer",
480 "example": 0
481 },
482 "restartCount": {
483 "type": "integer",
484 "example": 0
485 },
486 "resurrectCount": {
487 "type": "integer",
488 "example": 0
489 },
490 "computeUnits": {
491 "type": "integer",
492 "example": 0
493 }
494 }
495 },
496 "options": {
497 "type": "object",
498 "properties": {
499 "build": {
500 "type": "string",
501 "example": "latest"
502 },
503 "timeoutSecs": {
504 "type": "integer",
505 "example": 300
506 },
507 "memoryMbytes": {
508 "type": "integer",
509 "example": 1024
510 },
511 "diskMbytes": {
512 "type": "integer",
513 "example": 2048
514 }
515 }
516 },
517 "buildId": {
518 "type": "string"
519 },
520 "defaultKeyValueStoreId": {
521 "type": "string"
522 },
523 "defaultDatasetId": {
524 "type": "string"
525 },
526 "defaultRequestQueueId": {
527 "type": "string"
528 },
529 "buildNumber": {
530 "type": "string",
531 "example": "1.0.0"
532 },
533 "containerUrl": {
534 "type": "string"
535 },
536 "usage": {
537 "type": "object",
538 "properties": {
539 "ACTOR_COMPUTE_UNITS": {
540 "type": "integer",
541 "example": 0
542 },
543 "DATASET_READS": {
544 "type": "integer",
545 "example": 0
546 },
547 "DATASET_WRITES": {
548 "type": "integer",
549 "example": 0
550 },
551 "KEY_VALUE_STORE_READS": {
552 "type": "integer",
553 "example": 0
554 },
555 "KEY_VALUE_STORE_WRITES": {
556 "type": "integer",
557 "example": 1
558 },
559 "KEY_VALUE_STORE_LISTS": {
560 "type": "integer",
561 "example": 0
562 },
563 "REQUEST_QUEUE_READS": {
564 "type": "integer",
565 "example": 0
566 },
567 "REQUEST_QUEUE_WRITES": {
568 "type": "integer",
569 "example": 0
570 },
571 "DATA_TRANSFER_INTERNAL_GBYTES": {
572 "type": "integer",
573 "example": 0
574 },
575 "DATA_TRANSFER_EXTERNAL_GBYTES": {
576 "type": "integer",
577 "example": 0
578 },
579 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
580 "type": "integer",
581 "example": 0
582 },
583 "PROXY_SERPS": {
584 "type": "integer",
585 "example": 0
586 }
587 }
588 },
589 "usageTotalUsd": {
590 "type": "number",
591 "example": 0.00005
592 },
593 "usageUsd": {
594 "type": "object",
595 "properties": {
596 "ACTOR_COMPUTE_UNITS": {
597 "type": "integer",
598 "example": 0
599 },
600 "DATASET_READS": {
601 "type": "integer",
602 "example": 0
603 },
604 "DATASET_WRITES": {
605 "type": "integer",
606 "example": 0
607 },
608 "KEY_VALUE_STORE_READS": {
609 "type": "integer",
610 "example": 0
611 },
612 "KEY_VALUE_STORE_WRITES": {
613 "type": "number",
614 "example": 0.00005
615 },
616 "KEY_VALUE_STORE_LISTS": {
617 "type": "integer",
618 "example": 0
619 },
620 "REQUEST_QUEUE_READS": {
621 "type": "integer",
622 "example": 0
623 },
624 "REQUEST_QUEUE_WRITES": {
625 "type": "integer",
626 "example": 0
627 },
628 "DATA_TRANSFER_INTERNAL_GBYTES": {
629 "type": "integer",
630 "example": 0
631 },
632 "DATA_TRANSFER_EXTERNAL_GBYTES": {
633 "type": "integer",
634 "example": 0
635 },
636 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
637 "type": "integer",
638 "example": 0
639 },
640 "PROXY_SERPS": {
641 "type": "integer",
642 "example": 0
643 }
644 }
645 }
646 }
647 }
648 }
649 }
650 }
651 }
652}
Appodeal Benchmark 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 Appodeal Benchmark 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:
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Jan 2025
Modified 20 days ago