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

Brave Search

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

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

Playground

1 endpoint
GET/v1/search-tools:brave/search1h cache4 paramschecking key…
Parameters
querystringrequired

Search keyword

pagenumber

Result page (default 1, max 10)

countrystring

Country code, 2 letters (id, us, gb, jp). Default id

safesearchenum

SafeSearch level. Default moderate

·
Response
EXAMPLE
{
  "page": 1,
  "count": 20,
  "items": [
    {
      "url": "https://coffeechronicler.com/best-way-to-make-coffee-at-home/",
      "title": "The Best Way to Make Coffee at Home (2026) Tested by Baristas",
      "source": "search.brave.com",
      "snippet": "If you ask me, it’s not just hype. Pour over coffee is my brewing method of choice, period. And I think it should be for most people. This is the ideal way to express a coffee bean’s true identity.",
      "displayUrl": "coffeechronicler.com"
    },
    {
      "url": "https://www.aboutcoffee.org/brewing/",
      "title": "Brewing - NCA - About Coffee",
      "source": "search.brave.com",
      "snippet": "Learn how to brew coffee your way with brewing methods such as drip, pour-over, espresso, French press & cold brew. Get advice on equipment, grinding & more.",
      "displayUrl": "aboutcoffee.org"
    },
    {
      "url": "https://www.thekitchn.com/how-to-make-coffee-23716786",
      "title": "How to Brew the Best Cup of Coffee at Home, According to a Barista",
      "source": "search.brave.com",
      "snippet": "Start with filtered water. Unless otherwise noted below, you should always start with clean, filtered water heated between 195 and 205°F . Grind the beans yourself. For the best tasting coffee, try to grind your coffee fresh if you can.",
      "displayUrl": "thekitchn.com"
    },
    {
      "url": "https://counterculturecoffee.com/blogs/counter-culture-coffee/coffee-basics-brewing-methods",
      "title": "Coffee Basics: Brewing Methods – Counter Culture Coffee",
      "source": "search.brave.com",
      "snippet": "Manual brewers like the Beehouse, Kalita Wave, or V60 yield sweet, clean coffees, and larger format brewers like the Chemex are perfect for brewing for a larger group. Grind Recommendation: A finer grind for smaller pour over cones—like table salt. Medium-Coarse grind for larger brewers like the Chemex—like kosher salt. The French press is an easy way to make full-bodied coffee.",
      "displayUrl": "counterculturecoffee.com"
    },
    {
      "url": "https://www.cafeelba.com/pages/brewing-coffee-101-how-to-brew-the-perfect-cup",
      "title": "Brewing Coffee 101: How to Brew the Perfect Cup – Café Elba",
      "source": "search.brave.com",
      "snippet": "It has been said that the two most important things you can do to ensure a great cup of coffee, is to buy freshly roasted coffee beans, and then grind the beans yourself right before brewing. Having said that, you can do those two things and still end up with a mediocre cup of coffee.",
      "displayUrl": "cafeelba.com"
    },
    {
      "url": "https://www.thekitchn.com/best-coffee-brewing-method-22977756",
      "title": "We Tested 7 Methods for Making Coffee and Found a Clear Winner ...",
      "source": "search.brave.com",
      "snippet": "It doesn’t take much digging through the vast array of coffee-making apparatuses, either at your local kitchen store or online, to get overwhelmed. There are drip machines, pod-machines, French presses — even this odd-looking contraption. When selecting the best brewer for you, you’ll want to consider a variety of factors: How fast is it?",
      "displayUrl": "thekitchn.com"
    },
    {
      "url": "https://athome.starbucks.com/brewing-guide/how-brew-drip-brewer",
      "title": "How to brew coffee with a drip brewer | Starbucks®️ Coffee at Home",
      "source": "search.brave.com",
      "snippet": "Brewing with a drip coffee maker is easy. With the right grounds and this step by step guide from Starbucks®️, you’ll be enjoying a balanced cup in no time.",
      "displayUrl": "athome.starbucks.com"
    },
    {
      "url": "https://culinarycrafts.com/how-to-brew-a-perfect-cup-of-coffee/",
      "title": "How to Brew a Perfect Cup of Coffee - Culinary Crafts",
      "source": "search.brave.com",
      "snippet": "Along the Wasatch Front, I recommend Publik, Pink Elephant, Blue Copper, La Barba, or the coffee wizardry at caffe d’bolla. Grinding exposes much more surface area of the beans, meaning you’ll be able to get a lot more flavor out of them. Unfortunately, they’ll also start losing their aromatic compounds much faster, so don’t grind until you’re ready to brew.",
      "displayUrl": "culinarycrafts.com"
    }
  ],
  "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:brave", "search", {
  "query": "pizza",
  "page": 1,
  "country": "id",
  "safesearch": "moderate"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/search-tools:brave/search?query=pizza&page=1&country=id&safesearch=moderate" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETSearch/v1/search-tools:brave/searchWeb search via Brave — datacenter-friendly, no captcha, real-time dengan title/URL/snippet.

Parameters

querystringrequired
Search keyword
pagenumberoptional
Result page (default 1, max 10)
countrystringoptional
Country code, 2 letters (id, us, gb, jp). Default id
safesearchenumoptional
SafeSearch level. Default moderate Values: off, moderate, strict.

Request

curl -X GET "https://api.zpi.web.id/v1/search-tools:brave/search?query=pizza&page=1&country=id&safesearch=moderate" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 20,
  "items": [
    {
      "url": "https://coffeechronicler.com/best-way-to-make-coffee-at-home/",
      "title": "The Best Way to Make Coffee at Home (2026) Tested by Baristas",
      "source": "search.brave.com",
      "snippet": "If you ask me, it’s not just hype. Pour over coffee is my brewing method of choice, period. And I think it should be for most people. This is the ideal way to express a coffee bean’s true identity.",
      "displayUrl": "coffeechronicler.com"
    },
    {
      "url": "https://www.aboutcoffee.org/brewing/",
      "title": "Brewing - NCA - About Coffee",
      "source": "search.brave.com",
      "snippet": "Learn how to brew coffee your way with brewing methods such as drip, pour-over, espresso, French press & cold brew. Get advice on equipment, grinding & more.",
      "displayUrl": "aboutcoffee.org"
    },
    {
      "url": "https://www.thekitchn.com/how-to-make-coffee-23716786",
      "title": "How to Brew the Best Cup of Coffee at Home, According to a Barista",
      "source": "search.brave.com",
      "snippet": "Start with filtered water. Unless otherwise noted below, you should always start with clean, filtered water heated between 195 and 205°F . Grind the beans yourself. For the best tasting coffee, try to grind your coffee fresh if you can.",
      "displayUrl": "thekitchn.com"
    },
    {
      "url": "https://counterculturecoffee.com/blogs/counter-culture-coffee/coffee-basics-brewing-methods",
      "title": "Coffee Basics: Brewing Methods – Counter Culture Coffee",
      "source": "search.brave.com",
      "snippet": "Manual brewers like the Beehouse, Kalita Wave, or V60 yield sweet, clean coffees, and larger format brewers like the Chemex are perfect for brewing for a larger group. Grind Recommendation: A finer grind for smaller pour over cones—like table salt. Medium-Coarse grind for larger brewers like the Chemex—like kosher salt. The French press is an easy way to make full-bodied coffee.",
      "displayUrl": "counterculturecoffee.com"
    },
    {
      "url": "https://www.cafeelba.com/pages/brewing-coffee-101-how-to-brew-the-perfect-cup",
      "title": "Brewing Coffee 101: How to Brew the Perfect Cup – Café Elba",
      "source": "search.brave.com",
      "snippet": "It has been said that the two most important things you can do to ensure a great cup of coffee, is to buy freshly roasted coffee beans, and then grind the beans yourself right before brewing. Having said that, you can do those two things and still end up with a mediocre cup of coffee.",
      "displayUrl": "cafeelba.com"
    },
    {
      "url": "https://www.thekitchn.com/best-coffee-brewing-method-22977756",
      "title": "We Tested 7 Methods for Making Coffee and Found a Clear Winner ...",
      "source": "search.brave.com",
      "snippet": "It doesn’t take much digging through the vast array of coffee-making apparatuses, either at your local kitchen store or online, to get overwhelmed. There are drip machines, pod-machines, French presses — even this odd-looking contraption. When selecting the best brewer for you, you’ll want to consider a variety of factors: How fast is it?",
      "displayUrl": "thekitchn.com"
    },
    {
      "url": "https://athome.starbucks.com/brewing-guide/how-brew-drip-brewer",
      "title": "How to brew coffee with a drip brewer | Starbucks®️ Coffee at Home",
      "source": "search.brave.com",
      "snippet": "Brewing with a drip coffee maker is easy. With the right grounds and this step by step guide from Starbucks®️, you’ll be enjoying a balanced cup in no time.",
      "displayUrl": "athome.starbucks.com"
    },
    {
      "url": "https://culinarycrafts.com/how-to-brew-a-perfect-cup-of-coffee/",
      "title": "How to Brew a Perfect Cup of Coffee - Culinary Crafts",
      "source": "search.brave.com",
      "snippet": "Along the Wasatch Front, I recommend Publik, Pink Elephant, Blue Copper, La Barba, or the coffee wizardry at caffe d’bolla. Grinding exposes much more surface area of the beans, meaning you’ll be able to get a lot more flavor out of them. Unfortunately, they’ll also start losing their aromatic compounds much faster, so don’t grind until you’re ready to brew.",
      "displayUrl": "culinarycrafts.com"
    }
  ],
  "hasMore": true,
  "nextPage": 2
}

Related APIs

More in search-tools

Bing Search

search-tools/bing

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

6.3K calls·1h cache

DuckDuckGo

search-tools/duckduckgo

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

996 calls·15m 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

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

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