Documentation

Colly is a Golang framework for building web scrapers. With Colly you can build web scrapers of various complexity, from simple scraper to complex asynchronous website crawlers processing millions of web pages. Colly provides an API for performing network requests and for handling the received content (e.g. interacting with DOM tree of the HTML document).

Below you will find some of the most common and helpful pages from our documentation.

Also, check out GoDoc for API reference.