Registry / http-client / gocolly-colly-v2

gocolly-colly-v2

JSON →
library2.3.0gogounverified

A fast and flexible HTTP scraping framework for Go, supporting parallel scraping, caching, and extensions.

go get github.com/gocolly/colly/v2
INSTALL
IMPORT
SIG · GOCOLLY-COLLY-V2
G
gocolly-colly-v2
http-clientgov2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

colly
github.com/gocolly/colly/v2

Scrape the title of a webpage

package main import ( "fmt" "github.com/gocolly/colly/v2" ) func main() { c := colly.NewCollector() c.OnHTML("title", func(e *colly.HTMLElement) { fmt.Println("Title:", e.Text) }) c.Visit("https://example.com") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
gocolly-colly-v2 — go get gocolly-colly-v2 · libregistry