Skip to content

autumnleaf-ra/web-scraper-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper

Simple Scraper with export CSV

Tech Stack

  1. Golang

External packages :

  • gocolly

Prerequisites

Enter the following command to install sql driver for mysql, gin and gorm in the project.

go get github.com/gocolly/colly

Running Scraper

go run main.go

Function

  1. Retrieve product data from the website as needed such as url, image, name and price.
  2. Export into CSV file.

Reference

Web Scraping in Golang: Complete Guide 2023

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages