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

Brave Search

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

1 endpoint1 endpoint on this scraper6.8k calls6.8k calls so farupdated 2 months agoLast updated 8/2/2026, 8:26:39 AMBusy: 10+ calls so farllms.txt
Endpoints1

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

Search

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

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

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:brave", "search", {
  "query": "pizza",
  "page": 1,
  "country": "id",
  "safesearch": "moderate"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Search/v1/search-tools:brave/search
4 params

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

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

7.5K7.5K 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.