Files
2025-09-12 12:28:24 -04:00
..
2025-09-12 12:28:24 -04:00
2025-09-12 12:28:24 -04:00
2025-09-12 12:28:24 -04:00
2025-09-12 12:28:24 -04:00
2025-09-12 12:28:24 -04:00
2025-09-12 12:28:24 -04:00
2025-09-12 12:28:24 -04:00

TopMarket Scraper

A web scraper built with Crawlee for JavaScript.

Setup

  1. Install dependencies:

    npm install
    
  2. Run the scraper:

    npm start
    

Configuration

Edit src/main.js to:

  • Change the startUrls array to target your desired websites
  • Modify the requestHandler to extract the data you need
  • Adjust maxRequestsPerCrawl to control crawling limits

Output

Scraped data is saved to the storage/datasets/default directory in JSON format.