# MX Data Helper - Web Extract

> MX Data Helper - Web Extract is a paid API for AI agents from temporary-fleet-eclipse-duogf0d.vercel.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Extracts plain text content from a given URL via a pay-per-call x402 API on Base mainnet

## Facts

- Endpoint: POST https://temporary-fleet-eclipse-duogf0d.vercel.app/v1/web_extract
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mx-data-helper-web-extract-ab0d4861
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AwURN6hFydFZUhUm36cuo

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 mx-data-helper-web-extract-ab0d4861 -d '<json body>'
```

Example prompt: Can you extract all the text content from https://www.example.com/article so I can read and analyze what it says?

## When to prefer this

Choose this endpoint when you need to programmatically extract readable text from a public webpage on a pay-per-call basis without setting up your own scraping infrastructure. It is well-suited for one-off or low-volume URL text extraction tasks where micro-payment via x402 on Base is acceptable.

## Known failure modes

- URL is unreachable or returns a non-200 HTTP status
- URL points to a non-text resource (e.g. PDF, image, binary file)
- Payment fails or is insufficient (x402 payment required)
- Target page uses heavy JavaScript rendering and content cannot be statically extracted
- Rate limiting or access restrictions on the target website block extraction

## How this service works

Pay-per-call x402 data services on Base mainnet

## Output

Returns the extracted plain text content of the webpage at the provided URL, suitable for further analysis, summarization, or storage.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "URL to extract text from"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mx-data-helper-web-extract-ab0d4861/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from temporary-fleet-eclipse-duogf0d.vercel.app](https://www.zero.xyz/host/temporary-fleet-eclipse-duogf0d.vercel.app/llms.txt)
