# Toll URL Intelligence Extractor

> Toll URL Intelligence Extractor is a paid API for AI agents from glade-able-thunder-charm.grok.me, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Extracts structured intelligence from a given URL, paid per-call in USDC on Base via x402

## Facts

- Endpoint: POST https://glade-able-thunder-charm.grok.me/api/v1/extract
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/toll-url-intelligence-extractor-ffe5e3ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6zsZ2YPYXwlfVZysl5ZTp

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 toll-url-intelligence-extractor-ffe5e3ed -d '<json body>'
```

Example prompt: Can you extract the key information and metadata from this URL for me: https://example.com/some-article?

## When to prefer this

Prefer this endpoint when you need to extract structured data or intelligence from a URL on a pay-per-call basis without a subscription, especially in automated pipelines where cost control per request matters. It is well-suited for agents that need ad-hoc URL analysis without maintaining a scraping infrastructure. The x402/USDC micropayment model makes it ideal for agent-native workflows on Base.

## Known failure modes

- Invalid or malformed URL returns an error response
- URL is unreachable or returns a non-200 HTTP status
- Payment in USDC on Base not completed or rejected, blocking the request
- Rate limiting or timeout if the target page is slow to load
- URL points to non-HTML content (PDF, binary) that cannot be parsed
- Anti-scraping protections on the target site block extraction

## How this service works

URL intelligence. Paid in USDC on Base.

## Output

A JSON object containing structured intelligence extracted from the provided URL, which may include page title, description, main content, metadata, links, and other parsed attributes of the web page.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/toll-url-intelligence-extractor-ffe5e3ed/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from glade-able-thunder-charm.grok.me](https://www.zero.xyz/host/glade-able-thunder-charm.grok.me/llms.txt)
