Perform a Google search as a step in your workflow to find information or as a starting point for navigation.
Search on Google
block allows you to initiate a Google search with one or more queries directly within your workflow. This block is a powerful starting point for many automations, enabling the AI agent to find relevant webpages based on your search terms.
The agent will perform the search, and the resulting Google search page becomes the active page for subsequent blocks like Find Links
or Explore Content
to operate on.
Search on Google
block to:
OOpen datasets
block) to make your searches dynamic.{{company_name}}
, you can set the query to {{company_name}} official website
.Sreenshot: Search on Google block configuration panel
{{query}}
as a placeholder for the original query from your list. For example, if your template is Who is {{query}}?
and your query is Elon Musk
, the actual search performed will be Who is Elon Musk?
.linkedin.com
, github.com
) to restrict the search to only these sites. This is equivalent to adding (site:linkedin.com OR site:github.com)
to your query.pinterest.com
, facebook.com
) to exclude them from the search results. This adds -site:pinterest.com -site:facebook.com
to your query.Screenshot: Advanced options panel for the Search on Google block
Search on Google
block is executed with one of your specified queries.Search on Google
(like Find Links
or Explore Content
) will then operate on this results page.Open datasets Block:
company_name
and list several companies (e.g., “Jsonify”, “Mintlify”).Search on Google Block (added next):
{{company_name}}
{{query}} official website
youtube.com
Find Links Block (added next):
Find the first organic search result link
Follow Links Block (added next):
Follow the first link
[Company Name] official website
, excluding results from youtube.com, then find the first result and navigate to that page.Search on Google
block is a fundamental tool for any workflow that needs to discover information on the web before navigating to it or extracting data.