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.
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. |
Search Google
block proves invaluable!