• Stars
    star
    281
  • Rank 142,009 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Turns google-play-scraper into a RESTful API

google-play-api

Turns google-play-scraper into a RESTful API.

To run locally:

npm install
npm start

To run using now:

npm install -g now
now

Play With Docker

Try in PWDDeploy to Heroku

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/org.wikipedia/

Get an app detail in spanish

GET /api/apps/org.wikipedia/?lang=es

Get app required permissions with full descriptions

GET /api/apps/org.wikipedia/permissions/

Get app required permissions (short list)

GET /api/apps/org.wikipedia/permissions/?short=true

Get app data safety information

GET /api/apps/org.wikipedia/datasafety/

Get similar apps

GET /api/apps/org.wikipedia/similar/

Get an app's reviews

GET /api/apps/org.wikipedia/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/Wikimedia%20Foundation/

Get categories

GET /api/categories/