Google Search
google_searchRun Google searches with configurable queries, location, language, and pagination. Retrieve structured results for data extraction and enrichment.
Instructions
Search Google with the documented /google-search endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tbs | No | Optional Google search tbs parameter. | |
| skip | No | Skip results. | |
| uule | No | Optional Google UULE location string. | |
| async | No | Deprecated compatibility flag. Prefer execution_mode. | |
| query | Yes | One or more Google search queries. | |
| fields | No | Specific fields to return. | |
| region | No | Region code. | |
| webhook | No | Optional webhook URL for async completion. | |
| language | No | Language code. | |
| enrichment | No | Optional documented enrichments. | |
| execution_mode | No | Execution strategy. Use auto to let the MCP server choose between sync and async. | |
| pages_per_query | No | Pages to fetch per query. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| async | No |