# Tavily Web Content Extractor (via Apiosk Gateway)

> Tavily Web Content Extractor (via Apiosk Gateway) is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Extracts the full text content from one or more web page URLs using Tavily's extraction engine.

## Facts

- Endpoint: POST https://gateway.apiosk.com/tavily/extract
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tavily-web-content-extractor-via-apiosk-gateway-6263b8d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H1eVBjHIUuCO-lhaPNHlZ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tavily-web-content-extractor-via-apiosk-gateway-6263b8d7 -d '<json body>'
```

Example prompt: Extract the full text content from these URLs for me: https://example.com/article1 and https://example.com/article2 — I need the readable body text from each page.

## When to prefer this

Choose this endpoint when you need the full text body of one or more web pages and want a clean, readable extraction powered by Tavily's engine. Prefer this over generic scrapers when you need reliable content extraction at a fixed per-call cost via the x402 USDC micropayment protocol. It's especially useful for agent pipelines that need to ingest live web content without managing browser automation.

## Known failure modes

- URL is unreachable or returns a non-200 HTTP status — extraction fails for that URL
- Page is behind a login or paywall — only partial or no content returned
- JavaScript-heavy single-page apps may return incomplete content if not rendered
- Rate limits or timeouts from the underlying Tavily service
- Malformed or invalid URL input causes a request error
- USDC payment via x402 protocol fails if wallet is underfunded

## How this service works

Extract web page content from one or more URLs.

## Output

Returns the extracted text content of the requested web page(s), typically including the main readable body text, stripped of HTML markup, suitable for further processing or analysis by an AI agent.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tavily-web-content-extractor-via-apiosk-gateway-6263b8d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
