Turns app-store-scraper into a RESTful API.
This port is inspired by google-play-api as there was no app store version available.
To run locally:
npm install
npm start
The parameters for each endpoint are taken directly from app-store-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=trueGet the top selling action games in russia
GET /api/apps/?collection=topselling_paid&category=GAME_ACTION&country=ruGet an app detail
GET /api/apps/org.wikimedia.wikipedia/You can also use the id instead of the appId
GET /api/apps/324715238/Get an app detail in spanish
GET /api/apps/org.wikimedia.wikipedia/?lang=esGet app required privacy with full descriptions
(use the id not the appId)
GET /api/apps/324715238/privacy/Get similar apps
GET /api/apps/org.wikimedia.wikipedia/similar/Get an app's reviews
(use the id not the appId)
GET /api/apps/324715238/reviews/Get an app's ratings
(use the id not the appId)
GET /api/apps/org.wikimedia.wikipedia/ratings/Search apps
GET /api/apps/?q=facebookGet search suggestions for a partial term
GET /api/apps/?suggest=faceGet apps by developer (use the numeric id and not the string)
GET /api/developers/324715241/