Skip to content

Kbass85/BingCustomSearchLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BingCustomSearchLibrary

This Library converts the jsons from Bing Custom Search Api to Response Objects

USAGE:
var searcher = new CustomSearch("YOUR_SUBSCRIPTION_KEY","CUSTOM_CONFIGURATION_ID");
var results = searcher.GetWebResults("YOUR_SEARCH_TERMS");
Console.WriteLine(results.name);
Console.WriteLine(results.url);
Console.WriteLine(results.snippet);

OR:
var results = searcher.GetImageResults("YOUR_SEARCH_TERMS");
OR:
var results = searcher.GetVideoResults("YOUR_SEARCH_TERMS");

About

C# .NET 6.0 Library for interfacing with Bing Custom Search API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages