Skip to content

TechnoStone-dev/Google-play-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-play-api

Turns google-play-scraper into a RESTful API.

To run locally:

npm install
npm start

How To Deploy Watch Video After 4:20

How To make own api

Site Techno Stone:

Play With Docker

Deploy on Railway

Example requests

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

Get the top free apps (default list)

GET /api/apps/

Get the top free apps with full detail

GET /api/apps/?fullDetail=true

Get the top selling action games in russia

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

Get an app detail

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

Get an app detail in spanish

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

Get app required permissions with full descriptions

GET /api/apps/com.dxco.pandavszombies/permissions/

Get app required permissions (short list)

GET /api/apps/com.dxco.pandavszombies/permissions/?short=true

Get similar apps

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

Get an app's reviews

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

Search apps

GET /api/apps/?q=facebook

Get search suggestions for a partial term

GET /api/apps/?suggest=face

Get apps by developer

GET /api/developers/DxCo%20Games/

Get categories

GET /api/categories/

About

The Simple And Easy to use and deploy Google play Store Rest Api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published