Bing SERP API parameters
GET https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=<query>
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
api_key | string | yes | Your SERP API key |
engine | string | yes | Must be bing |
q | string | yes | Search query |
location | string | no | Free-form location (e.g. "London, England") |
cc | ISO code | no | Country/region filter |
setLang | locale | no | UI language (e.g. en-US, de-DE) |
device | desktop | mobile | no | Simulated device (default desktop) |
first | integer | no | Result offset for pagination |
count | integer | no | Results per page (default 10) |
safe_search | Off | Moderate | Strict | no | SafeSearch level |
Examples
Section titled “Examples”Localized German-language search:
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=haus+kaufen&cc=DE&setLang=de-DE"Mobile SERP pagination (next 10 results):
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=best+laptops&device=mobile&first=11"