Skip to content

tony199555/gps-webtask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gps-webtask

Turns google-play-scraper into a RESTful API that can be deployed using webtask.io.

To run locally:

npm run start

To run in webtask (requires an initialized wt-cli and webtask-bundle):

npm run push

Example requests

Get the top free apps (default list)

GET /gps-api/apps/

Get the top free apps with full detail

GET /gps-api/apps/?fullDetail=true

Get the top selling action games in russia

GET /gps-api/apps/?collection=topselling_paid&category=GAME_ACTION&country=ru

Get an app detail

GET /gps-api/apps/com.dxco.pandavszombies/

Get an app detail in spanish

GET /gps-api/apps/com.dxco.pandavszombies/?lang=es

Get similar apps

GET /gps-api/apps/com.dxco.pandavszombies/similar/

Get an app's reviews

GET /gps-api/apps/com.dxco.pandavszombies/reviews/

Search apps

GET /gps-api/apps/?q=facebook 

Get search suggestions for a partial term

GET /gps-api/apps/?suggest=face

Get apps by developer

GET /gps-api/developers/DxCo%20Games/

The parameters are taken directly from google-play-scraper. For a full reference check its documentation.

About

Turns google-play-scraper into a RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%