|
| 1 | +--- |
| 2 | +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 |
| 3 | +title: SearchApi |
| 4 | +description: Documentation for the SearchApi node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information. |
| 5 | +priority: high |
| 6 | +--- |
| 7 | + |
| 8 | +# SearchApi |
| 9 | + |
| 10 | +The SearchApi node allows an agent in your workflow to call Google, Bing, Baidu, Google News, YouTube APIs. |
| 11 | + |
| 12 | +On this page, you'll find the node parameters for the SearchApi node, and links to more resources. |
| 13 | + |
| 14 | +/// note | Credentials |
| 15 | +You can find authentication information for this node [here](/integrations/builtin/credentials/searchapi/). |
| 16 | +/// |
| 17 | + |
| 18 | +--8<-- "_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md" |
| 19 | + |
| 20 | +## Node options |
| 21 | + |
| 22 | +* **Engine**: defines an engine that will be used to retrieve real-time data. Refer to [documentation](https://www.searchapi.io/docs/google) for all available engines. |
| 23 | +* **Country**: refer to [Google GL Parameter: Supported Google Countries](https://www.searchapi.io/docs/parameters/google/gl){:target=_blank .external-link} for supported countries and country codes. |
| 24 | +* **Device**: the device to use to get the search results. |
| 25 | +* **Google Domain**: refer to [Supported Google Domains](https://www.searchapi.io/docs/parameters/google/domain) for supported domains. |
| 26 | +* **Language**: refer to [Google HL Parameter: Supported Google Languages](https://www.searchapi.io/docs/parameters/google/hl){:target=_blank .external-link} for supported languages and language codes. |
| 27 | +* **Video ID**: defines the video you want to search. Usable only with `youtube_transcripts` engine. |
| 28 | +* **Lang**: defines language for transcripts. Usable only with `youtube_transcripts` engine. |
| 29 | + |
| 30 | +## Templates and examples |
| 31 | + |
| 32 | +<!-- see https://www.notion.so/n8n/Pull-in-templates-for-the-integrations-pages-37c716837b804d30a33b47475f6e3780 --> |
| 33 | +[[ templatesWidget(title, 'searchapi') ]] |
| 34 | + |
| 35 | +## Related resources |
| 36 | + |
| 37 | +Refer to [SearchApi's documentation](https://www.searchapi.io/){:target=_blank .external-link} for more information about the service. You can also view [LangChain's documentation on integration](https://js.langchain.com/v0.2/docs/integrations/tools/searchapi/){:target=_blank .external-link}. |
| 38 | + |
| 39 | +--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md" |
| 40 | +--8<-- "_glossary/ai-glossary.md" |
0 commit comments