# Web Content Extractor - x402 Website Intelligence

> Web Content Extractor - x402 Website Intelligence is a paid API for AI agents from elon.tail49499f.ts.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches and extracts readable text content, title, and paragraphs from any public URL for AI agent consumption

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/extract-content
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/web-content-extractor-x402-website-intelligence-e1c4ef9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ND_hdSBqLd9uQ0rH8v0j_

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 web-content-extractor-x402-website-intelligence-e1c4ef9a -d '<json body>'
```

Example prompt: Can you pull the full text content from https://example.com/article and give me the title and main paragraphs so I can summarize it?

## When to prefer this

Choose this endpoint when you need clean, structured text extraction from a single public URL — particularly for AI agent pipelines that need article text, company descriptions, or product content without dealing with raw HTML. Best suited for static or server-rendered pages where readable text is present in the HTML source.

## Known failure modes

- URL is behind a paywall or login — returns empty or partial content
- URL is not publicly accessible or returns non-200 status — extraction fails
- Dynamic JavaScript-rendered pages may return incomplete text if content loads client-side
- Malformed or non-HTTP/HTTPS URLs will be rejected
- Very large pages may result in truncated text output

## How this service works

Curated x402 website intelligence API for autonomous AI agents. 24 high-value paid tools covering web content, company research, ecommerce product intelligence, SEO, security and domain trust.

## Output

Returns a JSON object containing the page title (string), full extracted text (string), and an array of individual paragraphs parsed from the target URL's readable content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTP or HTTPS URL to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "text": "",
  "title": "Example Domain",
  "paragraphs": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/web-content-extractor-x402-website-intelligence-e1c4ef9a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from elon.tail49499f.ts.net](https://www.zero.xyz/host/elon.tail49499f.ts.net/llms.txt)
