πŸ”₯ Google Play Api avatar

πŸ”₯ Google Play Api

Try for free

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

Go to Store
πŸ”₯ Google Play Api

πŸ”₯ Google Play Api

bebity/google-play-api
Try for free

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

πŸš€ Discover "Google Play API" by Apify! Get Apps: Explore apps πŸ“š. Get App Details: Crunchy details πŸ”. Get Similar Apps: Spot trends πŸš€. Search Apps: Powerful searching πŸ”₯. Get Developer Apps: Dive into a dev's creations πŸ‘¨β€πŸ’». Get App Reviews: Hear the users 🎀. Permissions πŸ›‘οΈ Categories 🌐 ...

You can access the πŸ”₯ Google Play Api 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": "C0zRJE2kNU4kGlvvR"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/bebity~google-play-api/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-bebity-google-play-api",
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/bebity~google-play-api/runs": {
50      "post": {
51        "operationId": "runs-sync-bebity-google-play-api",
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/bebity~google-play-api/run-sync": {
93      "post": {
94        "operationId": "run-sync-bebity-google-play-api",
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          "action"
135        ],
136        "properties": {
137          "action": {
138            "title": "πŸ”¨ Action",
139            "enum": [
140              "getApps",
141              "getAppDetails",
142              "getSimilarApps",
143              "searchApps",
144              "getDevelopperApps",
145              "getAppReviews",
146              "getAppPermissions",
147              "getCategories"
148            ],
149            "type": "string",
150            "description": "Select an action to perform",
151            "default": "getApps"
152          },
153          "num": {
154            "title": "πŸ”’ Number max of rows",
155            "type": "integer",
156            "description": "Number of rows to get",
157            "default": 200
158          },
159          "appIdOrUrl": {
160            "title": "πŸ”— App id or url",
161            "type": "string",
162            "description": "Provide app id or url here => 'com.google.android.apps.translate' or 'https://play.google.com/store/apps/details?id=com.google.android.apps.translate'"
163          },
164          "devIdOrUrl": {
165            "title": "πŸ”— Developer id or url",
166            "type": "string",
167            "description": "Provide developer id or url here => '5700313618786177705' or 'https://play.google.com/store/apps/dev?id=5700313618786177705'"
168          },
169          "category": {
170            "title": "πŸ“¦ Category",
171            "enum": [
172              "APPLICATION",
173              "ANDROID_WEAR",
174              "ART_AND_DESIGN",
175              "AUTO_AND_VEHICLES",
176              "BEAUTY",
177              "BOOKS_AND_REFERENCE",
178              "BUSINESS",
179              "COMICS",
180              "COMMUNICATION",
181              "DATING",
182              "EDUCATION",
183              "ENTERTAINMENT",
184              "EVENTS",
185              "FINANCE",
186              "FOOD_AND_DRINK",
187              "HEALTH_AND_FITNESS",
188              "HOUSE_AND_HOME",
189              "LIBRARIES_AND_DEMO",
190              "LIFESTYLE",
191              "MAPS_AND_NAVIGATION",
192              "MEDICAL",
193              "MUSIC_AND_AUDIO",
194              "NEWS_AND_MAGAZINES",
195              "PARENTING",
196              "PERSONALIZATION",
197              "PHOTOGRAPHY",
198              "PRODUCTIVITY",
199              "SHOPPING",
200              "SOCIAL",
201              "SPORTS",
202              "TOOLS",
203              "TRAVEL_AND_LOCAL",
204              "VIDEO_PLAYERS",
205              "WATCH_FACE",
206              "WEATHER",
207              "GAME",
208              "GAME_ACTION",
209              "GAME_ADVENTURE",
210              "GAME_ARCADE",
211              "GAME_BOARD",
212              "GAME_CARD",
213              "GAME_CASINO",
214              "GAME_CASUAL",
215              "GAME_EDUCATIONAL",
216              "GAME_MUSIC",
217              "GAME_PUZZLE",
218              "GAME_RACING",
219              "GAME_ROLE_PLAYING",
220              "GAME_SIMULATION",
221              "GAME_SPORTS",
222              "GAME_STRATEGY",
223              "GAME_TRIVIA",
224              "GAME_WORD",
225              "FAMILY"
226            ],
227            "type": "string",
228            "description": "Select app category"
229          },
230          "collection": {
231            "title": "πŸ†“ Collection",
232            "enum": [
233              "TOP_FREE",
234              "TOP_PAID",
235              "GROSSING"
236            ],
237            "type": "string",
238            "description": "Select your collection"
239          },
240          "age": {
241            "title": "🚸 Age",
242            "enum": [
243              "AGE_RANGE1",
244              "AGE_RANGE2",
245              "AGE_RANGE3"
246            ],
247            "type": "string",
248            "description": "Select age limitation"
249          },
250          "sort": {
251            "title": "⬆️ Order by",
252            "enum": [
253              "NEWEST",
254              "RATING",
255              "HELPFULNESS"
256            ],
257            "type": "string",
258            "description": "Select ordering",
259            "default": "NEWEST"
260          },
261          "lang": {
262            "title": "πŸ—£οΈ Default informations language",
263            "pattern": "^[a-z]{2}$",
264            "type": "string",
265            "description": "Provide language. Example: 'en' / 'fr' ...."
266          },
267          "country": {
268            "title": "🏴σ ₯󠁳󠁰󠁢󠁿 Default country",
269            "pattern": "^[a-z]{2}$",
270            "type": "string",
271            "description": "Provide country. Example: 'us' / 'fr' ...."
272          },
273          "fullDetail": {
274            "title": "βœ… Full details (more informations but make more requests)",
275            "type": "boolean",
276            "description": "If checked, more informations will be provided but more requests will be made",
277            "default": false
278          },
279          "search": {
280            "title": "πŸ”Ž Search",
281            "type": "string",
282            "description": "Provide search query"
283          },
284          "price": {
285            "title": "πŸ”– Price",
286            "enum": [
287              "all",
288              "free",
289              "paid"
290            ],
291            "type": "string",
292            "description": "Select price"
293          }
294        }
295      },
296      "runsResponseSchema": {
297        "type": "object",
298        "properties": {
299          "data": {
300            "type": "object",
301            "properties": {
302              "id": {
303                "type": "string"
304              },
305              "actId": {
306                "type": "string"
307              },
308              "userId": {
309                "type": "string"
310              },
311              "startedAt": {
312                "type": "string",
313                "format": "date-time",
314                "example": "2025-01-08T00:00:00.000Z"
315              },
316              "finishedAt": {
317                "type": "string",
318                "format": "date-time",
319                "example": "2025-01-08T00:00:00.000Z"
320              },
321              "status": {
322                "type": "string",
323                "example": "READY"
324              },
325              "meta": {
326                "type": "object",
327                "properties": {
328                  "origin": {
329                    "type": "string",
330                    "example": "API"
331                  },
332                  "userAgent": {
333                    "type": "string"
334                  }
335                }
336              },
337              "stats": {
338                "type": "object",
339                "properties": {
340                  "inputBodyLen": {
341                    "type": "integer",
342                    "example": 2000
343                  },
344                  "rebootCount": {
345                    "type": "integer",
346                    "example": 0
347                  },
348                  "restartCount": {
349                    "type": "integer",
350                    "example": 0
351                  },
352                  "resurrectCount": {
353                    "type": "integer",
354                    "example": 0
355                  },
356                  "computeUnits": {
357                    "type": "integer",
358                    "example": 0
359                  }
360                }
361              },
362              "options": {
363                "type": "object",
364                "properties": {
365                  "build": {
366                    "type": "string",
367                    "example": "latest"
368                  },
369                  "timeoutSecs": {
370                    "type": "integer",
371                    "example": 300
372                  },
373                  "memoryMbytes": {
374                    "type": "integer",
375                    "example": 1024
376                  },
377                  "diskMbytes": {
378                    "type": "integer",
379                    "example": 2048
380                  }
381                }
382              },
383              "buildId": {
384                "type": "string"
385              },
386              "defaultKeyValueStoreId": {
387                "type": "string"
388              },
389              "defaultDatasetId": {
390                "type": "string"
391              },
392              "defaultRequestQueueId": {
393                "type": "string"
394              },
395              "buildNumber": {
396                "type": "string",
397                "example": "1.0.0"
398              },
399              "containerUrl": {
400                "type": "string"
401              },
402              "usage": {
403                "type": "object",
404                "properties": {
405                  "ACTOR_COMPUTE_UNITS": {
406                    "type": "integer",
407                    "example": 0
408                  },
409                  "DATASET_READS": {
410                    "type": "integer",
411                    "example": 0
412                  },
413                  "DATASET_WRITES": {
414                    "type": "integer",
415                    "example": 0
416                  },
417                  "KEY_VALUE_STORE_READS": {
418                    "type": "integer",
419                    "example": 0
420                  },
421                  "KEY_VALUE_STORE_WRITES": {
422                    "type": "integer",
423                    "example": 1
424                  },
425                  "KEY_VALUE_STORE_LISTS": {
426                    "type": "integer",
427                    "example": 0
428                  },
429                  "REQUEST_QUEUE_READS": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "REQUEST_QUEUE_WRITES": {
434                    "type": "integer",
435                    "example": 0
436                  },
437                  "DATA_TRANSFER_INTERNAL_GBYTES": {
438                    "type": "integer",
439                    "example": 0
440                  },
441                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
442                    "type": "integer",
443                    "example": 0
444                  },
445                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
446                    "type": "integer",
447                    "example": 0
448                  },
449                  "PROXY_SERPS": {
450                    "type": "integer",
451                    "example": 0
452                  }
453                }
454              },
455              "usageTotalUsd": {
456                "type": "number",
457                "example": 0.00005
458              },
459              "usageUsd": {
460                "type": "object",
461                "properties": {
462                  "ACTOR_COMPUTE_UNITS": {
463                    "type": "integer",
464                    "example": 0
465                  },
466                  "DATASET_READS": {
467                    "type": "integer",
468                    "example": 0
469                  },
470                  "DATASET_WRITES": {
471                    "type": "integer",
472                    "example": 0
473                  },
474                  "KEY_VALUE_STORE_READS": {
475                    "type": "integer",
476                    "example": 0
477                  },
478                  "KEY_VALUE_STORE_WRITES": {
479                    "type": "number",
480                    "example": 0.00005
481                  },
482                  "KEY_VALUE_STORE_LISTS": {
483                    "type": "integer",
484                    "example": 0
485                  },
486                  "REQUEST_QUEUE_READS": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "REQUEST_QUEUE_WRITES": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "DATA_TRANSFER_INTERNAL_GBYTES": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
503                    "type": "integer",
504                    "example": 0
505                  },
506                  "PROXY_SERPS": {
507                    "type": "integer",
508                    "example": 0
509                  }
510                }
511              }
512            }
513          }
514        }
515      }
516    }
517  }
518}

πŸ”₯ Google Play Api 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 Api 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

  • 5 monthly users

  • 2 bookmarks

  • 97% runs succeeded

  • Created in Jul 2023

  • Modified 2 years ago

Categories