Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-store-api

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

Example requests

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=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.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=es

Get 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=facebook

Get search suggestions for a partial term

GET /api/apps/?suggest=face

Get apps by developer (use the numeric id and not the string)

GET /api/developers/324715241/

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages