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
0
votes
2 answers
Bing Wrapper for Android
We are working on an Android Project.Since Google Translate API was deprecated we are working with Microsoft Translator (BING). Is there a suitable wrapper for Bing on Android ?

Lubna
- 21
- 2
0
votes
1 answer
Giving ShadowText a location on the bing map in WPF
So i have created a ShadowText object that has some text inside and that is rendering on screen on top of my map rite now. What I'm trying to figure out how to do is make it so that i can give my ShadowText object a "Location" on the map so this way…
0
votes
1 answer
How Does the Bing Scout Service works in Wp7?
I am having an app where I want to use the bing’s scout feature available in Windows Phone 7. Can anyone tell me how can I implement it (what all service/api s are needed) or point me to some resource where I can find enough information.

saikat pan
- 31
- 3
0
votes
1 answer
How to programmatically retrieve web pages with a query in java
what I need is to submit a query to the search engine and to retrieve the first 100 web pages to deal with their contents later on. Submitting the query to the search engine and dealing with the web pages resulted from the seach engine should be…

BokraA7la
- 3
- 1
0
votes
1 answer
Preserve the newline character within two NSStrings
In my application, I translate the content of a TextView and present it to the user.
My Problem is: The first string is nicely formatted with Newline Characters which got loose during the translation.
Recognized Text: Picture 1
Translated Text:…

mstottrop
- 589
- 5
- 21
-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
How to search for People LinkedIn profiles on Bing Search API?
I am getting this response currently for searching for john smith:
[
{
id: 'https://api.bing.microsoft.com/api/v7/#Entities.0',
contractualRules: [ [Object], [Object], [Object] ],
webSearchUrl:…

Lance
- 75,200
- 93
- 289
- 503
-1
votes
1 answer
How to draw route in bing map from json response of snap to road api of bing
Bing snap to road api - https://learn.microsoft.com/en-us/bingmaps/rest-services/routes/snap-points-to-roads
How to project the response on bing map?

black lotus
- 120
- 8
-1
votes
1 answer
API to get Frequently asked questions of a search
I'm trying to find if I can get the "People also asked" of a search in an API in the Google Cloud Platform or in an other Search Engine API.
For example, when you make a search in Google, there is a section called "People also asked". I try to find…

David Goncalves
- 79
- 9
-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
Bing Search API not returning results in Android
I recently tried to implement the following code in a test Android Studio project, and I have no idea why I doesn't work. I can't even get it to output helpful error messages that might clue me into figuring out what's wrong. Here, I've included the…

TheFiveHundredYears
- 129
- 3
- 14
-1
votes
1 answer
setView not defined with bing API
Im trying to change the mapview while using Bing maps API. I have my map initialized already but im trying to change the map view to center in on a pin who's location i have. Im merely trying to get the view to move using setView but im unsure how…

J.Rom
- 1
-1
votes
2 answers
Bing Maps SpatialMath Module Intersection is not accurate with Multiple pins with same coordinates
I figured an issue, while i have thousands of pins over the map, i am using drawing tool to draw shapes free hand and then executing the Intersection on "drawingEnded" event, While i could see the intersection should return more than it actually…

SHOHIL SETHIA
- 2,187
- 2
- 17
- 26
-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
Create audiobook with Bing speech API
I would like to know if there is a way to create audiobooks using bing speech api. That is to say, I would like to create an audiobook having a txt as an input. Nowadays the API restricts speech generation to 1024 characters. AWS has an "automatic"…

moarra
- 565
- 1
- 7
- 20