WebScrapingAPI Docs
Search Engine APIsBing Search APIGetting started

API Parameters

Bing Search API request parameters.

Set engine=bing for every Bing Search API request.

The Bing engine uses query parameters to control the returned search results. Send them to the Bing Search API endpoint.

ParameterRequiredTypeDescription
api_keystringYour SERP API key. See Access the API.
enginestringMust be bing.
qstringSearch query.
ccstringCountry code used to localize the search.
mktstringBing market code for the results.
locationstringGeotarget location for the request. Use with lat and lon when you need a precise origin.
latfloatLatitude for the search origin.
lonfloatLongitude for the search origin.
countintNumber of results to request per page.
firstintResult offset for pagination.