Web development articles for project-based learning

"json " tag

How to build a web scraper with Go and Colly

By Shaii

In this tutorial, we will learn how to build a web scraper with Go and Colly. We will also learn how to save our scraped data into a JSON file. Sometimes some things just don’t have an API. In those kinds of cases, you can always just write a little web scraper to help you get the data you need.

GOLANG TUTORIAL WEB SCRAPER JSON