Your agent answers from stale training data; this searches the live web and returns ranked, linkable results.
Search the live web with Brave's independent index of 30B+ pages and get back ranked results with titles, links, and snippets. Controls for recency, region, language, and safe search. For AI-synthesized, cited answers, use the Research tools.
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 site:, -exclude, "exact phrase", filetype:pdf.
Results to return (1–20).
ISO 3166-1 alpha-2 country code, e.g. "US".
Time filter: pd=24h, pw=7d, pm=31d, py=year.
Content language (ISO 639-1), e.g. "en".
Include up to 5 extra excerpts per result.
curl -X POST "https://skill.askfaro.com/skills/web-search/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Search for documentation on Python asyncio"
}
}'askfaro describe web-search/web_search
Install pip install askfaro-cli, then askfaro auth login.