Google Search

Automate research with a Google Search

The "Google Search" Step allows you to automate a Google Search and pass the results as input into your Workflows.

Configuring a "Google Search" Step

Configuring the step is straightforward with simple dropdown menus. No JSON payload required.

Search Query

The "Search Query" input field is the exact phrase that will be Googled when the step runs, i.e. what do you want to search in Google?

circle-info

To search from a specific site, you can type site:www.example.com followed by your search phrase

Search Parameters

Configure your search parameters using the dropdown menus:

  • Region: Select the geographic region for your search results

  • Number of Results: Choose how many results to return

  • Similar/Omitted Results: Enable or disable filtering

circle-info

Advanced Configuration: For more complex use cases, you can still configure parameters based on the SERP API documentationarrow-up-right using JSON format.

To dynamically set variables as query or search parameters referencing an input (defined in the "Start" step) or output variable (generated by any step), you will need to use Liquid syntax:

spinner

Output Types

The following Output Types are currently supported by the "Google Search" Step:

Links Only: A list with links to the organic URL results.

Title, Snippet, Links (Markdown): Title, Snippet and Links for each organic result in Markdown format.

Organic Results (JSON): Organic results in JSON format.

Raw: Complete results from Serp API in JSON format.

Last updated

Was this helpful?