Browser Actions

Google Search

Runs a Google search inside a real browser tab and returns structured organic results that a workflow can keep using.

What It Does

Google Search is the browser-native search step for workflows that want real live SERP output instead of a separate search API response.

How It Works

  • Opens or reuses a live browser tab.
  • Navigates to Google with the provided query.
  • Waits for results to load in the rendered page.
  • Extracts structured organic result data such as titles, URLs, and snippets.
  • Returns results in a workflow-friendly structure for later filtering or reuse.

Best For

  • Search-driven research workflows
  • Lead gathering and discovery flows
  • Cases where downstream logic needs real browser search results rather than a separate API

Behavior Notes

  • It depends on live browser state and page rendering.
  • Result quality depends on what Google actually shows in the tab at that moment.
  • It is meant to feed later workflow logic rather than simply display a search page.