Questions tagged [bing-search]
69 questions
0
votes
0 answers
Can't get back Bing New Search JSON via AJAX
I was trying to use AJAX call to get JSON result of Bing News Search, however it doesn't work out.
My PHP code is:

Paul
- 129
- 2
- 9
0
votes
1 answer
Getting a thumbnail from a Bing News result using Bing News Search API
I am trying to get a thumbnail from an object that is returned using the Bing News Search API. The only helpful attribute of the returned object that I can think of in this problem is the url. Is there any easy way of using this url to get the…

Jake Ollila
- 1
- 2
0
votes
1 answer
Azure ImageSearch API filter transparent images
I've migrating Bing ImageSearch to Azure ImageSearch through. It works perfectly through GET request sent to https://api.datamarket.azure.com/Bing/Search/Image
As I see Bing Search web UI let you filter images with transparent…

Archer
- 5,073
- 8
- 50
- 96
0
votes
0 answers
Does bing API provides social media links along with lat/lng - Ruby on Rails
Question title is actually my basic concern , But I wanna tell you that i have tried Binged , rbing , bing-search and searchbing gems But None of these are working for me . E.g searchbing I tried the code below
bing_image =…

Mani
- 2,391
- 5
- 37
- 81
0
votes
1 answer
Getting search results from Bing Search
Trying to get search results using the following code but getting Bad Request all the time.
Here is the code.
String BingURL = "https://api.datamarket.azure.com/Bing/Search/v1/News?Query=%27"+ City_Name.replace(" ","%20") +"%27";
String…

Samarth Agarwal
- 2,044
- 8
- 39
- 79
0
votes
1 answer
Search API for Windows Phone 8.1?
I'm developing an app on Windows Phone 8.1. I would like to let users type a name of a place, a restaurant for example, as an autocomplete event, and retrieve all the related places according to the name of the restaurant. Did somebody use something…

Hubert Solecki
- 2,611
- 5
- 31
- 63
0
votes
1 answer
single space issue in bing search api?
i am integrating bing search api into my website. i am using bing image search. its working fine for me but when i search image from website i got a one big issue. issue details is given below
$query= 'kamen rider site: http://p-bandai.jp/';
$query…

Padmanathan J
- 4,614
- 5
- 37
- 75
-1
votes
1 answer
How can i search for a keyword on a page based on the contents of another page on the same website?
If i wanted to search for all websites that are located in Boston
I can do inurl:contact intext:Boston
Also if i wanted to search for all websites that have a careers page and have the term developer i can do
inurl:careers intext:Developer
Is there…

stack567
- 1
- 1
-1
votes
1 answer
Number of results on a google search
i'm new on android studio and on this site, so i'm sorry if i made some error or if i m not clear.
In my app i need the number of results in a google/Bing search of 3 word inserted by the User, and the User must not see the search, but just the…