Bing web search API to search only specific sites
I wanted to use bing websearch for website. The search should include only the site which i am specifying. I am not finding the option to specify the site in cognitive search api. Please help me in including site also as part of search...

4 comments
-
Ronak commented
As Ross mentioned, you can do this much more efficiently using the Bing custom search offering: https://azure.microsoft.com/en-us/services/cognitive-services/bing-custom-search/
-
Ross Lammas commented
Bing Custom Search (currently in preview) can be limited to specific sites.
-
Anonymous commented
its possible with the operator site:
-
Anonymous commented
Anyone is familiar with above question. I also wanted to include result from only one site. For ex: if i have integrated search for abc.com . i should get the result from only abc.com. But i am getting result from wiki also..... If anyone knows how to include only one site in result please share your valuable thoughts.