Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prantadas/play-scrapper
A Node.js-based scraper for extracting data from Google Play and the Apple App Store (Check the app's availability in a specific country). The scraper uses Puppeteer for automation and exports results to an Excel file.
https://github.com/prantadas/play-scrapper
excel-export puppeteer typescript
Last synced: 15 days ago
JSON representation
A Node.js-based scraper for extracting data from Google Play and the Apple App Store (Check the app's availability in a specific country). The scraper uses Puppeteer for automation and exports results to an Excel file.
- Host: GitHub
- URL: https://github.com/prantadas/play-scrapper
- Owner: PrantaDas
- Created: 2024-06-10T19:50:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T20:08:11.000Z (3 months ago)
- Last Synced: 2024-10-17T22:28:36.614Z (about 1 month ago)
- Topics: excel-export, puppeteer, typescript
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App Store Scraper
A Node.js-based scraper for extracting data from Google Play and the Apple App Store (Check the app's availability in a specific country). The scraper uses Puppeteer for automation and exports results to an Excel file.
## Features
- Scrapes data from Google Play or the Apple App Store.
- Interactive CLI for input.
- Exports results to an Excel file.## Installation
1. **Clone the Repository**
```bash
git clone [email protected]:PrantaDas/play-scrapper.git
cd play-scrapper
```2. **Install Dependencies**
```bash
npm install
```or
```bash
pnpm install
```## Usage
1. **Run the Scraper**
```bash
npm start
# or
yarn start
#or
pnpm start
```2. **Follow CLI Prompts** to configure the scraping.
## License
MIT License
## Contact
For questions, contact [[email protected]](mailto:[email protected]).