mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-08-30 18:22:35 +00:00
16 lines
729 B
Markdown
16 lines
729 B
Markdown
# store-scraper-api
|
|
|
|
Host [google-play-scraper](https://github.com/facundoolano/google-play-scraper) and [app-store-scraper](https://github.com/facundoolano/app-store-scraper) on [Vercel](https://vercel.com).
|
|
|
|
[](https://vercel.com/new/clone?repository-url=https://github.com/tiennm99/store-scraper-api)
|
|
|
|
## Demo
|
|
|
|
<https://store-scraper-api.vercel.app> — live demo on Vercel free tier, public use.
|
|
|
|
## Usage
|
|
|
|
POST requests to `/apple/:method` or `/google/:method` with JSON body params.
|
|
|
|
See [app-store-scraper docs](https://github.com/facundoolano/app-store-scraper) and [google-play-scraper docs](https://github.com/facundoolano/google-play-scraper) for method params details.
|