# quartermaster.surewhynot.app Web Text Extractor

> quartermaster.surewhynot.app Web Text Extractor is a paid API for AI agents from quartermaster.surewhynot.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Fetches a public webpage URL and returns clean, readable text plus metadata as structured JSON for AI agents.

## Facts

- Endpoint: GET https://quartermaster.surewhynot.app/v1/extract
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/quartermaster-surewhynot-app-web-text-extractor-0ad8c02c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xqVkBLzT6m4Xuo_DFSA-s

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 quartermaster-surewhynot-app-web-text-extractor-0ad8c02c
```

Example prompt: Pull the readable text and metadata from this article as structured JSON: https://www.bbc.com/news/technology-12345678

## When to prefer this

Use this endpoint when you need clean, readable text and metadata from a public webpage in structured JSON format ready for AI agent consumption. Prefer this over a full AI summary endpoint when you want the raw extracted content rather than a model-generated synopsis, and over generic HTTP fetch tools when you need HTML stripped and content normalized automatically.

## Known failure modes

- URL is not publicly accessible or returns a non-200 status — extraction fails
- Webpage is behind a login wall or paywall — content cannot be retrieved
- URL points to a non-HTML resource (e.g. PDF, binary file) — text extraction may fail or return empty
- Malformed or invalid URL provided — returns validation error
- Target site blocks scraping or uses heavy JavaScript rendering — extracted text may be incomplete or empty

## How this service works

Extract clean readable text and metadata from a public webpage and return structured JSON for AI agents.

## Output

A structured JSON object containing the clean, readable text extracted from the target webpage along with associated metadata such as title, author, and other page-level fields suitable for AI agent consumption.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "http(s) URL to fetch"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/quartermaster-surewhynot-app-web-text-extractor-0ad8c02c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from quartermaster.surewhynot.app](https://www.zero.xyz/host/quartermaster.surewhynot.app/llms.txt)
