Simple Scraper with export CSV
- Golang
- gocolly
Enter the following command to install sql driver for mysql, gin and gorm in the project.
go get github.com/gocolly/colly
go run main.go
- Retrieve product data from the website as needed such as url, image, name and price.
- Export into CSV file.