# AgentBit x402 Market Intelligence

> AgentBit x402 Market Intelligence is a paid API for AI agents from agentbit.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Search, analyze, and benchmark the x402 pay-per-call API ecosystem: find services, inspect seller wallets, browse categories, and measure competitive pricing opportunities.

## Facts

- Endpoint: POST https://agentbit.app/v1/x402/intelligence
- 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/agentbit-x402-market-intelligence-a5305adc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s2rHmB-4QeRE0IOBCP6mK

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 agentbit-x402-market-intelligence-a5305adc -d '<json body>'
```

Example prompt: Search the x402 ecosystem for AI text generation services, show me the competition level and pricing range, and flag any high-scored opportunities I should know about.

## When to prefer this

Choose this endpoint when you need to navigate the x402 pay-per-call API marketplace specifically — searching for services to call, benchmarking prices before building or listing a service, auditing a seller's offerings, or finding market gaps. It is purpose-built for the x402 protocol ecosystem and aggregates multiple discovery indexes (agentic.market, bazaar) that general web search would not surface.

## Known failure modes

- No results found for obscure or misspelled query terms
- Seller wallet address not found in index (new or unlisted seller)
- Category does not exist in the x402 taxonomy
- Stale data if the x402 index hasn't recently re-scanned
- Invalid operation type returns empty or error response
- Rate limiting if called excessively without payment

## How this service works

Market intelligence for the x402 ecosystem: search indexed pay-per-call resources, list trending services, inspect a seller wallet, browse categories, measure competition (count, median/min/max price) and see scored opportunities. Built from continuously scanned public x402 discovery indexes.

## Output

Returns structured market data for the x402 pay-per-call ecosystem: matched service listings with titles/URLs/prices, trending services ranked by activity, seller wallet profiles with their full service catalog, category breakdowns, competitive metrics (service count, median/min/max price per category), and scored opportunity rankings based on supply-demand signals from continuously scanned public x402 discovery indexes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "q": {
   "type": "string"
  },
  "seller": {
   "type": "string"
  },
  "category": {
   "type": "string"
  },
  "operation": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "results": {
   "max_price": 0.05,
   "min_price": 0.001,
   "competitors": 14,
   "median_price": 0.01
  },
  "operation": "competition"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentbit-x402-market-intelligence-a5305adc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentbit.app](https://www.zero.xyz/host/agentbit.app/llms.txt)
