docs / bing

Bing Search API

Bing Search API

base /bing/v14 endpoints
post/bing/v1/news1 credit

Bing News results for a keyword — article title, source, URL and snippet, sorted by recency. Filter by market and a recency window (freshness).

ParameterAllowed / rangeDescription
qrequiredSearch query (the keywords to look up).
mktoptionalBing market as lang-COUNTRY (e.g. en-US, en-GB, de-DE). Controls locale regardless of exit IP. If omitted it is derived from gl + hl.
gloptionalCountry as a 2-letter ISO-3166 code (e.g. us, gb, de) — used to build mkt when mkt is absent.
hloptionalLanguage as an ISO-639 code (e.g. en, de) — used to build mkt when mkt is absent.
countoptional1–50Requested results (1-50; clamped). Note: Bing caps organic search results at ~10 per page regardless of count.
freshnessoptionalday · week · monthRestrict results to a recency window (Bing `qft` interval). Single-letter forms d/w/m are also accepted; an unrecognized value is ignored.
Try in playground →
post/bing/v1/videos1 credit

Bing video search results — watch-page URL, thumbnail, duration and hosting platform (YouTube/Dailymotion/…) for every result; publisher/channel, view count, publish date and description when Bing exposes them. ~30 videos per page; paginate for more.

ParameterAllowed / rangeDescription
qrequiredSearch query (the keywords to look up).
mktoptionalBing market as lang-COUNTRY (e.g. en-US, en-GB, de-DE). Controls locale regardless of exit IP. If omitted it is derived from gl + hl.
gloptionalCountry as a 2-letter ISO-3166 code (e.g. us, gb, de) — used to build mkt when mkt is absent.
hloptionalLanguage as an ISO-639 code (e.g. en, de) — used to build mkt when mkt is absent.
pageoptional1–1-based result page (each page ≈ 30 items).
firstoptional1–Explicit 1-based result offset (alternative to page; first=11 ~ page 2). Best-effort.
safeoptionaloff · moderate · strictBing SafeSearch level (search only). An unrecognized value is ignored.
Try in playground →
post/bing/v1/autocomplete1 credit

Bing search autocomplete — query suggestions / typeahead from Bing's public suggest endpoint (fast, no anti-bot). Useful for keyword research.

ParameterAllowed / rangeDescription
qrequiredSearch query (the keywords to look up).
mktoptionalBing market as lang-COUNTRY (e.g. en-US, en-GB, de-DE). Controls locale regardless of exit IP. If omitted it is derived from gl + hl.
gloptionalCountry as a 2-letter ISO-3166 code (e.g. us, gb, de) — used to build mkt when mkt is absent.
hloptionalLanguage as an ISO-639 code (e.g. en, de) — used to build mkt when mkt is absent.
Try in playground →