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

Bing SERP API 基本リクエスト

Terminal window
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=shoes"

ローカライズされたモバイル検索

Section titled “ローカライズされたモバイル検索”
Terminal window
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=pizzeria&location=Rome%2C+Italy&cc=IT&setLang=it-IT&device=mobile"

Bingはfirst(結果のオフセット)とcount(1ページあたりの結果数、デフォルトは10)でページネーションを行います。

Terminal window
# Page 1 (results 1-10)
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=news&first=1&count=10"
# Page 2 (results 11-20)
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=news&first=11&count=10"