Questions tagged [bing-api]

The Bing Application Programming Interface (API), enables developers to programmatically submit queries to and retrieve results from the Microsoft Bing Search Engine.

739 questions
3
votes
2 answers

Bing search api limit to certain sites

Can I define Bing search api only return result from subdomains from a site? For example, www.domain.com/dir/. This is something similar to what Google custom search does. But Google CSE has a hard limit on 10k/day. Is there an alternative search…
angelokh
  • 9,426
  • 9
  • 69
  • 139
3
votes
1 answer

How to translate language Using Bing Api in iOS?

I am newbie in iOS I make an application that contain Language translate feature, so I use Bing API for it and use FGTranslator from Github. But it translate French to English but I want to make an selection to user like as user can select language…
Ashish
  • 55
  • 6
3
votes
3 answers

Bing maps for iPhoneSDK

Does anyone know how to create simple iPhone app using bing maps?
3
votes
1 answer

Get all the Links from Bing Search api and add them to array

I have a question, because I am new to Bing Search API and I am not familiar how to use it. I am trying to get all the links from the Bing search result. So I am searching for keyword. Is working but I want to get the links of the results that I got…
user4457996
  • 59
  • 1
  • 9
3
votes
1 answer

What does net::ERR_INCOMPLETE_CHUNKED_ENCODING mean and how may I resolve it?

I am writing a web application that generates a report from Bing Ads API, following the example seen here: http://msdn.microsoft.com/en-us/library/bing-ads-reporting-request-and-download-a-keyword-performance-report-in-php.aspx I have the code…
eluong
  • 701
  • 1
  • 7
  • 17
3
votes
2 answers

Bing Ads API Reporting Data with R - get ReportRequestId

I want to directly load data from the Bing Ads Api into the statistic tool R. I use the httr package within R, which uses Curl to enable a connection between R and the API. According to the API manual I try to SubmitGenerateReport, but I do not…
jburkhardt
  • 675
  • 1
  • 4
  • 18
3
votes
2 answers

Is there an API to get results similar to Google's "people also search for"?

I'm looking for an API that would give similar results to the Google's "people also search for" feature. So that, for instance, when I search for Stanley Kubrik, I see all the other film directors that people search for. I know about the Freebase…
3
votes
1 answer

How to get language specific and location specific results in Bing search API?

I am trying to get the result in specified language in the query but i have no idea on how to mention it even i found the information i don't know the syntax can anyone help me? I tried this to get the results in French language using php for…
rram
  • 2,004
  • 5
  • 24
  • 37
3
votes
1 answer

How to use Bing API for searching for a particular stores using Bing Map

I am new to Windows Phone App development. I am developing app for windows phone 8. I want to add map function in my app. But I searched the stack overflow, I can see that I have to use REST service. So please can anyone help me how to use REST…
Imran Mozumder
  • 268
  • 3
  • 14
3
votes
1 answer

Bing API v1 documentation

Does anyone know where I can find the latest documention for Bings API with the following URL: https://api.datamarket.azure.com/Bing/Search/v1/Web Even their own website has the wrong URL in the word docs I have been reading, i.e.…
CareerChange
  • 669
  • 4
  • 17
  • 34
3
votes
3 answers

Is an API language specific

This is probably a pretty basic question, but are APIs language specific. In General, do certain languages only work with certain APIs or should any language be able to talk to any API. Specifically, Bing Webmaster Tools API has code example in C#.…
cloud36
  • 1,026
  • 6
  • 21
  • 35
3
votes
1 answer

Using the BingSearchContainer C# class with the search API

I've created an application through which I need to search using Bing. I installed the Bing libraries and after an hour or two searching for instructions on how to use this thing I finally found an example among Microsofts own documents (Amazing!…
Steen Schütt
  • 1,355
  • 1
  • 17
  • 31
3
votes
2 answers

Bing Ads API C# Example code not working

I have tried running the C# example code and I receive the following error: Error code: InternalError <0> Message: An internal error has occurred. Detail: [this is blank] I have also tried implementing the reporting service in my own code, but…
Greg Burris
  • 31
  • 1
  • 3
3
votes
2 answers

Bing translator HTTP API throws bad request error, how to solve this?

Whenever I call Bing Translation API [HTTP] to translate some text, first time it works fine, and second time onwards it gives me 'bad request' [status code 400] error. If I wait for 10 or so minutes and then try again, then first request is…
3
votes
1 answer

Java application for Bing API

I have to make an application which is able to use Bing Search API ( SOAP Services) with java.It must do a specific search for a word.Here is my code : import com.google.code.bing.search.client.BingSearchClient; import…
medusalith
  • 151
  • 1
  • 3