# Spraay URL Content Extractor

> Spraay URL Content Extractor is a paid API for AI agents from gateway.spraay.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Extracts clean, readable content from up to 5 URLs in a single request, optimized for RAG pipelines and AI ingestion.

## Facts

- Endpoint: POST https://gateway.spraay.app/api/v1/search/extract
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spraay-url-content-extractor-1727d98f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kBcqbB6zOXrsmgpfg-H2k

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 spraay-url-content-extractor-1727d98f -d '<json body>'
```

Example prompt: Extract clean, readable content from these three URLs so I can feed them into my RAG pipeline: https://example.com/article1, https://example.com/article2, and https://example.com/article3.

## When to prefer this

Choose this endpoint when you need to convert raw web URLs into clean, LLM-ready text — especially for RAG pipeline ingestion, vector embedding, or providing fresh web context to a language model. It is optimized for batch extraction of up to 5 URLs per call, making it efficient for multi-source research tasks. Prefer this over generic scrapers when you need boilerplate-stripped, readable content rather than raw HTML.

## Known failure modes

- URL is unreachable or returns a non-200 status — extraction fails for that URL
- Paywalled or login-gated pages return partial or empty content
- JavaScript-rendered single-page apps may yield incomplete content if JS execution is not supported
- Exceeding 5 URLs per request returns a validation error
- Malformed or invalid URLs rejected at input validation
- Rate limiting or payment failures result in 402 responses

## How this service works

Extract clean content from URLs for RAG pipelines. Up to 5 URLs per request.

## Output

Returns clean, extracted text content from each submitted URL, stripped of HTML markup, navigation, ads, and boilerplate — ready for embedding, indexing, or LLM context injection. Up to 5 URLs processed per request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "urls": {
   "type": "array"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/spraay-url-content-extractor-1727d98f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.spraay.app](https://www.zero.xyz/host/gateway.spraay.app/llms.txt)
