Apkmirror: Get Latest Download Url
Apkmirror via Parse · developer_tools
Gets the latest APK download URL for a specified app on APKMirror. Navigates the app page, finds the latest release version, selects the first available variant, and returns the direct download link with its key parameter. By default, beta versions are skipped in favor of stable releases. The app_slug identifies the developer and app name as they appear in the APKMirror URL path structure. Retrieves the latest APK download URL for any app hosted on APKMirror.com Fulfilled by Parse from www.apkmirror.com.
- apkmirror
- developer-tools
- entertainment
- other
- parse
- platform-key
- www-apkmirror-com
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e42793fb-c47d-4b49-87a5-6794a6de3495/get_latest_download_url
- Interface artifact
- sha256:0fa5f1dbfb09d5ba873747964d0c9adfe6c96dbf7bee35bdea162b8879864c93
- Manifest digest
- sha256:078e57d846bc9bfa514a59506603f4bb2956c3cbd4aef837ecb729987b9510f0
Request fields
- app_slug (string): The app slug in the format 'developer/app-name' as it appears in the APKMirror URL path (e.g. 'x-corp/twitter', 'google-inc/youtube', 'meta/instagram').: Allowed values: x-corp/twitter, google-inc/youtube
- include_beta (string): Whether to include beta versions when finding the latest release. Accepts 'true' or 'false'.: Allowed values: false, true
Example queries
- {"app_slug":"x-corp/twitter","include_beta":"false"}