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
6
votes
2 answers
Bing Maps Ajax API https url?
What's the https url for bing maps ajax api? I can't seem to find it anywhere, and am currently using http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3, which is super slow (takes 20-60 seconds to load on each page request!)

Justin
- 17,670
- 38
- 132
- 201
6
votes
2 answers
How do I get local business results using google maps API
Is there any google/Yahoo/Bing API which gives local business results based on a ZIP/GeoCode of a location? If yes, please let me know.
If Google Maps has such service, please let me know what where do I get a reference regarding that?

YCN
- 667
- 2
- 9
- 25
6
votes
1 answer
Bing Ads API PHP Report Request without download
Is there a way to get the data from a report request without downloading a file? The google adwords api allows the api to return the report in a tab delimited string which I can then dissect myself without ever making a file.
I am currently using…

Jonathan Tremblay
- 61
- 1
- 6
5
votes
2 answers
Draw sector by center point, radius, interior angle and azymuth in postgis
I'm building a javascript application using Bing Maps API, and I would like to make up sector geometries from center points and sector parameters.
I have a table 'points' in PostgreSQL database with PostGIS on top and it contains point…

user10962529
- 53
- 3
5
votes
0 answers
SQL Bing XML data - @Responsetext always null
I've created a proc that should retrieve TravelDistance from Bing's xml data but @ResponseText is always NULL. I'm able to get it to work with Google but not Bing. I've hardcoded the example from Bing's API website and I can see the XML and…

user974061
- 343
- 1
- 5
- 17
5
votes
1 answer
BingAds Client State, oauth_web_auth_code_grant
I would like to get my custom "Reports" data from my BingAds out with the bingads API. I am using the KeywordsAds.py example, which may not be the correct one. However, my problem starts with the authentication, I cannot seem to find all the…

ccasimiro9444
- 425
- 1
- 6
- 22
5
votes
1 answer
Bing Maps v8.0 Microsoft.Maps.Location is not a constructor in chrome
I am working on Bing Maps Version 8.0 upgrade from Version 6.3. Here is my upgraded code below which is throwing an error:
var Points = [new Microsoft.Maps.Location(0, 0), new Microsoft.Maps.Location(0, 0)]
The above lines after it executes gives…

Shyam
- 53
- 1
- 5
5
votes
1 answer
Using Bing Speech example with Curl
First off, I don't really know what I'm doing, so I apologize for the stupid question... just trying to follow the instructions here:
https://www.microsoft.com/cognitive-services/en-us/Speech-api/documentation/GetStarted/GetStarted-cURL
using cURL…

AnarchyJim
- 51
- 1
5
votes
2 answers
Bing Ads OAuth Automation using only .NET?
How can I log onto Microsoft Live (with .NET WebClient?) and automate the OAuth process to get a token to make Bing Ads API calls?
My question is similar to How do I get an OAuth request_token from live.com?. However, I am building (C#, .NET 4.5.2)…

Snowy
- 5,942
- 19
- 65
- 119
5
votes
3 answers
How to translate this line of code from C# to Visual Baisc
i need some help on one line with translating this code:
Original in C#:
using System.Collections.ObjectModel;
using Microsoft.Maps.MapControl;
namespace Binding_Bing_Map_Control.Modal
{
public class MapModal
{
public Location MapLocation {…

micco
- 362
- 1
- 16
5
votes
1 answer
Is there a Bing Shopping API?
I tried searching MS azure market to find bing shopping api access and don't seem to find it, is there any or there's no api access to bing shopping ?
Thanks,
Mika

blackuprise
- 440
- 6
- 26
5
votes
2 answers
How can I filter Bing Location API results by user location for auto complete?
I have this function to return bing address suggestions based off a user entered address. I'm already specifying userLocation, but the results are not nearly as accurate as I would imagine they should be. Is there anything extra I should be doing…

AceoStar
- 85
- 1
- 7
5
votes
3 answers
Bing Search API in Ruby
I read the "Bing Search API - Quick Start" but I don't know how to make this http request in Ruby (Weary)
How to translate "Stream_context_create()" in Ruby? And What does it mean?
"Bing Search API - Quick Start"
I would want to use a Ruby sdk but…

sparkle
- 7,530
- 22
- 69
- 131
5
votes
1 answer
Bing Search API Azure Marketplace Authentication in Java
How can I authenticate in Java to use the new bing search api from Azure Marketplace?The migration guide does not provide you with info about Java

Themis Mavridis
- 166
- 2
- 15
5
votes
2 answers
Bing Application ID
I can't get application id at Bing.com for using their search api.
Please help, say me how I can get application id at Bing.com for using bing search api ?
Please write all steps, how you can get application ID?
Thanks.
Steps which i…

Andrew Kubrin
- 101
- 2
- 7