{"id":63996,"library":"go-shiori-dom","title":"go-shiori/dom","description":"Package dom provides DOM manipulation utilities for Go, typically used in web scraping or HTML processing.","status":"active","version":"0.0.0-20230515143342-73569d674e1c","language":"go","source_language":null,"source_url":"https://github.com/go-shiori/dom","tags":["dom","html","scraping","utility"],"install":[{"cmd":"go get github.com/go-shiori/dom","lang":"bash","label":"Install github.com/go-shiori/dom"}],"dependencies":[],"imports":[{"symbol":"dom","correct":"github.com/go-shiori/dom"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/go-shiori/dom\"\n\t\"golang.org/x/net/html\"\n)\n\nfunc main() {\n\tdoc, _ := html.Parse(nil)\n\tnodes := dom.GetElementsByTagName(doc, \"div\")\n\t_ = nodes\n}","lang":"go","description":"Find all div elements in an HTML document"},"warnings":[],"env_vars":null,"search_vec":"'/dom':4 'dom':6,8,21 'go':2,12 'go-shiori':1 'html':19,22 'manipul':9 'packag':5 'process':20 'provid':7 'scrape':17,23 'shiori':3 'typic':13 'use':14 'util':10,24 'web':16","created_at":"2026-06-17T16:50:25.579895+00:00","updated_at":"2026-06-17T16:50:25.579895+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/go-shiori/dom","github":"https://github.com/go-shiori/dom","docs":"https://pkg.go.dev/github.com/go-shiori/dom#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}