![Google Play Reviews: The Fastest, Cheapest and Most Reliable avatar](https://images.apifyusercontent.com/xXJ13WoRFcnB7jr8D-j6vl8VMWaUE1xEoKPSIqcwBVs/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vRHR4TkhDd0E0R0Q0a2xHMEMtYWN0b3ItRThqa0VwVk9oUTdoZVZGdU4tSWhEYXMycEJMQy1leHRlbnNpb25faWNvbl8lMjg0JTI5LnBuZw.webp)
Google Play Reviews: The Fastest, Cheapest and Most Reliable
Pay $0.10 for 1,000 reviews
![Google Play Reviews: The Fastest, Cheapest and Most Reliable](https://images.apifyusercontent.com/xXJ13WoRFcnB7jr8D-j6vl8VMWaUE1xEoKPSIqcwBVs/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vRHR4TkhDd0E0R0Q0a2xHMEMtYWN0b3ItRThqa0VwVk9oUTdoZVZGdU4tSWhEYXMycEJMQy1leHRlbnNpb25faWNvbl8lMjg0JTI5LnBuZw.webp)
Google Play Reviews: The Fastest, Cheapest and Most Reliable
Pay $0.10 for 1,000 reviews
Fast and efficient Google Play Store review scraper that extracts user feedback with precision. Set app IDs, customize parameters like country and language, and receive detailed review data including ratings, comments, and user info. Priced at $0.1 per 1000 reviews.
You can access the Google Play 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": "rysRCZLoKFhi88szm"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/agents~googleplay-reviews/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-agents-googleplay-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~googleplay-reviews/runs": {
50 "post": {
51 "operationId": "runs-sync-agents-googleplay-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~googleplay-reviews/run-sync": {
93 "post": {
94 "operationId": "run-sync-agents-googleplay-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": "Google Play IDs",
136 "type": "array",
137 "description": "Google Play IDs you want to retrieve the data from. They can be found in the URL of the app in the Google Play. ID field would be the required string in the URL https://play.google.com/store/apps/details?id=org.telegram.messenger&hl=tr&gl=US",
138 "items": {
139 "type": "string"
140 }
141 },
142 "country": {
143 "title": "Country",
144 "enum": [
145 "US",
146 "AR",
147 "AU",
148 "AT",
149 "BE",
150 "BR",
151 "CA",
152 "CL",
153 "CO",
154 "CZ",
155 "DK",
156 "FI",
157 "FR",
158 "DE",
159 "GR",
160 "HK",
161 "HU",
162 "IN",
163 "ID",
164 "IE",
165 "IT",
166 "JP",
167 "JO",
168 "KW",
169 "LB",
170 "LU",
171 "MY",
172 "MX",
173 "NL",
174 "NZ",
175 "NO",
176 "PY",
177 "PE",
178 "PH",
179 "PL",
180 "PT",
181 "RO",
182 "RU",
183 "SG",
184 "ZA",
185 "KR",
186 "ES",
187 "CH",
188 "TW",
189 "TH",
190 "TR",
191 "AE",
192 "GB",
193 "VE",
194 "VN"
195 ],
196 "type": "string",
197 "description": "The Google Play country that you would like to get the reviews from.",
198 "default": "US"
199 },
200 "language": {
201 "title": "Language",
202 "enum": [
203 "en",
204 "af",
205 "am",
206 "bg",
207 "ca",
208 "zh",
209 "zh-HK",
210 "zh-CN",
211 "zh-TW",
212 "hr",
213 "cs",
214 "da",
215 "nl",
216 "en-GB",
217 "en-US",
218 "et",
219 "fil",
220 "fi",
221 "fr",
222 "fr-CA",
223 "fr-FR",
224 "de",
225 "el",
226 "he",
227 "hi",
228 "hu",
229 "is",
230 "in",
231 "it",
232 "ja",
233 "ko",
234 "lv",
235 "lt",
236 "ms",
237 "no",
238 "pl",
239 "pt",
240 "pt-BR",
241 "pt-PT",
242 "ro",
243 "ru",
244 "sr",
245 "sk",
246 "sl",
247 "es",
248 "es-419",
249 "es-ES",
250 "sw",
251 "sv",
252 "th",
253 "tr",
254 "uk",
255 "vi",
256 "zu"
257 ],
258 "type": "string",
259 "description": "The Google Play language that you would like to get the reviews from.",
260 "default": "en"
261 },
262 "sort": {
263 "title": "Sort",
264 "enum": [
265 "NEWEST",
266 "RATING",
267 "HELPFULNESS"
268 ],
269 "type": "string",
270 "description": "Sort the reviews by the given criteria.",
271 "default": "NEWEST"
272 },
273 "startUrls": {
274 "title": "Start URLs",
275 "type": "array",
276 "description": "URLs to start with. It should be an application URL",
277 "items": {
278 "type": "string"
279 }
280 },
281 "maxItems": {
282 "title": "Maximum number of items on output",
283 "type": "integer",
284 "description": "Maximum number of items that you want as output."
285 },
286 "customMapFunction": {
287 "title": "Custom map function",
288 "type": "string",
289 "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."
290 }
291 }
292 },
293 "runsResponseSchema": {
294 "type": "object",
295 "properties": {
296 "data": {
297 "type": "object",
298 "properties": {
299 "id": {
300 "type": "string"
301 },
302 "actId": {
303 "type": "string"
304 },
305 "userId": {
306 "type": "string"
307 },
308 "startedAt": {
309 "type": "string",
310 "format": "date-time",
311 "example": "2025-01-08T00:00:00.000Z"
312 },
313 "finishedAt": {
314 "type": "string",
315 "format": "date-time",
316 "example": "2025-01-08T00:00:00.000Z"
317 },
318 "status": {
319 "type": "string",
320 "example": "READY"
321 },
322 "meta": {
323 "type": "object",
324 "properties": {
325 "origin": {
326 "type": "string",
327 "example": "API"
328 },
329 "userAgent": {
330 "type": "string"
331 }
332 }
333 },
334 "stats": {
335 "type": "object",
336 "properties": {
337 "inputBodyLen": {
338 "type": "integer",
339 "example": 2000
340 },
341 "rebootCount": {
342 "type": "integer",
343 "example": 0
344 },
345 "restartCount": {
346 "type": "integer",
347 "example": 0
348 },
349 "resurrectCount": {
350 "type": "integer",
351 "example": 0
352 },
353 "computeUnits": {
354 "type": "integer",
355 "example": 0
356 }
357 }
358 },
359 "options": {
360 "type": "object",
361 "properties": {
362 "build": {
363 "type": "string",
364 "example": "latest"
365 },
366 "timeoutSecs": {
367 "type": "integer",
368 "example": 300
369 },
370 "memoryMbytes": {
371 "type": "integer",
372 "example": 1024
373 },
374 "diskMbytes": {
375 "type": "integer",
376 "example": 2048
377 }
378 }
379 },
380 "buildId": {
381 "type": "string"
382 },
383 "defaultKeyValueStoreId": {
384 "type": "string"
385 },
386 "defaultDatasetId": {
387 "type": "string"
388 },
389 "defaultRequestQueueId": {
390 "type": "string"
391 },
392 "buildNumber": {
393 "type": "string",
394 "example": "1.0.0"
395 },
396 "containerUrl": {
397 "type": "string"
398 },
399 "usage": {
400 "type": "object",
401 "properties": {
402 "ACTOR_COMPUTE_UNITS": {
403 "type": "integer",
404 "example": 0
405 },
406 "DATASET_READS": {
407 "type": "integer",
408 "example": 0
409 },
410 "DATASET_WRITES": {
411 "type": "integer",
412 "example": 0
413 },
414 "KEY_VALUE_STORE_READS": {
415 "type": "integer",
416 "example": 0
417 },
418 "KEY_VALUE_STORE_WRITES": {
419 "type": "integer",
420 "example": 1
421 },
422 "KEY_VALUE_STORE_LISTS": {
423 "type": "integer",
424 "example": 0
425 },
426 "REQUEST_QUEUE_READS": {
427 "type": "integer",
428 "example": 0
429 },
430 "REQUEST_QUEUE_WRITES": {
431 "type": "integer",
432 "example": 0
433 },
434 "DATA_TRANSFER_INTERNAL_GBYTES": {
435 "type": "integer",
436 "example": 0
437 },
438 "DATA_TRANSFER_EXTERNAL_GBYTES": {
439 "type": "integer",
440 "example": 0
441 },
442 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
443 "type": "integer",
444 "example": 0
445 },
446 "PROXY_SERPS": {
447 "type": "integer",
448 "example": 0
449 }
450 }
451 },
452 "usageTotalUsd": {
453 "type": "number",
454 "example": 0.00005
455 },
456 "usageUsd": {
457 "type": "object",
458 "properties": {
459 "ACTOR_COMPUTE_UNITS": {
460 "type": "integer",
461 "example": 0
462 },
463 "DATASET_READS": {
464 "type": "integer",
465 "example": 0
466 },
467 "DATASET_WRITES": {
468 "type": "integer",
469 "example": 0
470 },
471 "KEY_VALUE_STORE_READS": {
472 "type": "integer",
473 "example": 0
474 },
475 "KEY_VALUE_STORE_WRITES": {
476 "type": "number",
477 "example": 0.00005
478 },
479 "KEY_VALUE_STORE_LISTS": {
480 "type": "integer",
481 "example": 0
482 },
483 "REQUEST_QUEUE_READS": {
484 "type": "integer",
485 "example": 0
486 },
487 "REQUEST_QUEUE_WRITES": {
488 "type": "integer",
489 "example": 0
490 },
491 "DATA_TRANSFER_INTERNAL_GBYTES": {
492 "type": "integer",
493 "example": 0
494 },
495 "DATA_TRANSFER_EXTERNAL_GBYTES": {
496 "type": "integer",
497 "example": 0
498 },
499 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
500 "type": "integer",
501 "example": 0
502 },
503 "PROXY_SERPS": {
504 "type": "integer",
505 "example": 0
506 }
507 }
508 }
509 }
510 }
511 }
512 }
513 }
514 }
515}
Google Play 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 Google Play 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