# x402 Emerging Categories Market Intelligence

> x402 Emerging Categories Market Intelligence is a paid API for AI agents from x402-market-intel-mcp.mtree.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Detects underserved x402 paid-API categories where buyer demand or payer growth outpaces supply and metadata completeness

## Facts

- Endpoint: POST https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/emerging_categories
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-emerging-categories-market-intelligence-ce728d16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2LhNrIoZRoNvHhiq-bYIk

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 x402-emerging-categories-market-intelligence-ce728d16 -d '<json body>'
```

Example prompt: Which x402 API categories right now have the highest buyer demand or payer growth relative to supply and metadata quality — show me the most underserved wedges I could build into?

## When to prefer this

Use this endpoint when you need to identify where to build or list a new x402 paid API service, or when conducting competitive landscape analysis of the x402 micropayment API ecosystem. Prefer it over generic market research tools when your focus is specifically on x402 pay-per-call categories ranked by observed buyer demand and payer growth signals.

## Known failure modes

- Insufficient telemetry data for a category returns sparse or low-confidence results
- Payment not received or x402 handshake fails returns 402 with payment instructions
- Invalid or malformed POST body returns 400 with schema validation error
- Service temporarily unavailable returns 503

## How this service works

Detect categories where buyer demand, revenue, or payer growth is high relative to supply and metadata completeness, highlighting underserved wedges. Price 0.10 USDC on Base via x402. Free preview: https://x402-market-intel-mcp.mtree.workers.dev/preview/emerging_categories?source=x402_manifest. Demo: https://x402-market-intel-mcp.mtree.workers.dev/demo/emerging_categories. Contact: https://x402-market-intel-mcp.mtree.workers.dev/contact.

## Output

A ranked list of x402 paid-API categories where buyer demand, revenue, or payer growth is disproportionately high relative to the number of available services and metadata completeness, highlighting specific underserved market wedges with supporting signals.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "integer",
       "maximum": 50,
       "minimum": 1
      },
      "min_payers": {
       "type": "integer",
       "minimum": 0
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "opportunities": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-emerging-categories-market-intelligence-ce728d16/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-market-intel-mcp.mtree.workers.dev](https://www.zero.xyz/host/x402-market-intel-mcp.mtree.workers.dev/llms.txt)
