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: about 2 months 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.

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 git@github.com: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 [prantodas043@gmail.com](mailto:prantodas043@gmail.com).