Questions tagged [bing]

Bing (formerly Live Search, Windows Live Search, and MSN Search) is a web search engine (advertised as a "decision engine") from Microsoft. Features include search, maps, and translator.

Bing (formerly Live Search, Windows Live Search, and MSN Search) is a web search engine (advertised as a "decision engine") from . Bing was unveiled by Microsoft CEO Steve Ballmer on May 28, 2009 at the All Things Digital conference in San Diego. It went fully online on June 3, 2009, with a preview version released on June 1, 2009.

Notable changes include the listing of search suggestions as queries are entered and a list of related searches (called "Explore pane") based on semantic technology from Powerset that Microsoft purchased in 2008.

In October 2011, Bing announced it is working on new back-end search infrastructure, with the goal of delivering faster and slightly more relevant search results for users. Known as “Tiger,” the new index-serving technology is being incorporated into Bing globally starting in August 2011.

Bing currently powers all searches.

Useful Links

893 questions
4
votes
2 answers

Bing search API results decreases with increase in web.offset(skip)value

I am testing a query with Bing service explorer which returns the number of records to about 600k but while navigating to next page the results keeps on decreasing and will eventually come to zero. I am using both Bing Search API and Bing Search…
Mansoor Elahi
  • 941
  • 1
  • 9
  • 19
4
votes
1 answer

Bing maps: Specified credentials invalid

I can't seem to get Bing to accept my API key from my dev server-- I've set up an API key from the bingmapsportal.com site, and set the URL to http://localhost and generated the key successfully. I then implement the map as shown in the API docs, as…
user101289
  • 9,888
  • 15
  • 81
  • 148
4
votes
2 answers

Verify URL is direct image URL from Bing Search API?

I'm trying to use Bing Search API to allow users to assocaiate bing images with a post inline on the website, once they select an image from there search it saves it to the server for use.. But sometimes with Bing Search Results the 'MediaUrl'…
4
votes
1 answer

How to use Bing search api in Java

I need to extract search results from Bing. Is there any available Java code to achieve this ?
Jury A
  • 19,192
  • 24
  • 69
  • 93
4
votes
1 answer

Reproducing BingPreview JavaScript errors

I have a website that gets visits from BingPreview/1.0b*, which is likely a bot for Bing. I'm getting an error that looks like it can't find a DOM Element that I'm pretty sure should exist. I'm not getting errors from any other browsers (tested in…
Halcyon
  • 57,230
  • 10
  • 89
  • 128
4
votes
6 answers

Usage limit on Bing geocoding vs Google geocoding?

I know that the google geocoding api has a 2,500 hits a day limit before it'll start returning REQUEST_DENIED. How many does the bing one take? I heard that it's unlimited but I had trouble confirming that.
Nico
  • 1,181
  • 2
  • 17
  • 35
3
votes
1 answer

Embed Bing map rotate programmatically

Does anyone know how to rotate a embedded bing map in bird eye view with JS? I tried to click the .NavBar_rotateRight element in JS with a .click() but it does not respond this is the…
samccone
  • 10,746
  • 7
  • 43
  • 50
3
votes
1 answer

Rails site search with Bing API example?

Previously these folks promised a release of their implementation of Bing search for their site at the following article: http://www.globalnerdy.com/2009/06/29/learnhub-powered-by-rails-searches-with-bing/ Is anyone familiar with a Ruby or Rails lib…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
3
votes
1 answer

Bing Visual Search API endpoint returns different results than bing.com/visualsearch

I'm trying to collect similar images of an image using Bing Visual Search API. I have the following code snippet and I'm supplying an insightsToken of this image to the API endpoint. import requests import json BASE_URI =…
lowlypalace
  • 137
  • 2
  • 9
3
votes
1 answer

How to use Bing Cached pages for crawling

Currently I'm crawling websites using Google Cache where it has a copy of the websites. I'am just using http://webcache.googleusercontent.com/search?q=cache: + 'URL of the website' to get google cached webpages. But now for some reasons I'm shifting…
3
votes
1 answer

Element ':item' contains data from a type that maps to the name 'http://...:Location'. The deserializer has no knowledge of any type that maps to thi

I'm writing code to consume the Bing Geocode service (Bing Maps), and I am successfully able to pull JSON data via wcf, unfortunately I seem to be unable to map a piece of the data returned. I created all the appropriate DataContracts as needed and…
KevinDeus
  • 11,988
  • 20
  • 65
  • 97
3
votes
1 answer

How to stop Microsoft Edge opening Bing links in a new tab

When I click on a Bing search results link in Microsoft Edge the linked page opens in a new tab. How do I change the default behaviour so that the linked page opens in the same tab?
prepbgg
  • 3,564
  • 10
  • 39
  • 51
3
votes
2 answers

How do I use Bing translation service to play audio for specific words on android?

I am trying to port my WP7 app to android. I was using Bing translation service to download & play audio for specific words/phrases. How can I do this in android? in bing, the stream comes as a .wav file. Here was my WP7 code: private void…
Ben
  • 31
  • 3
3
votes
2 answers

Bing Map offline development? Is this possible?

I am trying to add 3d images to Bing maps, however I do not have an internet connection at my work pc and I would like to know how I could work on adding things to bing maps when no internet is available. Is there a way I can download samples of…
ddd
  • 269
  • 1
  • 6
  • 15
3
votes
0 answers

CORS Policy Error When using AutoSuggest API

I had been using the AutoSuggest UI from past 2months and i was not receiving any error. today it was giving me CORS policy error on typing on the input box. I had also tested the sample code from the bing development…