Files
site-scraper/README.md
T
2026-05-29 23:23:50 +03:00

288 B

Link Scraper

A lightweight API built with Express and Playwright to scrape and extract links from web pages.

Installation

npm install

Running the Application

Development Mode

npm run dev

Production Build

npm run build
npm start