google_search
Perform web searches using Google Custom Search API, retrieving specific results based on query, number of results, and starting index for enhanced data extraction.
Instructions
Search the web using Google Custom Search API. Requires google_search_config resource.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
num | No | Number of results to return (1-10, optional) | |
query | Yes | Search query | |
start | No | Index of the first result to return (optional) |