bing-api

Bing API v1 documentation

邮差的信 提交于 2019-12-05 19:57:17
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. https://api.datamarket.azure.com/Bing/SearchWeb/Web does not work. I can get the search to work and return results, but cannot get the total record count, if I use composite I can get record count but no results. I just looking for an up-to-date example of how to get both count and results. This is what I have so far: public class GetBingTotalRecordCount { public

No more bird's eye view in the Bing Maps V8 API?

自闭症网瘾萝莉.ら 提交于 2019-12-05 05:59:15
It appears that Bird's Eye View is no longer available in V8. Can anyone confirm that this is actually the case or if there is any way of still using Bird's Eye View in the new version? Microsoft's documentation about this is very poor, so I just pieced the information together from various sources. For example: 1. In their MapTypeId Enumeration the 'birdseye' option doesn't exist anymore. This used to exist in V7. 2. Bing's own snippet generator for embeded maps has an option to add the Bird's Eye View, but when checked it only adds a "View bird's eye" link under the map which redirects you

How to specify Image type in Google Custom Search

蓝咒 提交于 2019-12-05 02:34:57
I am using Google Custom Search to get images with some criteria. I am initiating HTTP Get requests from java application to call the Google Custom Search API (Please note I am NOT using javascript or css and I am NOT developing web site). I am able to get the images, and the program is working. the application brings images which has Jpg extension. I want to : bring ONLY the images which has png extension AND has transparent background. I tried to specify the filetype in the query string of the request URL like this https://www.googleapis.com/customsearch/v1?q=cars&filetype=png&cx=

How to obtain Bing search Api and AppID for a website [closed]

孤街醉人 提交于 2019-12-05 02:00:21
i have created the site in which i want to use bing search API . for that it require AppID but i didn't get the AppID. i tried to create a AppId on (azure market place) by creating the windows live ID . i created the client id and register the application. can any one suggest me how get the AppID for bing search API? John C To use the new Bing Search API , you need to use your account key to authenticate. The AppID was the old method of authenticating soon to be deprecated Bing Search API 2.0 . You can find your account key on your account information page. You can see an example of

Get list of Local Businesses using Bing Maps Search service API

☆樱花仙子☆ 提交于 2019-12-04 17:47:51
I am developing a Windows Phone 7 Silverlight application that currently displays a map that show's the user where they are by getting the coordinates from location services. I can get an address using bing Reverse geocoding API. I would like to display local businesses to the user that may be off interest by placing pushpins on the map. However I'm not able to get any search results from the Search Service API . Whatever I enter I get 0 results and I find the documentation lacking. I've tried following this example but very little description is given of the filter parameters for example.

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

大憨熊 提交于 2019-12-04 17:12:30
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 API but it simply provides information about the search item, not what other search items it may be related to. There is also a TargetingIdeaSelector tool in Google AdWords API that shows related keywords, but that doesn't really range the results semantically. Finally, there's a very simple Bing API that shows related searches (also here ), but,

delphi read xml element

穿精又带淫゛_ 提交于 2019-12-04 12:23:10
I'm new to XML and we need to do GeoCoding with the new Bing Spatial Data API . I've managed to get a result back from them in xml format. How would I read specific elements in the response, ie. the Link, Status and ErrorMessages? <?xml version="1.0" encoding="utf-8"?> <Response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/search/local/ws/rest/v1"> <Copyright>Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used,

What are the Ajax authorization headers for a Bing API request?

こ雲淡風輕ζ 提交于 2019-12-04 12:20:05
I'm sending an ajax request to the Bing Search API. The URL I am using for the request works when I put it in the browser. With ajax I get a 401 error "The authorization type you provided is not supported. Only Basic and OAuth are supported" therefore my header is wrong. It works in the browser because I manually type in my azure account key. <script> $scope.bingsearch = function() { var azurekey = '....vjrQiHPp4ct1meqroX2pzQZhPvE'; var keywords = $scope.inputvalue; var myurl = 'https://api.datamarket.azure.com/Bing/Search/v1/Composite? Sources=%27web%27&$format=json&Query=%27'+ keywords + '

urllib2.HTTPError: HTTP Error 401 while querying using the new Bing API ( in azure marketplace )

放肆的年华 提交于 2019-12-04 09:25:50
So, I ve made corrections based on most of the answers under the same roof in stack overflow, I'm still unable to resolve this problem. queryBingFor = "Google Fibre" quoted_query = urllib.quote(queryBingFor) account_key = "dslfkslkdfhsehwekhrwkj2187iwekjfkwej3" rootURL = "https://api.datamarket.azure.com/Bing/Search/v1/" searchURL = rootURL + "Image?format=json&Query=" + quoted_query cred = base64.encodestring(accountKey) reqBing = urllib2.Request(url=searchURL) author = "Basic %s" % cred reqBing.add_header('Authorization',author) readURL = urllib2.urlopen(reqBing) I know I'm missing out

get autosuggestions via Bing Search API v2

一曲冷凌霜 提交于 2019-12-03 23:09:01
How might one be able to get the list of autosuggestions for a given search from Bing Search API like in the screen capture below? This doesn't seem to be among the results provided by choices of [Web|Image|Video|News|SpellingSuggestion|RelatedSearch] . Alternatively, does Google provide this? As background, Bing can be queried via REST API using a query string, such as this URL (note it requires a developer key for basic auth). One can change the 'Web' keyword to get other results, but I'd really like to get the suggestions specifically: https://api.datamarket.azure.com/Bing/Search/Web?Query=