gocolly/colly

Elegant Scraper and Crawler Framework for Golang

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 47 minutes ago
Added to GitGenius on September 2nd, 2026
Created on September 29th, 2017
Open Issues & Pull Requests: 194 (+0)
GitHub issues: Enabled
Number of forks: 1,857
Total Stargazers: 25,502 (+0)
Total Subscribers: 316 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.6 days
Mean response time: 117.2 days
90th percentile: 287.9 days
Tracked items: 55

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 18% of issues opened in the past year have been closed. Three people close 76% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,201 days
Stale 30+ days: 14
Stale 90+ days: 11

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (6)
  • question (5)
  • help wanted (2)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Colly is a scraping and crawling framework for Go that provides a clean interface for extracting structured data from websites.

The tool addresses the need to build web scrapers and crawlers by offering a unified API that handles the common concerns of HTTP requests, parsing, and data extraction. It manages request delays and concurrency per domain automatically, handles cookies and sessions, supports both synchronous and asynchronous scraping patterns, and includes built-in caching and robots.txt compliance. The framework can process over one thousand requests per second on a single core and automatically handles encoding conversion for non-unicode responses.

Colly suits Go developers building data extraction tools, whether for one-off scraping tasks or distributed crawling operations. It works well for projects ranging from simple website data mining to complex archival systems. The framework's support for distributed scraping, environment variable configuration, and extensions makes it adaptable to different scales and requirements. Developers should choose it if they need a Go-native solution with straightforward APIs and built-in performance optimizations rather than managing these concerns manually.

The project maintains active engagement with its community through issue tracking and maintains a collection of documented examples. The tool has been adopted across diverse use cases including search engines, game databases, media downloaders, and specialized domain scrapers, indicating sustained real-world utility and stability.