Favicon of Goquery

Goquery

PublishedLast updated

GoQuery brings jQuery-like syntax to Go for parsing and manipulating HTML documents, making web scraping in Go intuitive and efficient.

Screenshot of Goquery website

Sources

github.com

Verified against the PuerkitoBio/goquery repository and the go package.

GoQuery is a robust, developer-friendly HTML parsing library that brings jQuery's chainable syntax to Go for efficient web scraping and DOM manipulation.

Key Features:

  • jQuery API - Familiar chainable syntax for selecting, filtering, and traversing HTML nodes
  • CSS Selectors - Full CSS selector support for precise element targeting
  • Go Performance - Leverages Go's speed and concurrency for high-throughput parsing
  • net/html Integration - Built on Go's standard library HTML tokenizer for reliability
  • DOM Manipulation - Add, remove, and modify elements with a clean API
  • Scraper Friendly - Pairs seamlessly with Colly and Go HTTP clients

Whether you're building Go-based scrapers, processing HTML data, or extracting content from web pages, GoQuery provides an idiomatic and performant parsing solution.

Categories:
Features:
HTML ParsingCSS SelectorsStructured ExtractionOpen SourceDOM Manipulation

Share:

Similar to Goquery

Favicon

 

  
  
Favicon

 

  
  
Favicon