Skip to content

Instantly share code, notes, and snippets.

@alexrintt
Last active February 13, 2023 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexrintt/a219c605d7736e9d8b53456576c345cc to your computer and use it in GitHub Desktop.
Save alexrintt/a219c605d7736e9d8b53456576c345cc to your computer and use it in GitHub Desktop.
How to download PlayStore apks without PlayStore.

Disclaimer

The integrity of these apks is not guaranteed by PlayStore (neither I). It's up to you trust apkpure servers, do your checks before installing.


Send a GET request to this URL:

url = 'https://d.apkpure.com/b/APK/<app-package-id>?version=latest'

# e.g to download GitHub mobile app:
url = 'https://d.apkpure.com/b/APK/com.github.android?version=latest'

To see the app in the PlayStore:

url = 'https://play.google.com/store/apps/details?id=com.github.android'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment