# MakeMoneyBot Funded Demand Radar

> MakeMoneyBot Funded Demand Radar is a paid API for AI agents from x402-api-rvva2a.openpouch.sh, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns a curated list of paid freelance/gig job opportunities filtered by niche, powered by x402 micropayments on Base

## Facts

- Endpoint: GET https://x402-api-rvva2a.openpouch.sh/v1/funded-demand-radar
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/makemoneybot-funded-demand-radar-97b08fc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S-UvHzaV4bQ-7jJxRcDMH

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 makemoneybot-funded-demand-radar-97b08fc9
```

Example prompt: Show me up to 20 funded job opportunities in the x402 niche from MakeMoneyBot's demand radar — I want to see what people are actually paying for right now.

## When to prefer this

Use this endpoint when an agent or user wants to discover real, funded demand for gig work or freelance opportunities specifically within the x402 and crypto ecosystem niches; prefer over generic job boards when the user wants monetizable opportunities paying in USDC on Base, or when filtering by specialized niches like security, trading, code, content, or agent_ops.

## Known failure modes

- Insufficient USDC payment results in 402 Payment Required response
- Invalid niche enum value returns empty or error response
- limit out of range (outside 1-50) may cause validation error
- No matching jobs for the query returns empty jobs array with count 0
- Service unavailable if openpouch.sh host is down

## How this service works

x402-paid Demand Radar + money briefs + hash. Free: /v1/sample-brief, /v1/demand-radar-sample. Demand Radar GET/POST /v1/demand-radar ≥$0.25 USDC. Pack ≥$1 USDC on Base.

## Output

A JSON object containing an array of job listings with fields including niche, price in USDC, and offering name; plus a total count of matched jobs and the number of empty listings stripped; response also confirms the per-call price paid.

## 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",
     "properties": {
      "q": {
       "type": "string",
       "description": "Free-text filter"
      },
      "limit": {
       "type": "integer",
       "description": "Max jobs (1-50, default 15)"
      },
      "niche": {
       "type": "string",
       "description": "Niche/theme: x402|security|research|trading|code|content|agent_ops"
      },
      "theme": {
       "type": "string",
       "description": "Alias for niche"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "jobs": [
   {
    "niche": "monetization_x402",
    "price_usdc": 25,
    "offering_name": "x402 API Endpoint Setup"
   }
  ],
  "count": 8,
  "price_usdc": 1,
  "empty_shelves_stripped": 12
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/makemoneybot-funded-demand-radar-97b08fc9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-api-rvva2a.openpouch.sh](https://www.zero.xyz/host/x402-api-rvva2a.openpouch.sh/llms.txt)
