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

453 B

Store Scraper

Host google-play-scraper and app-store-scraper

Usage

POST requests to /apple/:method or /google/:method with JSON body params.

See app-store-scraper docs and google-play-scraper docs for method params details.