The Google Search
block is designed to facilitate the searching and fetching of real-time data from Google using the Serp API. This powerful tool allows users to obtain relevant search results efficiently, perfect for a variety of applications.
This block currently is only available for Starter, Pro and Enterprise keyflow accounts. To run this block, navigate to your credentials page and add your Serp API Key.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | query | string | The search term or query for Google, with a maximum length of 255 characters. |
input | results_count | number | Specifies the maximum number of results to fetch from Google, up to a limit of 10. |
output | title | string[] | An array containing the titles of web pages returned in your search results. |
output | links | string[] | An array providing the links to these web pages. |
output | snippets | string[] | A collection of small excerpts from each sourced web page. |
output | current_page_link | string | The actual link for your current Google search query directly on Google’s site. |
output | next_page_link | string | null/undefined if no next page exists; provides a link for accessing further result pages if available. |
Consider how this block can enhance various real-world scenarios:
In summary, whenever you need quick access to comprehensive real-time information through internet searches, the Search Google
block proves invaluable!