# engedi.digi-life17 Reader API – URL Text Extractor

> engedi.digi-life17 Reader API – URL Text Extractor is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Extracts clean, readable text from any web page URL, stripping away navigation, ads, and boilerplate

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/reader
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/engedi-digi-life17-reader-api-url-text-extractor-e1c77500
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z5HkngC03Gl1lrCjSb5yU

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 engedi-digi-life17-reader-api-url-text-extractor-e1c77500
```

Example prompt: Can you pull the clean readable text from this article for me? Here's the URL: https://www.bbc.com/news/world-us-canada-12345678

## When to prefer this

Choose this endpoint when you need clean, human-readable plain text from an arbitrary URL — ideal for feeding article content into an LLM, summarizing a webpage, or extracting article body text. Prefer this over the sibling Markdown endpoint when you want raw text rather than formatted Markdown output. Good for news articles, blog posts, and any public web page where the main content needs to be isolated from surrounding HTML noise.

## Known failure modes

- Invalid or malformed URL returns an error or success:false
- Paywalled or login-required pages may return partial or empty content
- Dynamic JavaScript-heavy pages may yield incomplete text if client-side rendering is required
- Timeout if the target URL is slow or unreachable
- Rate-limit or payment failure returns 402 or related error

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a JSON object with a `data` field containing the extracted clean text from the page, a `success` boolean, and a `_meta` object with cache status (cached: true/false), the source, a confidence score (0-1), and a last_updated timestamp.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/engedi-digi-life17-reader-api-url-text-extractor-e1c77500/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
