Web search via Brave — datacenter-friendly, no captcha, real-time dengan title/URL/snippet.
searchpassing, 1.0s/v1/search-tools:brave/search1h cache4 paramschecking key…// 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);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"/v1/search-tools:brave/searchWeb search via Brave — datacenter-friendly, no captcha, real-time dengan title/URL/snippet.querystringrequiredpagenumberoptionalcountrystringoptionalsafesearchenumoptionalcurl -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"{
"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
}