This Go-based scraper collects information about English books from the Diwan Egypt online bookstore. It extracts details such as the book’s name, URL, image, and price, and stores the data in a database for further analysis.
- Scrapes book details such as title, price, image, and URL from multiple pages.
- Stores the collected data in a CSV file.
- Handles multiple pages without hardcoding page numbers (Web Crawling).