eavz
Web Reader

Web Reader

Fetch and extract content from web pages. Convert HTML to markdown or plain text, extract links, and pull structured data from any URL.

5 actions

Actions

Name
fetch_as_markdown

Fetch a URL and convert the HTML content to clean markdown.

fetch_as_text

Fetch a URL and return plain text with all HTML stripped.

extract_links

Extract all links from a web page, optionally filtered by a regex pattern.

extract_structured_data

Extract structured data from a page including JSON-LD, meta tags, and Open Graph data.

fetch_multiple

Fetch multiple URLs in parallel and return their content.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Web Reader to my app?

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

What actions does Web Reader support?

Web Reader supports 5 actions including Fetch as Markdown, Fetch as Text, Extract Links, Extract Structured Data, Fetch Multiple URLs.

Can I use Web Reader with AI agents?

Yes. Add Web Reader 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 Web Reader use?

Web Reader uses No Auth. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Web Reader integration cost?

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

Connect Web Reader in 2 minutes

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