mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-06-07 18:13:53 +00:00
6193421fef
Add .gitignore for Node.js, package.json with dependencies (express, app-store-scraper, google-play-scraper), and package-lock.json. Update README with project description and usage instructions for API endpoints.
10 lines
453 B
Markdown
10 lines
453 B
Markdown
# Store Scraper
|
|
|
|
Host [google-play-scraper](https://github.com/facundoolano/google-play-scraper) and [app-store-scraper](https://github.com/facundoolano/app-store-scraper)
|
|
|
|
## 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.
|