Skip to content

gemwalletcom/google-play-api

This branch is 1 commit ahead of facundoolano/google-play-api:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff7963b · Sep 10, 2024

History

53 Commits
Nov 15, 2023
Feb 6, 2024
May 9, 2016
Dec 30, 2016
Sep 10, 2024
Jan 20, 2019
Nov 15, 2023
Mar 29, 2024
Feb 6, 2024
Feb 6, 2024

Repository files navigation

google-play-api

Turns google-play-scraper into a RESTful API.

To run locally:

npm install
npm start

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/

About

Turns google-play-scraper into a RESTful API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • JavaScript 95.5%
  • Dockerfile 4.5%