Bing SERP APIパラメータ
GET https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=<query>
| パラメータ | タイプ | 必須 | 説明 |
|---|---|---|---|
api_key | string | yes | あなたのSERP APIキー |
engine | string | yes | bing である必要があります |
q | string | yes | 検索クエリ |
location | string | no | 自由形式のロケーション(例: "London, England") |
cc | ISO code | no | 国/地域フィルター |
setLang | locale | no | UI言語(例: en-US、de-DE) |
device | desktop | mobile | no | シミュレートするデバイス(デフォルトは desktop) |
first | integer | no | ページネーション用の結果オフセット |
count | integer | no | 1ページあたりの結果数(デフォルトは10) |
safe_search | Off | Moderate | Strict | no | 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"