The Bing Application Programming Interface (API), enables developers to programmatically submit queries to and retrieve results from the Microsoft Bing Search Engine.
Questions tagged [bing-api]
739 questions
2
votes
1 answer
split dynamic content loading in multiple loading steps
Maybe the title is bit off but I dont know how else to put it.
I have a script which allows to display Bing search results on keyup(jquery) The number of results can be set to a maximum of 50 results for each request. What I would like for my…

Youss
- 4,196
- 12
- 55
- 109
2
votes
1 answer
Narrow Bing News API search by "publish time"
Is it possible to narrow my searches by PUBLISH TIME using the bing api?
For example, getting the same results on bing api vs http://www.bing.com/news/search?q=SOPA&p1=%5bNewsVertical+Interval%3d%227%22%5d&FORM=PTFTNR ?

Peeter
- 9,282
- 5
- 36
- 53
2
votes
1 answer
How to get 50 links of result using RBing?
I'm making a program using RBing.
But I unable to get 50 links.
How can I get those?
Thanks!
require 'rubygems'
require 'rbing'
MultiJson.engine = :ok_json
bing = RBing.new("APP_ID")
query = "Cat"
results = bing.web("#{query}", :offset=>0,…

hizz
- 235
- 1
- 3
- 8
2
votes
2 answers
Error geting location data from latitude and longitude on Bingmaps
I'm using Bingmaps API to get the AdminDistrict and CountryRegion of a Latitude and Longitude.
It works entering in a browser to this…

hogonza
- 21
- 2
2
votes
1 answer
Bing search API with DisableLocationDetection not working
The Bing search API is using my (or my server's) location even when I set the appropriate option. I would like it to provide a location agnostic response.
Am I misunderstanding the documentation? Is this syntax…

hooks
- 33
- 3
2
votes
1 answer
Drawing route on bing maps iPad
Can anyone please guide me how to draw route on bing maps on my iPad?
I got the midway points from http://dev.virtualearth.net/REST/V1/Routes/Walking?wp.0=place1&wp.1=place2&optmz=distance&output=xml&key=key
I receive an xml string that contains the…

Ankur
- 5,086
- 19
- 37
- 62
2
votes
1 answer
I can not install Bing Search API v7
I can not install Bing Search API v7.
Pricing tier: "no available items"

miki2999
- 33
- 2
2
votes
1 answer
Trouble finding Ocp-Apim-Subscription-Key for Azure Bing News
I am trying to create a successful request using Azure's Bing News API. The below screenshot from the docs says that the Ocp-Apim-Subscription-Key is a required header.…

nizoom
- 105
- 6
2
votes
1 answer
I keep getting "404 - Resource not found" from Bing's APIs
I've followed Microsoft's guides, but I just keep getting a JSON with an error (responses are below).
Here's what I tried, following the official guide by Microsoft at:…

DavidAvantis
- 23
- 3
2
votes
2 answers
Image search with multiple filters
I'm using Bing API to search for images by going the following call:
http://api.bing.net/json.aspx?AppId=[my key]&sources=image&version=2.2&query=[search term]&image.count=4&adult=strict&Image.Filters=Style:Photo&Image.Filters=Face:Face
This is…

Johann
- 12,158
- 11
- 62
- 89
2
votes
1 answer
Unable to Return JSON Data from NestJS API
I am building a NestJS API which will call Bing's Custom Search Engine endpoint and return the search results in JSON format.
https://learn.microsoft.com/en-us/azure/cognitive-services/bing-custom-search/call-endpoint-nodejs
I am successfully able…

Kyle2701222
- 23
- 1
- 1
- 3
2
votes
1 answer
Get distance via Bing API using VBA method
I am trying to create a method via VBA when I use this method it says #NAME? and sometime #value.
Public Function DISTANCE(start As String, dest As String, key As String)
Dim firstVal As String, secondVal As String, lastVal As String
…

Zahreen Khan
- 23
- 7
2
votes
1 answer
Is it a good idea to use a hash (sha1) as id for a firestore document?
My scenario is like follows:
I'm using the BING news api and the return from the api is a list of the following object:
{
"name": "Eterna Resenha contará com as participações de Neto e Vampeta",
"url":…

Abner Escócio
- 2,697
- 2
- 17
- 36
2
votes
1 answer
How to set opacity of Bing Map API layer but retain full 100% opacity for PushPins objects?
I'd like to fade the Aerial map layer by setting the opacity.
BUT, i'd like to retain no alpha (no opacity) for any objects (i.e. pushpins) that are rendered on top of the map.
Anyone know if this is feasible (does API support this in some…

AlvinfromDiaspar
- 6,611
- 13
- 75
- 140
2
votes
2 answers
Bing map - highlight country with a polygon on hover
I'm using silverlight Bing map control and I want to highlight country / continent after hovering it with mouse cursor.
Is there a better way of doing this than just providing coordinates for a polygon ? It's a looot of work if I would like to…

Jarek
- 5,885
- 6
- 41
- 55