Every API, one clean contract.
153 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
13 APIsE-commerce & Marketplaces
31 APIsReal Estate
10 APIsJobs & Hiring
12 APIsTravel & Lodging
7 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
20 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsBing Search API
livepost/bing/v1/search1 creditBing web search results — ranked organic pages with title, URL, snippet, answer box and related searches. Filter by market/language (mkt or gl/hl), SafeSearch and recency (freshness), with offset pagination.
{
"q": "best laptop 2026",
"engine": "bing",
"gl": "us"
}Try in playground →post/bing/v1/news1 creditBing News results for a keyword — article title, source, URL and snippet, sorted by recency. Filter by market and a recency window (freshness).
{
"q": "tesla",
"gl": "us"
}Try in playground →post/bing/v1/videos1 creditBing 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.
{
"q": "how to make pizza",
"gl": "us"
}Try in playground →post/bing/v1/autocomplete1 creditBing search autocomplete — query suggestions / typeahead from Bing's public suggest endpoint (fast, no anti-bot). Useful for keyword research.
{
"q": "best lap",
"gl": "us"
}Try in playground →
Social Media
10 APIs