Play Store APK Downloader (Unofficial) avatar

Play Store APK Downloader (Unofficial)

Pricing

from $0.05 / successful apk download

Go to Apify Store
Play Store APK Downloader (Unofficial)

Play Store APK Downloader (Unofficial)

Unofficial. Download an APK and split APKs from a Play Store URL or package name. Not affiliated with Google.

Pricing

from $0.05 / successful apk download

Rating

0.0

(0)

Developer

Pranjal

Pranjal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Unofficial. Not affiliated with, endorsed by, or associated with Google or the Google Play Store.

Paste a Play Store URL (or a package name like com.whatsapp). The Actor fetches the latest arm64 build and stores base APK + split APKs (and OBB / asset packs when Play offers them) as apk.zip.

Most Play apps are Android App Bundles. There is no single universal APK. The zip has everything needed to install.

Input

FieldRequiredNotes
playstoreUrlyesPlay listing URL or package name
{
"playstoreUrl": "https://play.google.com/store/apps/details?id=com.whatsapp"
}

Output

  • Key-value store apk.zip — the APK files
  • Dataset — title, package, version, size, and a public apkUrl

Install a split build:

unzip apk.zip -d app
adb install-multiple app/*.apk

If the zip includes .obb files, copy them to /sdcard/Android/obb/<package>/ on the device.

The base APK alone will not run when native libraries live in a config.<abi> split.

Pricing

Charged only after apk.zip is stored:

EventWhenPrice
apk-downloadedonce per successful run$0.05
apk-megabyteonce per MB of apk.zip (rounded up)$0.002

Examples: 25 MB → $0.10; 200 MB → $0.45; 500 MB → $1.05.

Failed runs are not charged.

Limits

  • Public free apps only. Paid and region-locked apps usually fail.
  • This is unofficial Play access. Tokens and delivery can break without notice.
  • Large games need more than the default 4 GB of memory.
  • Give the Actor at least 2 GB.