google-play-api
Fetch metadata and reviews from Google Play using a RESTful API. Extend functionality with additional endpoints and privacy-friendly features for seamless integration into applications.
Author

srikanthlogic
MIT License
Quick Info
Tools 1
Last Updated 2026-02-19
Actions
Tags
apiapisgoogleplay apigoogle playapis http
Google Play API
Google Play API is a REST API wrapper originally built on top of google-play-scraper by Facundoolano to fetch metadata from Google Play. This repository extends it and adds additional endpoints.
API Server
The API Server is built on ExpressJS and self contains API documentation.
To run locally:
* Clone the repository and run
* npm install
* npm run generateoas - Generates the OpenAPI specification
* npm start
Deployments
The API Server can be installed as a Deta app.
Roadmap
- [ ] Expose more endpoints helping towards archiving.
- [ ] Support Global options
- [X] Deta Support. #34
- [X] Support Lists #36
- [X] Support privacy friendly reviews extraction #40
Disclaimer
- Google Play data is bound by terms of Google. We believe - the data in the Play Store ecosystem, belong to people (Users) and hence must be available to them in form that will allow them to make best use of.
