Blocks
Google Search
Search the web
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.
Toolsgoogle_search
Block Preview
Google Search
Search the web
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the google_search block with monitoring enabled in production.
Inputs (UI)
Search Query
long-inputPlaceholder: Enter your search query
Layout: full
Custom Search Engine ID
short-inputRequired Custom Search Engine ID
Placeholder: Enter your Custom Search Engine ID
Layout: full
API Key
short-inputRequired API Key for Google Search
Placeholder: Enter your Google API key
Layout: full
Number of Results
short-inputNumber of search results to return (max: 10)
Placeholder: 10
Layout: half
Inputs (API)
query
stringRequired
The search query to execute
apiKey
stringRequired
Google API key
searchEngineId
stringRequired
Custom Search Engine ID
num
stringOptional
Number of results to return (default: 10, max: 10)
Outputs
Primary response type:
{
"items": "json",
"searchInformation": "json"
}Tool Access
google_search