This is educational Tutorial for a simple example to extracting data from Amazon.ae (Today's Deals for MEN & Women Footwear) I will be covering the basics of web scraping in Go using Fiber & Colly frameworks Libarary .
Colly is an open-source web scraping framework written in Go. It provides a simple and flexible API for performing web scraping tasks, making it a popular choice among Go developers. Colly uses Go's concurrency features to efficiently handle multiple requests and extract data from websites. It offers a wide range of customization options, including the ability to set request headers, handle cookies, ..etc Will Extract Products Name & Price as sample but you can extract more data like URL & Images .
Prerequisites Firstly Sure you need to have Golang and Fiber installed. Install Colly Frameware.