Files
store-scraper-api/README.md
T
tiennm99 6193421fef Initialize project with Node.js setup and docs
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.
2025-11-11 20:41:55 +07:00

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.