android-market-api | Automatically exported from | Android library
kandi X-RAY | android-market-api Summary
kandi X-RAY | android-market-api Summary
This library allow you to ask directly google's official android market servers for information, search for apps, ... Main target is java but it can be easily adapted to other languages since it's Google ProtoBuf based.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Main entry point for testing
- Download an asset download
- Login to Google
- Performs an HTTP POST request
- Execute a request
- Executes HTTP POST request
- Executes raw http request
- Encodes a byte array into a base 64 string
- Encodes the given byte buffer to the given character buffer
- Encodes the given source and destination arrays
- Encodes the given byte buffer to the given output
- Encodes the given source and destination arrays
- Decode a base64 - encoded file
- Creates a base64 encoded string
- Query categories
- Returns the error message corresponding to the given error code
android-market-api Key Features
android-market-api Examples and Code Snippets
Community Discussions
Trending Discussions on android-market-api
QUESTION
I am looking for a way how to get app versionCode and VersionName from google play with package name via java app in PC. I have seen: https://androidquery.appspot.com/ but it not working anymore and also https://code.google.com/archive/p/android-market-api/ started to making problems and also stopped working, and it requer device ID. Can you help me with some simple solution or API for this? Very important, i need versionCode and VersionName and VersionName is relatively easy to get by parsing html google play app site. The versionCode is very important.
...ANSWER
Answered 2017-Jul-24 at 18:10There is no official Google Play API, Playstore uses an internal protobuf API which is not documented and not open. IMHO, you could :
- use an open source library that reverse engineer the API
- scrap apk download sites that have already extracted this information (most likely via the same protobuf Google Play API)
Note that there is a Google Play developer API but you can't list your apks, versions, apps. It's essentially used to manage the app distribution, reviews, edits etc..
Google play internal API play-store-api Java libraryThis library uses Google Play Store protobuf API (undocumented and closed API) and requires an email/password to generate a token that can be reused to play with the API :
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install android-market-api
You can use android-market-api like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the android-market-api component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page