Registry / http-client / headzoo-surf

headzoo-surf

JSON →
library1.0.1gogounverified

Surf is a Go library that assembles other packages into a usable browser for web scraping and automation.

go get github.com/headzoo/surf
INSTALL
IMPORT
SIG · HEADZOO-SURF
H
headzoo-surf
http-clientgov1.0.1
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.

surf
github.com/headzoo/surf

Opens a URL and prints the page title.

package main import ( "github.com/headzoo/surf" "log" ) func main() { bow := surf.NewBrowser() err := bow.Open("https://example.com") if err != nil { log.Fatal(err) } log.Println(bow.Title()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Perplexity
1
Resources
headzoo-surf — go get headzoo-surf · libregistry