Skip to content

Crawls Google Play store apps website, returning results as JSON

Notifications You must be signed in to change notification settings

kosmikko/google-play-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-play-search Build Status

Crawls Google Play store for app details

Install

Install with npm

npm install google-play-search --save

Example

var googlePlaySearch = require('google-play-search');
googlePlaySearch.fetch('com.google.android.music', function(err, gameData) {
  console.log(gameData);
});

Run tests

npm test

License

MIT © Mikko Lehtinen

About

Crawls Google Play store apps website, returning results as JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published