by Faro
Access privacy-focused web search to find relevant pages, articles, and resources from across the internet. This suite helps agents retrieve ranked search results with flexible controls for recency, geography, language, and content safety.
Search the live web and return ranked results with titles, links, and snippets — for general lookups, research, fact-checks, or the latest news and current events. Powered by Brave's independent index of 30B+ pages with ~100M updates/day. Tune queries with recency filters (last day/week/month/year), country and language targeting, safe search level, pagination, and extra snippets per result.
Search query. Supports operators like site:, filetype:, quoted exact match, and minus exclusions.
Number of results per page (max 20, default 20). Actual count returned may be less.
Starting position for results (0-based, max 9). Combine with count for pagination — e.g. offset=20 with count=20 fetches results 20–39.
Two-letter ISO country code to bias results.
Restrict results by recency. One of: pd (24h), pw (7d), pm (31d), py (year), OR a custom range like "2024-04-01to2024-07-30".
Adult-content filter level.
ISO 639-1 language code for content language filter.
Return up to 5 additional excerpts per result.
curl -X POST "https://api.askfaro.com/invoke/brave/web_search" \
-H "Authorization: Bearer <your_api_key>" \
-H "Content-Type: application/json" \
-d '{
"arguments": {
"q": "<q>"
}
}'faro invoke brave/web_search --params '{"q":"<q>"}'Install pip install askfaro-cli, then faro auth login.
Privacy-focused web search via the Brave Search API. One tool that returns ranked organic results with titles, links, and snippets — plus controls for recency, country, language, and safe-search.
web_search{
"q": "AI regulation in europe 2026",
"count": 10,
"freshness": "pm",
"country": "us",
"safesearch": "moderate"
}
Useful options
q — query. Supports operators like site:, filetype:, quoted exact match, and minus exclusions.count — results per page (1–20).offset — pagination offset (0–9). Pair with count for deeper paging.freshness — pd (24h), pw (7d), pm (31d), py (year), or a custom range like "2025-01-01to2025-06-30".country / search_lang — ISO codes to bias to a region or language.extra_snippets — true to return up to 5 additional excerpts per result.6.25 credits (~$0.0063) per call, charged only on a successful response.
A Brave Search API key on the publisher's Faro connection — no user-side configuration required.