zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Search Tools/Bing Search
Logo Bing Search

Bing Search

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

1 endpoint1 endpoint on this scraper7.5k calls7.5k calls so farupdated 2 months agoLast updated 8/2/2026, 8:26:37 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Search

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

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

Search
index.ts
// 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);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Search/v1/search-tools:bing/search
5 params

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.zapi.ink/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-toolsbrave

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

6.8K6.8K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

DuckDuckGo

search-toolsduckduckgo

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

1.1K1.1K calls so far15mResponses cached for 15m
Busy: 10+ calls so far

GitHub Search

search-toolsgithub-code

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

6161 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Wikipedia

search-toolswikipedia

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

5454 calls so far3mResponses cached for 3m
Busy: 10+ calls so far

Stack Overflow

search-toolsstackoverflow

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

3737 calls so far3mResponses cached for 3m
Busy: 10+ calls so far

Hacker News

search-toolshackernews

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

4848 calls so far3mResponses cached for 3m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.