A starter project for web scraping using Node.js and Playwright. This project demonstrates how to scrape data from a website using Playwright and store it in a database.
- Clone the repository.
- Install dependencies with
bun install
. - Create a
.env
file from.env.example
and add your Redis host and port. - Start the development server with
bun run dev
.
Scraping data from a website using headless browser, queues the data to Redis and then processes it in the background and stores it in a database.