Skip to content
登录 注册

Bing SERP API 参数

GET https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=<query>
参数类型是否必填说明
api_keystring您的 SERP API 密钥
enginestring必须为 bing
qstring搜索查询
locationstring自由格式的位置信息(例如 "London, England"
ccISO code国家/地区过滤
setLanglocale界面语言(例如 en-USde-DE
devicedesktop | mobile模拟设备(默认 desktop
firstinteger用于分页的结果偏移量
countinteger每页结果数(默认 10)
safe_searchOff | Moderate | StrictSafeSearch 级别

德语本地化搜索:

Terminal window
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=haus+kaufen&cc=DE&setLang=de-DE"

移动端 SERP 分页(接下来的 10 条结果):

Terminal window
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=best+laptops&device=mobile&first=11"