--- title: Jina AI node documentation description: Learn how to use the Jina AI node in n8n. Follow technical documentation to integrate Jina AI node into your workflows. contentType: [integration, reference] --- # Jina AI node Use the Jina AI node to automate work in Jina AI and integrate Jina AI with other applications. n8n has built-in support for a wide range of Jina AI features. On this page, you'll find a list of operations the Jina AI node supports, and links to more resources. ```{note} Credentials You can find authentication information for this node [here](/08-0-0-Workflow/integrations/builtin/credentials/jinaai.md). ``` ## Operations * **Reader**: * **Read**: Fetches content from a URL and converts it to clean, LLM-friendly formats. * **Search**: Performs a web search using Jina AI and returns the top results as clean, LLM-friendly formats. * **Research**: * **Deep Research**: Research a topic and generate a structured research report. ## Templates and examples ## Related resources Refer to [Jina AI's reader API documentation](https://r.jina.ai/docs) and [Jina AI's search API documentation](https://s.jina.ai/docs) for more information about the service. ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```