zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Search Tools/Bing Search
Logo Bing Search

Bing Search

Bing Search. pencarian web lengkap, snippet, link, multi-bahasa dan region

Endpoints
1
Requests
5.5k
Updated
last month
For LLMs
llms.txt
Endpoint health11 hours ago
  • searchpassing, 0.3s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/search-tools:bing/search1h cache5 paramschecking key…
Parameters
querystringrequired

Search keyword

countnumber

Results per page 1-50 (default 10)

pagenumber

Result page (default 1, max 20)

languagestring

Language code. Default en

regionstring

Region code. Default us

·
Response
EXAMPLE
{
  "page": 1,
  "count": 10,
  "items": [
    {
      "url": "https://brew.sh/",
      "title": "Homebrew: The Package Manager for Everywhere",
      "source": "bing.com",
      "snippet": "Homebrew installs the command-line tools and applications you need across macOS, Linux and WSL. Homebrew won’t install files outside its prefix.",
      "displayUrl": "brew.sh"
    },
    {
      "url": "https://docs.brew.sh/Installation",
      "title": "Homebrew Documentation: Installation",
      "source": "bing.com",
      "snippet": "The script installs Homebrew to its default, supported, best prefix (/opt/homebrew for Apple Silicon, /usr/local for macOS Intel and /home/linuxbrew/.linuxbrew for Linux) so that you don’t need sudo …",
      "displayUrl": "https://docs.brew.sh › Installation"
    },
    {
      "url": "https://www.youtube.com/channel/UCVQGtUcRjHTQLTTu-5s9_4Q",
      "title": "Brew - YouTube",
      "source": "bing.com",
      "snippet": "In our latest episode, many of you finally got to meet the newest Brew in the Brew-niverse! ☕ (And if you haven't seen him yet, make sure to check out our latest episode.)",
      "displayUrl": "https://www.youtube.com › channel"
    },
    {
      "url": "https://github.com/Homebrew/brew",
      "title": "Homebrew/brew: The Package Manager for Everywhere - GitHub",
      "source": "bing.com",
      "snippet": "Homebrew is a non-profit project run entirely by volunteers, not employees. We need your funds to pay for software, hardware and hosting around continuous integration and future improvements to the …",
      "displayUrl": "https://github.com › Homebrew › brew"
    },
    {
      "url": "https://www.merriam-webster.com/dictionary/brew",
      "title": "BREW Definition & Meaning - Merriam-Webster",
      "source": "bing.com",
      "snippet": "3 days ago · The meaning of BREW is to prepare (beer, ale, etc.) by steeping, boiling, and fermentation or by infusion and fermentation. How to use brew in a sentence.",
      "displayUrl": "https://www.merriam-webster.com › dictionary › brew"
    },
    {
      "url": "https://www.brew-watches.com/",
      "title": "Brew Watch Co. – Brew Watches",
      "source": "bing.com",
      "snippet": "Brew Watch Co. is the top USA microbrand that creates retro-inspired timepieces.",
      "displayUrl": "brew-watches.com"
    },
    {
      "url": "https://docs.brew.sh/Language-Runtimes-and-Packages",
      "title": "Homebrew Documentation: Language Runtimes and Packages",
      "source": "bing.com",
      "snippet": "Language Runtimes and Packages Homebrew provides language runtimes and applications but does not manage packages installed directly by tools such as gem, npm, pip or cpan. Those packages are …",
      "displayUrl": "https://docs.brew.sh › Language-Runtimes-and-Packages"
    },
    {
      "url": "https://7brew.com/",
      "title": "7 Brew Drive-thru Coffee",
      "source": "bing.com",
      "snippet": "Visit 7 Brew for an elevated coffee drive-thru experience.",
      "displayUrl": "7brew.com"
    }
  ],
  "total": 83400,
  "hasMore": true,
  "nextPage": 2
}

Code examples

