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.
| Parameter | Required | Type | Description |
|---|---|---|---|
api_key | ✅ | string | Your SERP API key. See Access the API. |
engine | ✅ | string | Must be bing. |
q | ✅ | string | Search query. |
cc | ❌ | string | Country code used to localize the search. |
mkt | ❌ | string | Bing market code for the results. |
location | ❌ | string | Geotarget location for the request. Use with lat and lon when you need a precise origin. |
lat | ❌ | float | Latitude for the search origin. |
lon | ❌ | float | Longitude for the search origin. |
count | ❌ | int | Number of results to request per page. |
first | ❌ | int | Result offset for pagination. |