Skip to content

fathikhalil/Amazon-webscrapper-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping in Golang using Fiber Framework and Colly Framework

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.

1 2 3 4 output

About

Extracting data from Amazon.ae

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages