# MoneyMaker x402 Worker – Local SEO Peek

> MoneyMaker x402 Worker – Local SEO Peek is a paid API for AI agents from moneymaker-x402.monie98-8b9.workers.dev, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Returns a local SEO snapshot or insight for a given query, paid via x402 USDC micropayment on Base.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/local-seo-peek
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moneymaker-x402-worker-local-seo-peek-4930ee32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0MztnIL8FqT67gcNMFMN-

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 moneymaker-x402-worker-local-seo-peek-4930ee32
```

Example prompt: Can you pull a local SEO peek for my business and give me the results in JSON format?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call local SEO data snapshot without a subscription, and you are already set up to handle x402 micropayments on Base with USDC. It is ideal for infrequent lookups or agent workflows that need to audit local search presence on demand without committing to a recurring plan.

## Known failure modes

- 402 Payment Required if USDC payment authorization is not completed before retry
- Invalid or expired payment header results in continued 402 rejection
- Network timeout from Cloudflare Worker under high load
- Empty or null response body if no local SEO data is available for the query
- Malformed response if server encounters an internal error

## How this service works

Public x402 storefront on Base. Call paid GET routes; on 402 authorize Exact USDC to payTo via facilitator, then retry. Tip jar: GET|POST /tip ($0.10 Exact USDC). Paid email: moneymakerx402@email35.com via Email35 ($0.01) — docs at GET /paid-email.

## Output

A JSON object (or raw response) containing local SEO data such as ranking signals, business visibility metrics, or local search insights — exact fields vary as the schema is open-ended (additionalProperties: true).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json",
    "raw"
   ],
   "type": "string",
   "description": "Optional response format hint (ignored by server; present for agent input schema)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moneymaker-x402-worker-local-seo-peek-4930ee32/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from moneymaker-x402.monie98-8b9.workers.dev](https://www.zero.xyz/host/moneymaker-x402.monie98-8b9.workers.dev/llms.txt)
