node-google-play
node-google-play copied to clipboard
Get details and download apps from https://play.google.com by emulating an Android (Nexus 5X) device by default. For a rust version of this library check out https://github.com/dweinstein/rs-google-pl...
i there any way to access the top charts ranking through the API just like in the google play app ?
1) How could I use the search function to search by a specific attribute value? 2) How can I retrieve the nextPageUrl value in the response object and navigate to...
Would anyone object to adding an optional feature that collects and reports back metrics from their gpapi usage. Specifically I think it would benefit the community of users that currently...
Seems that "offset" param in the search() method doesn't do anything. The code below produces the following results: ``` javascript client.search('facebook', 5, 0) .then((results) => { console.log(results[0].child.map((e) => e.details.appDetails.packageName)); })...
I have a play store account with credit on it. How can I purchase an APK and download it? Thanks,