Leverage Google Search for retrieving information across various categories, including organic search results, images, news, and more.
_search_google
: Executes Google searches with different search types and returns relevant results.Multi-Category Searches
Targeted & Domain-Specific
Real-Time Data
_search_google | Execute a Google Search Across Multiple Categories | |
---|---|---|
Input Parameters | Definition | Format |
query | The search string or keywords to query (e.g., “AI trends in 2023”). | String |
search_type | Specifies the search type (e.g., “search”, “images”, “videos”, “maps”, “news”, “shopping”, “scholar”, or “patent”). | String |
top_n | (Optional): Number of results to retrieve, default 15 (max 25 depending on search type). | Integer |
search_type
to refine data retrieval (e.g., “news” for time-sensitive articles, “scholar” for academic works).