Skip to main content
GET
Autocomplete
Get Bing’s search-box suggestions for a partial term. The cheapest call in this API — useful for expanding a seed keyword into real Bing queries before running /search on each one. Credits: 1

Authorization

string
required
Your ScrapeBadger API key.

Query Parameters

string
required
Partial search term, e.g. coff.
string
default:"en-US"
Bing market code, e.g. en-US. Suggestions are market-specific. See /markets.

Response

string
Echo of the requested term.
string
The market the suggestions were fetched for.
integer
Number of suggestions.
string[]
Suggested queries, in Bing’s order.

Example

Response