Questions tagged [bing-search]

69 questions
4
votes
1 answer

Bing web search API - limited number of records in result

I'm using Bing Web Search API v7, I'm sending following requests (selected…
4
votes
2 answers

Bing Image Search API v5 - contentURL Redirect

I hope you could help me, I'm trying to use the Bing Image Search API and everything is fine so far, there's just one thing that I don't understand, contentURL is a redirection, where should be the image url from the source website at least thats…
offlin3
  • 41
  • 1
3
votes
3 answers

What is the difference between Azure Search and Bing Search and what to use when?

What is the difference between Bing Search and Azure Search service and what to use when? Azure Search service is not part of the Cognitive services but Bing search is part of Azure Cognitive Services as per my knowledge. Where can I find detail…
Andy
  • 2,493
  • 6
  • 37
  • 63
3
votes
1 answer

Web Search API from Contextual Web Search Engine

How to parse in C# or Python the JSON response returned from Contextual Web search api? (here is a link to the request: http://contextualwebsearch.com/freeapi)
3
votes
0 answers

Bing Custom Search - how are result MetaTags formatted?

Given the following meta tag in a web page Using Bing Custom Search API to get this result, in Page.searchTags, it appears as "searchTags": [{ "name": "search.date", "content":…
guillaume31
  • 13,738
  • 1
  • 32
  • 51
2
votes
1 answer

Bing Visual Search API (v7) returns no response for image

I tried to setup a bing visual search API REST-Call from my java program. It works partly, i get an answer but not the answer i want. The goal is to do a POST REST-Call with an image and then get the information about the image as JSON. I setup…
2
votes
1 answer

How to perform a reverse image search using Bing Image Search API?

Trying to figure out how to perform a "Reverse Image Search" using the Bing Image Search API. Basically looking for a way to programmatically do what Bing provides if you go to the Images search page (https://www.bing.com/images), click the Camera,…
Johnny B
  • 21
  • 1
  • 3
2
votes
2 answers

Replace single backslash escape with double backslash in JavaScript

I'm using json result from the Bing Search API. In the result, the double quotes is escaped by a single backslash. Javascript however, doesn't accept this. It requires me to escape the double quotes using double backslash. So, my question is that…
grindel
  • 29
  • 1
  • 6
2
votes
0 answers

BingSearchContainer and System.Net version mis-match

I am building a UWP App in VS 2015 that uses BingSearchContainer. I am getting an error about the system.net version. It wants v5.0, but if I look at my version of system.Net.dll it is 4.6.23123. Can't figure out how to update it. Actual error is:…
Yosem
  • 4,685
  • 3
  • 22
  • 29
2
votes
2 answers

Response time of google search engine

Does anybody know, I need to compare the response time of my search engine with google, for my own search engine i could calculate the response time with using JavaScript codes but for google I don't know how to do it. How can I calculate the…
1
vote
1 answer

Implementing Bing Custom Search HostedUI script element in a specific react component

I'm new to web dev, and first time poster... I'm trying to use the Bing Custom Search HostedUI (I was hoping to not have to use the Web API) inside of a React component so that it is placed in a specific position. I don't want to use…
sheesh
  • 13
  • 3
1
vote
1 answer

How to exclude particular websites in Bing Web Search API result?

I'm using Bing Web Search API to search for some info in Bing.com. However, for some search queries, I'm getting websites from search, which are not relevant for my purposes. For example, if the search query is books to read this summer sometimes…
Okroshiashvili
  • 3,677
  • 2
  • 26
  • 40
1
vote
1 answer

Issue in accessing Bing Custom Web Search API v7

I am trying to access the Bing Custom Search API. Custom Search Instance is setup and able to call API from BING portal (production tab), however when I am trying to access the same URL through JS. I am getting Failed Request as below Below is the…
1
vote
0 answers

New Bing Search API Key returns 401 permission denied

I have two new Bing API keys. I've placed them in my code in the correct places: function getSubscriptionKey() { var key = "c8a8bbc87015441295d7df8e70ed8e9d"; // var key = retrieveValue(API_KEY_COOKIE); while (key.length !== 32) { …
RubyRube
  • 602
  • 5
  • 24
1
vote
1 answer

Does the Bing Search API demo key have any limitations?

Does the Bing Search API (images) demo key have any limitations? On the test page (https://azure.microsoft.com/ru-ru/services/cognitive-services/bing-image-search-api/), the search phrase produces a lot of results, but in my script there are no…
nup
  • 346
  • 2
  • 13
1
2 3 4 5