# Rotary Agency Web Reader

> Rotary Agency Web Reader is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches any public webpage and returns its content as clean, readable markdown via Jina Reader

## Facts

- Endpoint: GET https://rotaryagency.uk/api/reader
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-web-reader-b2172ffa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TFHg-TGatKAq1AgZjvf-i

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 rotary-agency-web-reader-b2172ffa
```

Example prompt: Can you read the content of https://techcrunch.com/2024/05/01/openai-announces-gpt5/ and give me the article as clean markdown text?

## When to prefer this

Use this endpoint when you need to retrieve and read the human-readable text content of any public webpage in clean markdown format, especially for feeding web content into LLMs for summarization, analysis, or QA. It is ideal for one-off URL reads where you want HTML noise stripped out automatically via Jina Reader, at a very low cost of $0.003 per call.

## Known failure modes

- URL is behind a login wall or paywall — returns partial or no content
- Target page uses heavy JavaScript rendering that Jina Reader cannot execute — may return incomplete content
- Invalid or malformed URL provided — returns an error response
- Target server blocks scraping bots — may return empty or error content
- Very large pages may time out or return truncated content

## How this service works

Read any webpage as clean markdown via free Jina Reader. Wor...

## Output

Returns the full content of the requested webpage rendered as clean markdown, with HTML tags, navigation, ads, and boilerplate stripped away, leaving only the main readable text content.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "string",
  "via": "\"jina-reader\"",
  "cost": "\"free\"",
  "title": "string",
  "source": "string",
  "content": "string — markdown content",
  "contentLength": "number"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-web-reader-b2172ffa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
