Google Web Search
search.google.webGet real-time Google search results including organic listings, knowledge graph, answer box, and related searches. Supports country and language targeting for localized results.
Instructions
Real-time Google web search results — organic listings, knowledge graph, answer box, people also ask, related searches. Supports country and language targeting. Powered by Serper.dev
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query (e.g. "best restaurants in Berlin", "how does MCP protocol work") | |
| gl | No | Country code for localized results (e.g. "us", "gb", "de", "fr") | |
| hl | No | Language code for results (e.g. "en", "de", "fr", "es") | |
| num | No | Number of results to return (default 10, max 100) | |
| page | No | Page number for pagination (default 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |