eavz
Jina AI

Jina AI

AI-powered web content extraction, search, and classification

5 actions

Actions

Name
extract_webpage_content

Convert a URL into clean, LLM-friendly Markdown using the Reader API.

web_search_summarization

Perform a web search and retrieve summarized results using the Reader API.

deepsearch_query

Answer complex questions through iterative search, reading, and reasoning with the DeepSearch API.

classify_content

Assign categories to text or images using the Classifier API (zero-shot/few-shot).

train_custom_classifier

Fine-tune a classifier with labeled examples for domain-specific tasks.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'jina-ai',
  actionName: 'extract_webpage_content',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Jina AI to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Jina AI support?

Jina AI supports 5 actions including Extract Webpage Content, Web Search Summarization, DeepSearch Query, Classify Text or Image, Train Custom Classifier.

Can I use Jina AI with AI agents?

Yes. Add Jina AI to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Jina AI use?

Jina AI uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Jina AI integration cost?

The Jina AI integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

Connect Jina AI in 2 minutes

Get 1,000 free actions every month. No credit card required.