--- title: SerpApi (Google Search) node documentation description: Learn how to use the SerpApi (Google Search) node in n8n. Follow technical documentation to integrate SerpApi (Google Search) node into your workflows. contentType: [integration, reference] priority: high --- # SerpApi (Google Search) node The SerpAPI node allows an [agent](/08-0-0-Workflow/glossary.md#ai-agent) in your workflow to call Google's Search API. On this page, you'll find the node parameters for the SerpAPI node, and links to more resources. ```{note} Credentials You can find authentication information for this node [here](/08-0-0-Workflow/integrations/builtin/credentials/serp.md). ``` ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md ``` ## Node options * **Country**: Enter the country code you'd like to use. Refer to [Google GL Parameter: Supported Google Countries](https://serpapi.com/google-countries) for supported countries and country codes. * **Device**: Select the device to use to get the search results. * **Explicit Array**: Choose whether to force SerpApi to fetch the Google results even if a cached version is already present (turned on) or not (turned off). * **Google Domain**: Enter the Google Domain to use. Refer to [Supported Google Domains](https://serpapi.com/google-domains) for supported domains. * **Language**: Enter the language code you'd like to use. Refer to [Google HL Parameter: Supported Google Languages](https://serpapi.com/google-languages) for supported languages and language codes. ## Templates and examples ## Related resources Refer to [Serp's documentation](https://serpapi.com/search-api) for more information about the service. You can also view [LangChain's documentation on their Serp integration](https://js.langchain.com/docs/integrations/tools/serpapi/). ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md ```