Google Search
Search the web
Google Search is the world's most widely used search engine, providing access to billions of web pages and information sources. Google Search uses sophisticated algorithms to deliver relevant search results based on user queries, making it an essential tool for finding information on the internet.
With Google Search, you can:
- Find relevant information: Access billions of web pages with Google's powerful search algorithms
- Get specific results: Use search operators to refine and target your queries
- Discover diverse content: Find text, images, videos, news, and other content types
- Access knowledge graphs: Get structured information about people, places, and things
- Utilize search features: Take advantage of specialized search tools like calculators, unit converters, and more
In Sim Studio, the Google Search integration enables your agents to search the web programmatically and incorporate search results into their workflows. This allows for powerful automation scenarios such as research, fact-checking, data gathering, and information synthesis. Your agents can formulate search queries, retrieve relevant results, and extract information from those results to make decisions or generate insights. This integration bridges the gap between your AI workflows and the vast information available on the web, enabling your agents to access up-to-date information from across the internet. By connecting Sim Studio with Google Search, you can create agents that stay informed with the latest information, verify facts, conduct research, and provide users with relevant web content - all without leaving your workflow.
Usage Instructions
Searches the web using the Google Custom Search API, which provides high-quality search results from the entire internet or a specific site defined by a custom search engine ID.
Tools
google_search
Search the web with the Custom Search API
Input
Parameter | Type | Required | Description |
---|---|---|---|
query | string | Yes | The search query to execute |
apiKey | string | Yes | Google API key |
searchEngineId | string | Yes | Custom Search Engine ID |
num | string | No | Number of results to return (default: 10, max: 10) |
Output
Parameter | Type |
---|---|
items | string |
searchInformation | string |
searchTime | string |
formattedSearchTime | string |
formattedTotalResults | string |
Block Configuration
Input
Parameter | Type | Required | Description |
---|---|---|---|
query | string | No | Search Query - Enter your search query |
Outputs
This block does not produce any outputs.
Notes
- Category:
tools
- Type:
google_search