Bing SERP API 参数
GET https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=<query>
| 参数 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
api_key | string | 是 | 您的 SERP API 密钥 |
engine | string | 是 | 必须为 bing |
q | string | 是 | 搜索查询 |
location | string | 否 | 自由格式的位置信息(例如 "London, England") |
cc | ISO code | 否 | 国家/地区过滤 |
setLang | locale | 否 | 界面语言(例如 en-US、de-DE) |
device | desktop | mobile | 否 | 模拟设备(默认 desktop) |
first | integer | 否 | 用于分页的结果偏移量 |
count | integer | 否 | 每页结果数(默认 10) |
safe_search | Off | Moderate | Strict | 否 | SafeSearch 级别 |
德语本地化搜索:
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=haus+kaufen&cc=DE&setLang=de-DE"移动端 SERP 分页(接下来的 10 条结果):
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=best+laptops&device=mobile&first=11"