An open API service indexing awesome lists of open source software.

https://github.com/neguindev/scraper-web

Scraper Web is an Electron application that leverages Playwright for efficient and automated web scraping.
https://github.com/neguindev/scraper-web

Last synced: over 1 year ago
JSON representation

Scraper Web is an Electron application that leverages Playwright for efficient and automated web scraping.

Awesome Lists containing this project

README

          

# Scraper Web

## Description

Scraper Web is an Electron application that leverages Playwright for efficient and automated web scraping.

## Requirements

- Node.js
- Electron
- Playwright

## Installation

Clone the repository:

```bash
git clone https://github.com/NeguinDev/scraper-web.git
```

Install the dependencies:

```bash
npm install
```

## Usage

To start the project, run:

```bash
npm start
```

Or for development:

```bash
npm run start:dev
```

## Features

### Graphical Interface

The graphical interface allows you to start, pause, and stop the scraping process.

### Web Scraping

The project uses Playwright to navigate through web pages and collect data.

### Code Generation

The project also generates code for making HTTP requests, making it easier to replicate the scraping.

## Contribution

Feel free to contribute to the project. Open a PR or an issue for discussions.

## License

ISC