Discovery and utilities1 runnable operations
Google Search reference
Structured public Google search results for research and discovery workflows.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Search
AvailableSearch from public Google Search surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/google_search/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"query":"web scraping api","num":5}}'Tool: google_search