{"id":24568973,"url":"https://github.com/bitliner/bing-search","last_synced_at":"2025-03-17T05:28:05.864Z","repository":{"id":148316296,"uuid":"13529939","full_name":"bitliner/bing-search","owner":"bitliner","description":"NodeJs module to search content with Bing","archived":false,"fork":false,"pushed_at":"2013-10-12T22:23:14.000Z","size":812,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T14:55:48.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitliner.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":"2013-10-12T22:12:50.000Z","updated_at":"2013-10-12T22:23:15.000Z","dependencies_parsed_at":"2023-03-28T00:11:34.450Z","dependency_job_id":null,"html_url":"https://github.com/bitliner/bing-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fbing-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fbing-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fbing-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fbing-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitliner","download_url":"https://codeload.github.com/bitliner/bing-search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243979060,"owners_count":20378147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-23T14:55:54.318Z","updated_at":"2025-03-17T05:28:05.839Z","avatar_url":"https://github.com/bitliner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"bing-search\n===========\n\nNodeJs module to search content with Bing\n\n# Installation\n\n```\nnpm install bing-search\n```\n\n# Usage\n\nImport the module and create a new instance specifying user and password provided by Bing\n\n```\nvar BingSearch=require('bing-search');\n\nvar bing=new BingSearch({\n    user: '...',\n    password: '...'\n})\n\n```\n\nSearch content\n\n```\nbing.search({\n    query: 'query'\n}).then(function(res){\n    // res is a json object, containing 2 fields:\n    // * results: (the array of results)\n    // * __next: the url to the next page\n}, function(err){ })\n```\n\n# Notes\n\n* now it supports only images search. So the result returned by the method `search()` are images.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitliner%2Fbing-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitliner%2Fbing-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitliner%2Fbing-search/lists"}