Skip to content
Login Sign up

Bing

Bing results come from the same endpoint with engine=bing.

https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=<query>
Terminal window
curl "https://serp.shifter.io/v1?engine=bing&api_key=YOUR_API_KEY&q=residential+proxies"
ParameterPurpose
qThe search query
locationFree-form location string
ccCountry code
setLangUI language
devicedesktop or mobile
firstResult offset for pagination
countResults per page

Full reference: REST API → Bing SERP.

The response mirrors the Google structure where possible:

  • search_metadata, query echo, timing
  • organic_results, ranked web results with title, link, snippet
  • related_searches, Bing’s related query suggestions
  • pagination, next/previous page cursors
  • SERP features (knowledge panel, images block, video block) when present