home | this is

Golang utility library bundle

extensiongolgoquery

This package helps with web scraping via goquery. Currently it provides:

  • get selection from web document using 'jquery' style selectorcode
  • directly get text, hrefs or attributes from selectorscode
  • directly get text, hrefs or attributes from parents of selectorscode
  • can cache a web-page locally with TTL for quicker follow-up selectioncode
it plans to include more capabilities in web scraping

Reach out to us on developer channel for more details.