{"id":37178954,"url":"https://github.com/nhoya/go-bing","last_synced_at":"2026-01-14T20:50:50.058Z","repository":{"id":57498250,"uuid":"123990670","full_name":"Nhoya/go-bing","owner":"Nhoya","description":"Golang Library for bing  search API v7","archived":false,"fork":false,"pushed_at":"2018-03-09T01:23:07.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T09:09:26.116Z","etag":null,"topics":["api","azure","bing","cognitive-services","go","golagn","lib","library"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nhoya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-05T23:08:42.000Z","updated_at":"2019-08-23T20:03:07.000Z","dependencies_parsed_at":"2022-08-28T15:00:25.571Z","dependency_job_id":null,"html_url":"https://github.com/Nhoya/go-bing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nhoya/go-bing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nhoya%2Fgo-bing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nhoya%2Fgo-bing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nhoya%2Fgo-bing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nhoya%2Fgo-bing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nhoya","download_url":"https://codeload.github.com/Nhoya/go-bing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nhoya%2Fgo-bing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","azure","bing","cognitive-services","go","golagn","lib","library"],"created_at":"2026-01-14T20:50:49.225Z","updated_at":"2026-01-14T20:50:50.044Z","avatar_url":"https://github.com/Nhoya.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-bing\nGolang Library for bing  search API v7\n\nBefore getting started with this lib you need to get a [Bing Search Token](https://azure.microsoft.com/it-it/try/cognitive-services/my-api)\n\n`go-bin` is written with simplicity in mind\n\n# Installation\n`go get -v github.com/Nhoya/go-bing`\n\n# Usage\n\n```\npackage main\n\nimport (\n        \"fmt\"\n        \"github.com/Nhoya/go-bing\"\n)\n\nfunc main() {\n        //Create new Client instance\n        client := bing.NewClient(\"INSERT TOKEN HERE\")\n        //Start searching\n        resp, err := client.Search(\"Nhoya gOSINT\")\n        if err != nil {\n                panic(err)\n        }\n        //Iterate over search results\n        for _, result := range resp.WebPages.Value {\n            //Printing result name and URL    \n            fmt.Println(result.Name, \"||\", result.URL)\n        }\n}\n\n//Output:\n//GitHub - Nhoya/gOSINT: OSINT framework in Go || https://github.com/Nhoya/gOSINT\n//Refactoring lots of stuff · Nhoya/gOSINT@2bb5d91 · GitHub || https://github.com/Nhoya/gOSINT/commit/2bb5d913da7c3ad4636cfc02c719e347a6c2fc2e\n//gOSINT - Open Source Intelligence Framework - KitPloit ... || https://www.kitploit.com/2018/01/gosint-open-source-intelligence.html\n//gOSINT – Open Source Threat Intelligence Gathering ... || https://pentesttoolz.com/2018/01/22/gosint-open-source-threat-intelligence-gathering-processing-framework-2/\n//...\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhoya%2Fgo-bing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhoya%2Fgo-bing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhoya%2Fgo-bing/lists"}