Google Search
Search the web
Integrate Google Search into the workflow. Can search the web.
| Parameter | Type | Required | Description |
|---|
query | string | Yes | No description |
searchEngineId | string | Yes | No description |
num | string | No | No description |
apiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
items | array | Array of search results from Google |
↳ title | string | Title of the search result |
↳ link | string | URL of the search result |
↳ snippet | string | Snippet or description of the search result |
↳ displayLink | string | Display URL (abbreviated form) |
↳ pagemap | object | PageMap information for the result (structured data) |
searchInformation | object | Information about the search query and results |
↳ totalResults | string | Total number of search results available |
↳ searchTime | number | Time taken to perform the search in seconds |
↳ formattedSearchTime | string | Formatted search time for display |
↳ formattedTotalResults | string | Formatted total results count for display |