Questions tagged [bing-search]
69 questions
1
vote
0 answers
I see that the Bing Skill doesn't work, when invoked from Cortana Channel
Skill doesn't respond to any questions asked from the Cortana, even though I am able to invoke the skill. While debugging, found it doesn't touch any break point, not even default activity handler.
Does anyone have any idea what is happening?
Code:…

Nitro lab
- 21
- 4
1
vote
1 answer
Programmatically insert multiple Chars into Bing search engine and perform search for each
I’ve made a simple Java program that loops through 100 elements of type char. With each iteration it prints out the char to the console using System.out.println. It does this for all 100 chars so at the end the output is 100 chars to the console.
I…

SneakyShrike
- 723
- 1
- 10
- 31
1
vote
1 answer
How to use Bing Search Cognitive Service API to get instant answers
We are working with Microsoft Bot framework and QnAmaker. When there is no question is found in Knowledge base, we like to search using Bing and get the answers. We are able to get the all results except the answer that shown in the below image with…

swajay
- 170
- 1
- 1
- 7
1
vote
1 answer
Bing Web Search API -Snippet result is not correct
We are taking one string from the article link mentioned below:
https://www.frontiersin.org/articles/10.3389 (Cannot mention complete link)
A same String we are passing to both Bing As well as Google Search Engine.
String passed:
Summary of…

KJA
- 85
- 5
1
vote
1 answer
Is bing-search freshness for finnish-market broken?
Bing web search freshness does not seem to work properly in all markets.
https://azure.microsoft.com/en-us/services/cognitive-services/bing-web-search-api/
It works for major markets, and for swedish market. For example if you do:
"Kvinna hittad…

Risto Matikainen
- 11
- 3
1
vote
2 answers
Bing Web Search shows results only for my domain
Using Bing Web Search API, I need to filter results only for my domain, example query:
https://api.cognitive.microsoft.com/bing/v7.0/search?q=site:mysite.com+myquery
But in results I received not only mysite.com results but also from sites like…

Артем Кондра
- 97
- 12
1
vote
0 answers
Incorrect value for totalEstimatedMatches in Azure Bing Custom Search
We are trying to search results from a particular website using Azure Cognitive Bing Custom Search APIs for specified keywords. We have a business requirement to show the total number of search results on the search page when user search for a…

Sushant Sonarghare
- 61
- 1
- 8
1
vote
1 answer
Bing Search API in PHP - missing webPages property in json response
I am trying to get search results as per the api documentation
Here is what I wrote in PHP
require_once 'HTTP/Request2.php';
$api_key = 'my_bing_search_api_key';
$url_encoded_keyword = urlencode('animation concepts and tutorials');
…

smk
- 301
- 6
- 13
1
vote
2 answers
Bing cognitive search, actual site in url, not bing redirection
Is there a way that the result link to show the exact link, not the bing redirecting one?
For example ins there a way in bing cognitive search to put href the actual link instead of a redirection?
`"value": [
{
"id":…

Claudiu Hardalau
- 167
- 1
- 11
1
vote
0 answers
How to implement the Cortana Speech API or Bing Search API’s in QnA Maker Service?
I am working on Bot technology, in my current bot project I implemented the QnA Maker service with specified questions and answers, till now everything working fine like whenever I asked the question available in my file then immediately bot gives…

Pradeep
- 5,101
- 14
- 68
- 140
1
vote
2 answers
Microsoft Cognitive Services News Search result URLs
I am trying to migrate from Bing search API v2 to the new Cognitive Search API v5.
I am able to connect and execute a news search. But in the results I cant seem to get any of the search result URLs (target sites) like
"url" =…

gabics
- 250
- 1
- 14
1
vote
1 answer
Basic Authentication of Bing Search API
I've read this post: Bing search API and Azure
And I used the following code to mimic it:

Paul
- 129
- 2
- 9
1
vote
0 answers
Bing search api not the same data as the web search
I am using the Bing search to look for some items and using the Bing Search API version I get the same results.
However on the web search there is under the link to the site a grey "Fact Row" or as the class is named "b_factrow" this row has some…

Clifford Agius
- 181
- 4
- 15
0
votes
0 answers
Bing Custom Search API Not Detecting Keywords on Provided URLs
I am currently working with the Bing Custom Search Engine API to search for specific keywords within provided URLs. However, I am facing an issue where the API is unable to detect the keywords on the given URLs, even though I can personally verify…
0
votes
0 answers
Function search bing in google sheets or excel
Before I used google sheets to search bing to see if a certain email address was to be found in a certain domain.
=IFERROR(IF(VALUE(substitute(importXML("https://www.bing.com/search?q=site:"&ENCODEURL(D3)&"+"&C3, "//*[@class='sb_count']"), "…

apeedee
- 1
- 2