Please help figure out the parameters of a Bing search query that returns results in JSON. The Bing Search API Application Migration document tells us: βTo authenticate a Bing Search API request in the Windows Azure Marketplace, you must obtain an account key. This authentication mode replaces the AppID used in Bing Search API 2.0.β
On the other hand, the same document provides the following example that still uses Appid: http://api.search.live.net/xml.aspx?Appid=App&query=odata&sources=web&count=2
The following query: curl "https://api.datamarket.azure.com/Data.ashx/Bing/SearchWeb/v1/Web? Query =% 27xbox% 27 & $ top = 50 & $ format = json $ accountKey = TPP. ... VRTWiq4 = $ APPID = ideological "
Results with the following error: The type of authorization you provided is not supported. Only Basic and OAuth are supported.
Please provide an example of a Bing search URL that can be used on the CURL command line to retrieve search results in JSON format.
source share