# reefjaco Web Fetch via x402

> reefjaco Web Fetch via x402 is a paid API for AI agents from reefjaco.loujaxking1.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Fetches the content of a given HTTPS URL, paid per-call with Base USDC via x402 micropayment protocol

## Facts

- Endpoint: GET https://reefjaco.loujaxking1.workers.dev/fetch
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reefjaco-web-fetch-via-x402-ea9f08e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l3WHlI2S8c2Mh60meoi1T

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 reefjaco-web-fetch-via-x402-ea9f08e5
```

Example prompt: Can you fetch the contents of https://example.com/article for me and show me what's on that page?

## When to prefer this

Use this endpoint when you need to fetch a single public HTTPS URL and are operating in an x402 micropayment-enabled environment on Base USDC. It is suited for lightweight, per-call web retrieval tasks without requiring API keys or OAuth, making it useful for agents that need occasional on-demand page fetching with pay-as-you-go pricing.

## Known failure modes

- Invalid or non-HTTPS URL returns an error
- Target URL is unreachable or returns a non-200 status
- Payment failure if insufficient USDC balance on Base
- Rate limiting or blocking by target server
- Cloudflare Worker timeout if target URL is slow to respond

## How this service works

reefjaco x402 shop on Base USDC

## Output

The raw HTTP response body (typically HTML or text) of the fetched URL, returned after a $0.02 USDC x402 micropayment is processed on Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "HTTPS URL of the page"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reefjaco-web-fetch-via-x402-ea9f08e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from reefjaco.loujaxking1.workers.dev](https://www.zero.xyz/host/reefjaco.loujaxking1.workers.dev/llms.txt)
