Skip to content

Instantly share code, notes, and snippets.

@alexcmgit
Last active February 13, 2023 23:30
Show Gist options
  • Save alexcmgit/a219c605d7736e9d8b53456576c345cc to your computer and use it in GitHub Desktop.
Save alexcmgit/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