Multithreaded Java web scraper with output written to CSV, JSON, and MySQL database

Опубликовано: 26 Март 2026
на канале: Bernard Lago
3,102
14

Donate link:: https://www.paypal.me/BernardLago

This AmazonWebScraper is created using Java/Jsoup.
Scraping is multithreaded - meaning each category will be scraped simultaneously

This demo will scrape Top 100 books from Amazon for 3 categories:
new-releases
movers-and-shakers
bestsellers

Input is a CSV file containing the list of URLs.

Output is written to:
Log
CSV file(s)
JSON file(s)
Database entries (MySQL)