# MoneyMaker x402 Worker – Idle ASO Keywords

> MoneyMaker x402 Worker – Idle ASO Keywords 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 idle or underutilized App Store Optimization (ASO) keywords for mobile app discovery analysis, paid per-call via x402 USDC micropayment on Base.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/idle-aso-keywords
- 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-idle-aso-keywords-1b7315f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bCsifubwUYuGGX1-YKF4Y

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-idle-aso-keywords-1b7315f0
```

Example prompt: Pull the current list of idle ASO keywords so I can find underutilized app store search terms my app isn't ranking for yet.

## When to prefer this

Choose this endpoint when you need a ready-made, on-demand feed of idle or underutilized ASO keywords without building your own scraping or ASO analytics pipeline, and when you are operating in a USDC micropayment (x402) context on Base. It is especially useful for lightweight, per-query ASO research without a subscription to a full ASO platform.

## Known failure modes

- 402 Payment Required — agent must authorize exact USDC payment to the payTo address via the x402 facilitator on Base before retrying
- Payment authorization failure — insufficient USDC balance or wallet not connected to Base network
- Invalid format parameter — though server ignores the format hint, malformed requests may be rejected
- 503/504 — Cloudflare Worker timeout or upstream data source unavailable
- Empty or null keyword list — may indicate data pipeline issue on the provider side

## 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

Returns a JSON object (or raw text) containing a list of idle or underperforming ASO keywords — search terms in the app store ecosystem that are not being actively targeted or are underutilized, which can inform keyword strategy for mobile app listings. The exact schema varies (additionalProperties: true) but typically includes keyword names and associated usage or performance signals.

## 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-idle-aso-keywords-1b7315f0/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)
