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
-1
votes
1 answer

Search results from specific country in Bing Search API?

I want to know is this possible in Bing search API to restrict results from a specific country.
Waseem
  • 3
  • 4
-1
votes
1 answer

Parsing Bing News Search API Results

Hey i am trying to parse Bing News API Search results, using Regex but finding it real hard. Can any one tell how to extract - 1. Snippet, 2. URL and 3. Name from all the results(10 is the default number) that are returned in one response ? This is…
arpit_s
  • 1
  • 5
-1
votes
1 answer

Extract WordPress sites from Bing

I find this python code for extract wordpress sites from bing ,can someone explain how this code filter only wordpress sites. try: lista = [] s = sys.argv[1] page = 1 print('\n') while page <= 21: bing =…
Brahim
  • 1
-1
votes
1 answer

how to get particular node value fron json bing response in php

I am trying to use bing search API and i got result in JSON format, now i want get particular node value from that JSON result like(url, displayurl, snippet etc). This is the JSON result format i got JSON Response: { "_type": "SearchResponse", …
Harinarayan
  • 121
  • 1
  • 2
  • 12
-1
votes
1 answer

How to achieve the current bing map NavigationBarMode on Bing V8?

We are currently using bing maps V8 and am trying to achieve the current bing maps navigation bar mode which looks something like this bing maps navigation bar mode on https://www.bing.com/maps. These are the properties that I have added to my…
-1
votes
2 answers

How to implement Bing Search in a PHP Static site?

Hi friends I want to implement Bing Search my for My Static Site So that it when I put somthing in the search bar it should search my hole site for the contents to match the search keywords. Please Can any one help me to do this.
Jaguar
  • 403
  • 2
  • 10
  • 22
-1
votes
1 answer

Bing.com indexes URLs i've never submitted

Sometimes, before launching new web projects, i put the site / app under a subdomain like new.domain.com or beta.domain.com. These URLs are only meant for my clients. So they don't get submitted at search engines and there aren't any public links to…
Drew
  • 145
  • 7
-1
votes
3 answers

How to instantly inform search engines(google) to index new url's

I am working on creating a Q&A site like stack overflow for particular topics. Just like on Stack overflow when a new question is asked a dynamic url is generated for example mysite.com/questions/{id}/{title} how can I get search engines to index…
Fenn-CS
  • 863
  • 1
  • 13
  • 30
-1
votes
1 answer

Ask some search engine to what is this image?

I want to develop some mobile app. Users can put or take their item photos and my app will say this is something. for example; When I take pictures of my chair and ask it, my app should say this is chair. I want to query with images and I want to…
emresancaktar
  • 1,507
  • 17
  • 25
-1
votes
1 answer

Bing map need to display location border polygon based on city and zip code for DK

I am trying to use bing map to search location city and zip codes for Denmark(DK). But some times it is not working property. I have tried using the following code with SDK: var map = new Microsoft.Maps.Map(document.getElementById('myMap'), { …
bharat
  • 1,762
  • 1
  • 24
  • 32
-1
votes
2 answers

Using a Web Browser with a button and text box linked across 2 forms?

I have written a piece of a code which takes the postcode from my textbox then searches it within Bing for the user, at the moment all of it is on Form1 and works as it should, I'm looking to improve on the idea by allowing the user to press a…
user3403733
  • 79
  • 1
  • 7
-1
votes
1 answer

Bing - ignore subdomains?

Let's say my company's site is www.company.com. If you search our company name in Bing, you get results for pages on www.company.com, but some results have a URL that includes a subdomain like "blog.company.com/somepage" instead of the default…
Yuhei
  • 1
  • 1
-1
votes
2 answers

Cannot using Linq function with Bing API sdk on Winforms

I'm using big api sdk on a winform application ( Winform and no WPF ! ). I'm able to add PushPin. I would like to delete somes pushpin. I saw some linq method but i'm not able to compile because the "First" is not found. : var pushpin =…
Walter Fabio Simoni
  • 5,671
  • 15
  • 55
  • 80
-2
votes
1 answer

Bing - how to index more than 10 URLs per day?

I've started working with Bing and it appears it only allows 10 URLs to be indexed per day, in a newline delimited format, in a Web form, once logged in to an account. I'm thinking of using a Google sitemap.xml file as a starting point and cron to…
quickshiftin
  • 66,362
  • 10
  • 68
  • 89
-2
votes
1 answer

Bing webmaster tool Url Submission API

Where on my website should I place the URL submission API. I don't use WordPress, My website is made by WIX I would be grateful if someone can help me Thank You
1 2 3
59
60