mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
TopMarket Scraper
A web scraper built with Crawlee for JavaScript.
Setup
-
Install dependencies:
npm install -
Run the scraper:
npm start
Configuration
Edit src/main.js to:
- Change the
startUrlsarray to target your desired websites - Modify the
requestHandlerto extract the data you need - Adjust
maxRequestsPerCrawlto control crawling limits
Output
Scraped data is saved to the storage/datasets/default directory in JSON format.