![App Store Reviews: The Fastest, Cheapest and Most Reliable avatar](https://images.apifyusercontent.com/UBRlC4hsj11tW9GBFDO8qlrB_-LK38a8EcoQCSUX12I/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vRHR4TkhDd0E0R0Q0a2xHMEMtYWN0b3ItY1M5Ym9CZ1FCblVnbERTV1gtN3JrVkQwTFdPeC1leHRlbnNpb25faWNvbl8lMjg1JTI5LnBuZw.webp)
App Store Reviews: The Fastest, Cheapest and Most Reliable
Pay $0.10 for 1,000 reviews
![App Store Reviews: The Fastest, Cheapest and Most Reliable](https://images.apifyusercontent.com/UBRlC4hsj11tW9GBFDO8qlrB_-LK38a8EcoQCSUX12I/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vRHR4TkhDd0E0R0Q0a2xHMEMtYWN0b3ItY1M5Ym9CZ1FCblVnbERTV1gtN3JrVkQwTFdPeC1leHRlbnNpb25faWNvbl8lMjg1JTI5LnBuZw.webp)
App Store Reviews: The Fastest, Cheapest and Most Reliable
Pay $0.10 for 1,000 reviews
Lightning-fast App Store review scraper that fetches up to 200 reviews per second across multiple countries. Extract valuable user feedback via App IDs or URLs, with custom mapping options. Affordable at $0.1 per 1000 reviews. Perfect for developers, marketers, and researchers.
You can access the App Store Reviews: The Fastest, Cheapest and Most Reliable 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": "0.0",
5 "x-build-id": "3xgceBCjHqGwcUJBh"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/agents~appstore-reviews/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-agents-appstore-reviews",
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/agents~appstore-reviews/runs": {
50 "post": {
51 "operationId": "runs-sync-agents-appstore-reviews",
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/agents~appstore-reviews/run-sync": {
93 "post": {
94 "operationId": "run-sync-agents-appstore-reviews",
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 "properties": {
134 "appIds": {
135 "title": "App Store IDs",
136 "type": "array",
137 "description": "App Store IDs you want to retrieve the data from. They can be found at the end of the URL of the app in the App Store. It should be without `id`.",
138 "items": {
139 "type": "string"
140 }
141 },
142 "country": {
143 "title": "Country",
144 "enum": [
145 "us",
146 "af",
147 "al",
148 "dz",
149 "ao",
150 "ai",
151 "ag",
152 "ar",
153 "am",
154 "au",
155 "at",
156 "az",
157 "bs",
158 "bh",
159 "bb",
160 "by",
161 "be",
162 "bz",
163 "bj",
164 "bm",
165 "bt",
166 "bo",
167 "ba",
168 "bw",
169 "br",
170 "vg",
171 "bn",
172 "bg",
173 "bf",
174 "kh",
175 "cm",
176 "ca",
177 "cv",
178 "ky",
179 "td",
180 "cl",
181 "cn",
182 "co",
183 "cd",
184 "cg",
185 "cr",
186 "ci",
187 "hr",
188 "cy",
189 "cz",
190 "dk",
191 "dm",
192 "do",
193 "ec",
194 "eg",
195 "sv",
196 "ee",
197 "sz",
198 "fj",
199 "fi",
200 "fr",
201 "ga",
202 "gm",
203 "ge",
204 "de",
205 "gh",
206 "gr",
207 "gd",
208 "gt",
209 "gw",
210 "gy",
211 "hn",
212 "hk",
213 "hu",
214 "is",
215 "in",
216 "id",
217 "iq",
218 "ie",
219 "il",
220 "it",
221 "jm",
222 "jp",
223 "jo",
224 "kz",
225 "ke",
226 "kr",
227 "xk",
228 "kw",
229 "kg",
230 "la",
231 "lv",
232 "lb",
233 "lr",
234 "ly",
235 "lt",
236 "lu",
237 "mo",
238 "mg",
239 "mw",
240 "my",
241 "mv",
242 "ml",
243 "mt",
244 "mr",
245 "mu",
246 "mx",
247 "fm",
248 "md",
249 "mn",
250 "me",
251 "ms",
252 "ma",
253 "mz",
254 "mm",
255 "na",
256 "nr",
257 "np",
258 "nl",
259 "nz",
260 "ni",
261 "ne",
262 "ng",
263 "mk",
264 "no",
265 "om",
266 "pk",
267 "pw",
268 "pa",
269 "pg",
270 "py",
271 "pe",
272 "ph",
273 "pl",
274 "pt",
275 "qa",
276 "ro",
277 "ru",
278 "rw",
279 "st",
280 "sa",
281 "sn",
282 "rs",
283 "sc",
284 "sl",
285 "sg",
286 "sk",
287 "si",
288 "sb",
289 "za",
290 "es",
291 "lk",
292 "kn",
293 "lc",
294 "vc",
295 "sr",
296 "se",
297 "ch",
298 "tw",
299 "tj",
300 "tz",
301 "th",
302 "to",
303 "tt",
304 "tn",
305 "tr",
306 "tm",
307 "tc",
308 "ug",
309 "ua",
310 "ae",
311 "gb",
312 "uy",
313 "uz",
314 "vu",
315 "ve",
316 "vn",
317 "ye",
318 "zm",
319 "zw"
320 ],
321 "type": "string",
322 "description": "The App Store country that you would like to get the reviews from.",
323 "default": "us"
324 },
325 "startUrls": {
326 "title": "Start URLs",
327 "type": "array",
328 "description": "URLs to start with. It should be an application URL",
329 "items": {
330 "type": "string"
331 }
332 },
333 "maxItems": {
334 "title": "Maximum number of items on output",
335 "type": "integer",
336 "description": "Maximum number of items that you want as output."
337 },
338 "customMapFunction": {
339 "title": "Custom map function",
340 "type": "string",
341 "description": "Function that takes each of the objects as argument and returns data that will be mapped by the function itself. This function is not intended for filtering, please don't use it for filtering purposes or you will get banned automatically."
342 }
343 }
344 },
345 "runsResponseSchema": {
346 "type": "object",
347 "properties": {
348 "data": {
349 "type": "object",
350 "properties": {
351 "id": {
352 "type": "string"
353 },
354 "actId": {
355 "type": "string"
356 },
357 "userId": {
358 "type": "string"
359 },
360 "startedAt": {
361 "type": "string",
362 "format": "date-time",
363 "example": "2025-01-08T00:00:00.000Z"
364 },
365 "finishedAt": {
366 "type": "string",
367 "format": "date-time",
368 "example": "2025-01-08T00:00:00.000Z"
369 },
370 "status": {
371 "type": "string",
372 "example": "READY"
373 },
374 "meta": {
375 "type": "object",
376 "properties": {
377 "origin": {
378 "type": "string",
379 "example": "API"
380 },
381 "userAgent": {
382 "type": "string"
383 }
384 }
385 },
386 "stats": {
387 "type": "object",
388 "properties": {
389 "inputBodyLen": {
390 "type": "integer",
391 "example": 2000
392 },
393 "rebootCount": {
394 "type": "integer",
395 "example": 0
396 },
397 "restartCount": {
398 "type": "integer",
399 "example": 0
400 },
401 "resurrectCount": {
402 "type": "integer",
403 "example": 0
404 },
405 "computeUnits": {
406 "type": "integer",
407 "example": 0
408 }
409 }
410 },
411 "options": {
412 "type": "object",
413 "properties": {
414 "build": {
415 "type": "string",
416 "example": "latest"
417 },
418 "timeoutSecs": {
419 "type": "integer",
420 "example": 300
421 },
422 "memoryMbytes": {
423 "type": "integer",
424 "example": 1024
425 },
426 "diskMbytes": {
427 "type": "integer",
428 "example": 2048
429 }
430 }
431 },
432 "buildId": {
433 "type": "string"
434 },
435 "defaultKeyValueStoreId": {
436 "type": "string"
437 },
438 "defaultDatasetId": {
439 "type": "string"
440 },
441 "defaultRequestQueueId": {
442 "type": "string"
443 },
444 "buildNumber": {
445 "type": "string",
446 "example": "1.0.0"
447 },
448 "containerUrl": {
449 "type": "string"
450 },
451 "usage": {
452 "type": "object",
453 "properties": {
454 "ACTOR_COMPUTE_UNITS": {
455 "type": "integer",
456 "example": 0
457 },
458 "DATASET_READS": {
459 "type": "integer",
460 "example": 0
461 },
462 "DATASET_WRITES": {
463 "type": "integer",
464 "example": 0
465 },
466 "KEY_VALUE_STORE_READS": {
467 "type": "integer",
468 "example": 0
469 },
470 "KEY_VALUE_STORE_WRITES": {
471 "type": "integer",
472 "example": 1
473 },
474 "KEY_VALUE_STORE_LISTS": {
475 "type": "integer",
476 "example": 0
477 },
478 "REQUEST_QUEUE_READS": {
479 "type": "integer",
480 "example": 0
481 },
482 "REQUEST_QUEUE_WRITES": {
483 "type": "integer",
484 "example": 0
485 },
486 "DATA_TRANSFER_INTERNAL_GBYTES": {
487 "type": "integer",
488 "example": 0
489 },
490 "DATA_TRANSFER_EXTERNAL_GBYTES": {
491 "type": "integer",
492 "example": 0
493 },
494 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
495 "type": "integer",
496 "example": 0
497 },
498 "PROXY_SERPS": {
499 "type": "integer",
500 "example": 0
501 }
502 }
503 },
504 "usageTotalUsd": {
505 "type": "number",
506 "example": 0.00005
507 },
508 "usageUsd": {
509 "type": "object",
510 "properties": {
511 "ACTOR_COMPUTE_UNITS": {
512 "type": "integer",
513 "example": 0
514 },
515 "DATASET_READS": {
516 "type": "integer",
517 "example": 0
518 },
519 "DATASET_WRITES": {
520 "type": "integer",
521 "example": 0
522 },
523 "KEY_VALUE_STORE_READS": {
524 "type": "integer",
525 "example": 0
526 },
527 "KEY_VALUE_STORE_WRITES": {
528 "type": "number",
529 "example": 0.00005
530 },
531 "KEY_VALUE_STORE_LISTS": {
532 "type": "integer",
533 "example": 0
534 },
535 "REQUEST_QUEUE_READS": {
536 "type": "integer",
537 "example": 0
538 },
539 "REQUEST_QUEUE_WRITES": {
540 "type": "integer",
541 "example": 0
542 },
543 "DATA_TRANSFER_INTERNAL_GBYTES": {
544 "type": "integer",
545 "example": 0
546 },
547 "DATA_TRANSFER_EXTERNAL_GBYTES": {
548 "type": "integer",
549 "example": 0
550 },
551 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
552 "type": "integer",
553 "example": 0
554 },
555 "PROXY_SERPS": {
556 "type": "integer",
557 "example": 0
558 }
559 }
560 }
561 }
562 }
563 }
564 }
565 }
566 }
567}
App Store Reviews: The Fastest, Cheapest and Most Reliable 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 App Store Reviews: The Fastest, Cheapest and Most Reliable 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
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 10 hours ago