{"id":72865,"library":"dustmop-soup","title":"Soup","description":"Web scraping library with CSS selectors, similar to BeautifulSoup.","status":"active","version":"1.1.1","language":"go","source_language":null,"source_url":"https://github.com/dustmop/soup","tags":["scraping","html","css","selector","parser"],"install":[{"cmd":"go get github.com/dustmop/soup","lang":"bash","label":"Install github.com/dustmop/soup"}],"dependencies":[],"imports":[{"symbol":"soup","correct":"github.com/dustmop/soup"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dustmop/soup\"\n)\n\nfunc main() {\n\tresp, _ := soup.Get(\"https://example.com\")\n\tdoc := soup.HTMLParse(resp)\n\tfmt.Println(doc.Find(\"title\").Text())\n}","lang":"go","description":"Fetch and parse a webpage, extracting the title."},"warnings":[],"env_vars":null,"search_vec":"'beautifulsoup':10 'css':6,13 'html':12 'librari':4 'parser':15 'scrape':3,11 'selector':7,14 'similar':8 'soup':1 'web':2","created_at":"2026-06-17T18:44:01.312331+00:00","updated_at":"2026-06-17T18:44:01.312331+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/dustmop/soup","github":"https://github.com/dustmop/soup","docs":"https://pkg.go.dev/github.com/dustmop/soup#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","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}}