Search
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("search-tools:bing", "search", {
  "query": "pizza",
  "count": 10,
  "page": 1,
  "language": "en",
  "region": "us"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/search-tools:bing/search?query=pizza&count=10&page=1&language=en&region=us" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETSearch/v1/search-tools:bing/searchBing Search. pencarian web lengkap, snippet, link, multi-bahasa dan region

Parameters

querystringrequired
Search keyword
countnumberoptional
Results per page 1-50 (default 10)
pagenumberoptional
Result page (default 1, max 20)
languagestringoptional
Language code. Default en
regionstringoptional
Region code. Default us

Request

curl -X GET "https://api.zpi.web.id/v1/search-tools:bing/search?query=pizza&count=10&page=1&language=en&region=us" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 10,
  "items": [
    {
      "url": "https://brew.sh/",
      "title": "Homebrew: The Package Manager for Everywhere",
      "source": "bing.com",
      "snippet": "Homebrew installs the command-line tools and applications you need across macOS, Linux and WSL. Homebrew won’t install files outside its prefix.",
      "displayUrl": "brew.sh"
    },
    {
      "url": "https://docs.brew.sh/Installation",
      "title": "Homebrew Documentation: Installation",
      "source": "bing.com",
      "snippet": "The script installs Homebrew to its default, supported, best prefix (/opt/homebrew for Apple Silicon, /usr/local for macOS Intel and /home/linuxbrew/.linuxbrew for Linux) so that you don’t need sudo …",
      "displayUrl": "https://docs.brew.sh › Installation"
    },
    {
      "url": "https://www.youtube.com/channel/UCVQGtUcRjHTQLTTu-5s9_4Q",
      "title": "Brew - YouTube",
      "source": "bing.com",
      "snippet": "In our latest episode, many of you finally got to meet the newest Brew in the Brew-niverse! ☕ (And if you haven't seen him yet, make sure to check out our latest episode.)",
      "displayUrl": "https://www.youtube.com › channel"
    },
    {
      "url": "https://github.com/Homebrew/brew",
      "title": "Homebrew/brew: The Package Manager for Everywhere - GitHub",
      "source": "bing.com",
      "snippet": "Homebrew is a non-profit project run entirely by volunteers, not employees. We need your funds to pay for software, hardware and hosting around continuous integration and future improvements to the …",
      "displayUrl": "https://github.com › Homebrew › brew"
    },
    {
      "url": "https://www.merriam-webster.com/dictionary/brew",
      "title": "BREW Definition & Meaning - Merriam-Webster",
      "source": "bing.com",
      "snippet": "3 days ago · The meaning of BREW is to prepare (beer, ale, etc.) by steeping, boiling, and fermentation or by infusion and fermentation. How to use brew in a sentence.",
      "displayUrl": "https://www.merriam-webster.com › dictionary › brew"
    },
    {
      "url": "https://www.brew-watches.com/",
      "title": "Brew Watch Co. – Brew Watches",
      "source": "bing.com",
      "snippet": "Brew Watch Co. is the top USA microbrand that creates retro-inspired timepieces.",
      "displayUrl": "brew-watches.com"
    },
    {
      "url": "https://docs.brew.sh/Language-Runtimes-and-Packages",
      "title": "Homebrew Documentation: Language Runtimes and Packages",
      "source": "bing.com",
      "snippet": "Language Runtimes and Packages Homebrew provides language runtimes and applications but does not manage packages installed directly by tools such as gem, npm, pip or cpan. Those packages are …",
      "displayUrl": "https://docs.brew.sh › Language-Runtimes-and-Packages"
    },
    {
      "url": "https://7brew.com/",
      "title": "7 Brew Drive-thru Coffee",
      "source": "bing.com",
      "snippet": "Visit 7 Brew for an elevated coffee drive-thru experience.",
      "displayUrl": "7brew.com"
    }
  ],
  "total": 83400,
  "hasMore": true,
  "nextPage": 2
}

Related APIs

More in search-tools

Brave Search

search-tools/brave

Web search via Brave — datacenter-friendly, no captcha, real-time dengan title/URL/snippet.

5K calls·1h cache

DuckDuckGo

search-tools/duckduckgo

DuckDuckGo web search — privacy-focused search engine, no tracking, hasil pencarian web umum dengan title, URL, snippet.

745 calls·15m cache

GitHub Search

search-tools/github-code

Searches public code and repositories and returns matching file or repo metadata.

58 calls·5m cache

Wikipedia

search-tools/wikipedia

Wikipedia search — pencarian artikel ensiklopedia multi-bahasa (en/id) dengan title, snippet, URL halaman.

51 calls·3m cache

Hacker News

search-tools/hackernews

Hacker News search via Algolia API — pencarian post & komentar tech/startup community dengan points, comments, author.

48 calls·3m cache

Stack Overflow

search-tools/stackoverflow

Stack Overflow & Stack Exchange search — Q&A programming dengan tags, score, view count. Support stackoverflow/superuser/serverfault/askubuntu.

37 calls·3m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026