# Web Page Text Extractor (SSRF-Safe)

> Web Page Text Extractor (SSRF-Safe) is a paid API for AI agents from simultaneously-provincial-pit-joseph.trycloudflare.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Fetches a public web page and returns clean structured text including title, description, headings, body text, and links — without a browser.

## Facts

- Endpoint: POST https://simultaneously-provincial-pit-joseph.trycloudflare.com/api/v1/web-extract
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/web-page-text-extractor-ssrf-safe-d08beb93
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eQjCk51wlvR5k9BeicJU2

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-page-text-extractor-ssrf-safe-d08beb93 -d '<json body>'
```

Example prompt: Can you fetch the content of https://techcrunch.com/2024/05/01/openai-news/ and give me the title, main body text, and any links on the page?

## When to prefer this

Choose this endpoint when an agent needs to read the readable text content of a public web page without spinning up a headless browser. It is ideal for article extraction, link harvesting, and structured text retrieval from static or server-rendered pages. Prefer this over browser-based tools when speed and simplicity matter and the target page does not require JavaScript execution. The SSRF safety guarantee makes it appropriate for multi-tenant or automated agent pipelines where untrusted URLs may be submitted.

## Known failure modes

- Private or internal host blocked (SSRF protection) — returns an error if the URL resolves to a private IP range
- Non-200 HTTP response from target — error returned with upstream status
- URL is not a valid http/https URL — validation error
- Page is mostly JavaScript-rendered with no static HTML content — body text may be sparse or empty
- Rate limiting or connection timeout on target server — timeout error

## How this service works

Fetch a public web page and return clean structured text: title, description, headings, body text (50k chars) and up to 200 links. SSRF-safe (private/internal hosts blocked). For agents that need to read web content without a browser.

## Output

A structured object containing the page title, meta description, headings (h1–h6), body text (up to 50,000 characters), and up to 200 links found on the page — all as clean text, ready to read or process.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "A public http(s) URL to fetch and extract text from"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/web-page-text-extractor-ssrf-safe-d08beb93/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from simultaneously-provincial-pit-joseph.trycloudflare.com](https://www.zero.xyz/host/simultaneously-provincial-pit-joseph.trycloudflare.com/llms.txt)
