{"id":51569,"library":"gocolly-colly-v2","title":"Colly Web Scraping Framework","description":"A fast and flexible HTTP scraping framework for Go, supporting parallel scraping, caching, and extensions.","status":"active","version":"2.3.0","language":"go","source_language":null,"source_url":"https://github.com/gocolly/colly","tags":["scraping","http","crawler","html","web"],"install":[{"cmd":"go get github.com/gocolly/colly/v2","lang":"bash","label":"Install github.com/gocolly/colly/v2"}],"dependencies":[],"imports":[{"symbol":"colly","correct":"github.com/gocolly/colly/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gocolly/colly/v2\"\n)\n\nfunc main() {\n\tc := colly.NewCollector()\n\tc.OnHTML(\"title\", func(e *colly.HTMLElement) {\n\t\tfmt.Println(\"Title:\", e.Text)\n\t})\n\tc.Visit(\"https://example.com\")\n}","lang":"go","description":"Scrape the title of a webpage"},"warnings":[],"env_vars":null,"search_vec":"'cach':17 'colli':1 'crawler':22 'extens':19 'fast':6 'flexibl':8 'framework':4,11 'go':13 'html':23 'http':9,21 'parallel':15 'scrape':3,10,16,20 'support':14 'web':2,24","created_at":"2026-06-15T06:21:57.316399+00:00","updated_at":"2026-06-15T06:21:57.316399+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gocolly/colly","github":"https://github.com/gocolly/colly","docs":"https://pkg.go.dev/github.com/gocolly/colly/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}