Jina

Jina AI é uma poderosa ferramenta de extração de conteúdo que se integra perfeitamente à Zoen para transformar conteúdo web em texto limpo e legível. Esta integração permite que desenvolvedores incorporem facilmente capacidades de processamento de conteúdo web em seus fluxos agentic.

O Jina AI Reader é especializado em extrair o conteúdo mais relevante de páginas web, removendo ruído, anúncios e problemas de formatação para produzir texto limpo e estruturado, otimizado para modelos de linguagem e outras tarefas de processamento de texto.

Com a integração do Jina AI na Zoen, você pode:

  • Extrair conteúdo limpo de qualquer página web simplesmente fornecendo uma URL
  • Processar layouts web complexos em texto estruturado e legível
  • Manter o contexto importante enquanto remove elementos desnecessários
  • Preparar conteúdo web para processamento posterior nos fluxos dos seus agentes
  • Agilizar tarefas de pesquisa convertendo rapidamente informações da web em dados utilizáveis

Esta integração é especialmente valiosa para construir agentes que precisam reunir e processar informações da web, conduzir pesquisas ou analisar conteúdo online como parte do seu fluxo de trabalho.

Usage Instructions

Integrate Jina AI into the workflow. Search the web and get LLM-friendly results, or extract clean content from specific URLs with advanced parsing options.

Actions

jina_read_url

Extract and process web content into clean, LLM-friendly text using Jina AI Reader. Supports advanced content parsing, link gathering, and multiple output formats with configurable processing options.

Input

ParameterTypeRequiredDescription
urlstringYesThe URL to read and convert to markdown (e.g., "https://example.com/page"\)
useReaderLMv2booleanNoWhether to use ReaderLM-v2 for better quality (3x token cost)
gatherLinksbooleanNoWhether to gather all links at the end
jsonResponsebooleanNoWhether to return response in JSON format
apiKeystringYesYour Jina AI API key
withImagesummarybooleanNoGather all images from the page with metadata
retainImagesstringNoControl image inclusion: "none" removes all, "all" keeps all
returnFormatstringNoOutput format: markdown, html, text, screenshot, or pageshot
withIframebooleanNoInclude iframe content in extraction
withShadowDombooleanNoExtract Shadow DOM content
noCachebooleanNoBypass cached content for real-time retrieval
withGeneratedAltbooleanNoGenerate alt text for images using VLM
robotsTxtstringNoBot User-Agent for robots.txt checking
dntbooleanNoDo Not Track - prevents caching/tracking
noGfmbooleanNoDisable GitHub Flavored Markdown

Output

ParameterTypeDescription
contentstringThe extracted content from the URL, processed into clean, LLM-friendly text
tokensUsednumberNumber of Jina tokens consumed by this request

Search the web and return top 5 results with LLM-friendly content. Each result is automatically processed through Jina Reader API. Supports geographic filtering, site restrictions, and pagination.

Input

ParameterTypeRequiredDescription
qstringYesSearch query string (e.g., "machine learning tutorials")
apiKeystringYesYour Jina AI API key
numnumberNoMaximum number of results per page (default: 5)
sitestringNoRestrict results to specific domain(s). Can be comma-separated for multiple sites (e.g., "jina.ai,github.com")
withFaviconbooleanNoInclude website favicons in results
withImagesummarybooleanNoGather all images from result pages with metadata
withLinksummarybooleanNoGather all links from result pages
retainImagesstringNoControl image inclusion: "none" removes all, "all" keeps all
noCachebooleanNoBypass cached content for real-time retrieval
withGeneratedAltbooleanNoGenerate alt text for images using VLM
respondWithstringNoSet to "no-content" to get only metadata without page content
returnFormatstringNoOutput format: markdown, html, text, screenshot, or pageshot

Output

ParameterTypeDescription
resultsarrayArray of search results, each containing title, description, url, and LLM-friendly content
titlestringPage title
descriptionstringPage description or meta description
urlstringPage URL
contentstringLLM-friendly extracted content
usageobjectToken usage information
tokensnumberNumber of tokens consumed by this request
tokensUsednumberNumber of Jina tokens consumed by this request

On this page