Skip to content

moinulmoin/web-scraper-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper Starter

Introduction

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.

Local Setup

  1. Clone the repository.
  2. Install dependencies with bun install.
  3. Create a .env file from .env.example and add your Redis host and port.
  4. Start the development server with bun run dev.

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published