コンテンツにスキップ
ログイン サインアップ

Bing SERP APIパラメータ

GET https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=<query>
パラメータタイプ必須説明
api_keystringyesあなたのSERP APIキー
enginestringyesbing である必要があります
qstringyes検索クエリ
locationstringno自由形式のロケーション(例: "London, England"
ccISO codeno国/地域フィルター
setLanglocalenoUI言語(例: en-USde-DE
devicedesktop | mobilenoシミュレートするデバイス(デフォルトは desktop
firstintegernoページネーション用の結果オフセット
countintegerno1ページあたりの結果数(デフォルトは10)
safe_searchOff | Moderate | StrictnoSafeSearchのレベル

ドイツ語でローカライズされた検索:

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"