"BingSearch" (Service Connection)
  - 
    See Also
    - ServiceExecute
- ServiceConnect
- WikipediaData
- WikipediaSearch
- 
      
 
- Service Connections
- GoogleCustomSearch
 
- 
    
    - 
      See Also
      - ServiceExecute
- ServiceConnect
- WikipediaData
- WikipediaSearch
- 
        
 
- Service Connections
- GoogleCustomSearch
 
 
- 
      See Also
      
"BingSearch" (Service Connection)

Connecting & Authenticating
ServiceConnect["BingSearch"] creates a connection to the Bing Search API. If a previously saved connection can be found, it will be used; otherwise, a new authentication request will be launched.
    
   Requests
ServiceExecute["BingSearch","request",params] sends a request to the Bing Search API, using parameters params. The following give possible requests.
    Web Search
"Search" — return results of a Bing search
| "Query" | (required) | query string | |
| "SearchType" | Web | "Image", "Web" | |
| "StartIndex" | 1 | index of first search result to return | |
| MaxItems | 20 | number of results to return per query (1-20) | |
| "Country" | None | country or region constraints on search results | |
| "Language" | None | language constraints on search results | |
| "Site" | None | website constraints on search results | |
| "Elements" | None | specific items to return for "Image" queries: "Images", "Thumbnails", "ImageLinks", "ImageThumbnailsLinks" | 
See Also
ServiceExecute ▪ ServiceConnect ▪ WikipediaData ▪ WikipediaSearch
Service Connections: GoogleCustomSearch