{"id":13438245,"url":"https://github.com/alessandrodd/googleplay_api","last_synced_at":"2025-03-19T18:32:32.290Z","repository":{"id":26072512,"uuid":"100463120","full_name":"alessandrodd/googleplay_api","owner":"alessandrodd","description":"Google Play Unofficial Python 3 API Library","archived":false,"fork":false,"pushed_at":"2023-05-22T22:27:47.000Z","size":257,"stargazers_count":24,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-27T23:25:11.494Z","etag":null,"topics":["android","crawler","googleplay","googleplay-api","playstore"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alessandrodd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-16T07:52:04.000Z","updated_at":"2023-09-08T17:28:46.000Z","dependencies_parsed_at":"2024-10-27T21:26:46.231Z","dependency_job_id":null,"html_url":"https://github.com/alessandrodd/googleplay_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrodd%2Fgoogleplay_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrodd%2Fgoogleplay_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrodd%2Fgoogleplay_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandrodd%2Fgoogleplay_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alessandrodd","download_url":"https://codeload.github.com/alessandrodd/googleplay_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244483608,"owners_count":20460145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","crawler","googleplay","googleplay-api","playstore"],"created_at":"2024-07-31T03:01:03.962Z","updated_at":"2025-03-19T18:32:32.282Z","avatar_url":"https://github.com/alessandrodd.png","language":"Python","funding_links":[],"categories":["Android Security"],"sub_categories":["Market Crawlers"],"readme":"# Google Play Unofficial Python 3 API Library\n\nBased on the original googleplay-api project by Emilien Girault:\nhttps://github.com/egirault/googleplay-api\n\nAn unofficial Python API that let you search, browse and download Android apps from Google Play (formerly Android Market).\n\n## Disclaimer\n**This is not an official API. I am not afiliated with Google in any way, and am not responsible of any damage that could be done with it. Use it at your own risk.**\n\n## Dependencies\n* [Python 3.5+](http://www.python.org)\n* [Protocol Buffers](http://code.google.com/p/protobuf/)\n* [Requests](http://docs.python-requests.org/en/master/)\n* [Clint (used for command-line progress bar)](https://github.com/kennethreitz/clint)\n\nYou can install the required dependencies with _pip_ (a _requirements.txt_ file is provided for this purpose).\n\n## Requirements\nYou must create a `config.ini` file before using the provided scripts (you can copy `config.example.ini` and modify the required fields). First, you need to provide your phone's `androidID`:\n\n    # Google Service Framework ID (GSF ID)\n    android_id = 1234567890ABCDEF\n\nTo get your `androidID`, use `*#*#8255#*#*` on your phone to start *Gtalk Monitor*. The hex string listed after `aid` is your `androidID`.\n\nIn order to authenticate to Google Play, you also need to provide either your Google login and password, or a valid Google Play Store token.\n\n## Features\n\n- Get package details (description, permissions, price...)\n- Search for apps\n- List apps in (sub)categories\n- List apps similar to another app\n- List categories and subcategories\n- List reviews for a certain app\n- Download apks\n- Automatically throttle requests frequency to avoid server errors (Too Many Requests)\n- Results paging\n\n## Usage Examples\n    \u003e\u003e\u003e googleplay_api.googleplay import GooglePlayAPI\n    \u003e\u003e\u003e play_store = GooglePlayAPI(throttle=True)\n    \u003e\u003e\u003e play_store.login()\n    \u003e\u003e\u003e play_store.details(\"com.android.chrome\")\n    or\n    \u003e\u003e\u003e play_store.search(\"calculator app\", maxResults=100)\n    or\n    \u003e\u003e\u003e play_store.list(\"GAME_ARCADE\", \"apps_topselling_free\")\n    or\n    \u003e\u003e\u003e play_store.listSimilar(\"com.android.chrome\")\n    or\n    \u003e\u003e\u003e play_store.bulkDetails([\"com.android.chrome\", \"org.mozilla.firefo\"])\n    or\n    \u003e\u003e\u003e play_store.getPages(play_store.search(\"calculator app\"))\n    or\n    \u003e\u003e\u003e play_store.browse(\"GAME_ARCADE\")\n    or\n    \u003e\u003e\u003e play_store.reviews(\"com.android.chrome\")\n    or\n    \u003e\u003e\u003e play_store.download(\"com.android.chrome\", 307112552)\n\nCheck docstrings for more information.\n\n## License\n\nThis project is released under the BSD license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandrodd%2Fgoogleplay_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falessandrodd%2Fgoogleplay_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandrodd%2Fgoogleplay_api/lists"}