콘텐츠로 이동
로그인 가입하기

Bing SERP API 매개변수

GET https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=<query>
ParameterTypeRequiredDescription
api_keystringyes사용자의 SERP API 키
enginestringyesbing이어야 함
qstringyes검색 쿼리
locationstringno자유 형식 위치 (예: "London, England")
ccISO codeno국가/지역 필터
setLanglocalenoUI 언어 (예: en-US, de-DE)
devicedesktop | mobileno시뮬레이션할 기기 (기본값 desktop)
firstintegerno페이지네이션을 위한 결과 오프셋
countintegerno페이지당 결과 수 (기본값 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"