microsoft cognitive - Bing Web Search shows results only for my domain -


using bing web search api, need filter results domain, example query:

https://api.cognitive.microsoft.com/bing/v7.0/search?q=site:mysite.com+myquery 

but in results received not mysite.com results sites wikipedia , others. how can search result domain? bing custom search not work me because have more 10k transactions

your website not known or indexed bing. since use bing search api, not custom indexing service or search across sitemap. actual bing website need able find site. since doesn't, triggers default behavior of returning relevant possible results.

this behavior valid urls such following:

https://api.cognitive.microsoft.com/bing/v7.0/search?q=microsoft+site:notanindexedwebsite.com

formatting wise, there multiple options, seen here. none of problem in case.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -