guillaume31
guillaume31

Reputation: 14064

Can I use Bing Autosuggest with Custom Search?

Can I use the Bing Autosuggest API in conjunction with Bing Custom Search to get custom filtered results, or does it necessarily give regular Bing results (Web Search API)?

I couldn't find anything about this in the docs or forums.

Upvotes: 1

Views: 410

Answers (1)

Ronak
Ronak

Reputation: 736

At least for now, the Bing Autosuggest API is generic and is meant to be used in conjunction with the Bing Web Search API. Having said that, you can always use the Bing Autosuggest API with the Bing Custom Search API, if you are getting valid query completion suggestions from the Bing Autosuggest API.

Bing Custom Search API will always return results from the domains/subsites/webpages you have configured, so no issues there. Just that the Bing Autosuggest responses may not be meant for the configured domains only.

Upvotes: 2

Related Questions