Firecrawl CLI gives agents the complete web data toolkit for scraping, searching, and browsing. Try it now →

How does web search work in OpenClaw?

OpenClaw's web pipeline runs two tools in sequence: web_search sends a query to a configured provider (Brave, Gemini, or Perplexity) and returns URLs and snippets, then web_fetch makes a plain HTTP GET request to read each URL as markdown. The handoff breaks on modern sites because web_fetch does not execute JavaScript: pages that render content client-side return empty or incomplete content, and many sites return 403 errors to plain HTTP requests.

Factorweb_searchweb_fetch
What it doesSends query to search provider, returns URLs and snippetsFetches a specific URL and extracts readable content
JavaScript renderingNot applicableNo
OutputTitle, URL, snippet per resultMarkdown or plain text
Configurable providerBrave (default), Gemini, PerplexityN/A (HTTP GET)
Firecrawl integrationReplaced by Firecrawl CLI skillFallback extractor via API key config

Use Brave for tasks where snippets are enough to rank sources. For full page content, the Firecrawl CLI skill's firecrawl search returns results and scraped markdown in one call, skipping the web_fetch round-trip. Add your Firecrawl API key to the web_fetch config to fix failed fetches on JS-heavy or bot-protected sites without changing how search works.

The Firecrawl search endpoint returns full scraped content per result, making it a direct replacement for the web_search + web_fetch pipeline in OpenClaw research workflows. See the OpenClaw web search guide for setup and configuration details.

Last updated: Mar 16, 2026
FOOTER
The easiest way to extract
data from the web
Backed by
Y Combinator
LinkedinGithubYouTube
SOC II · Type 2
AICPA
SOC 2
X (Twitter)
Discord