# Bounty Radar – Research Topic Scout

> Bounty Radar – Research Topic Scout is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-14).

Scans and returns a ranked radar of bounty opportunities matching a given research topic, scene, or job brief

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/bounty-radar
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bounty-radar-research-topic-scout-a3346d3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9tW3p8nYyh1pQIQ-3KN6W

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 bounty-radar-research-topic-scout-a3346d3f -d '<json body>'
```

Example prompt: Can you run a bounty radar search on the topic 'AI agent tooling' and return up to 10 matching bounty opportunities for me?

## When to prefer this

Use this endpoint when an agent needs to discover open bounty opportunities that match a research topic, narrative scene, or job brief — particularly when feeding into downstream endpoints like bid-draft or win-share-bid. Prefer this over generic web search when you want structured, marketplace-aware bounty results within the devvizion ecosystem.

## Known failure modes

- Missing topic field returns 400 or empty results
- Invalid packId causes lookup failure or unrelated results
- Limit set too high may hit server-side caps
- Payment not processed (402) if x402 header missing or insufficient USDC balance
- Malformed JSON body returns 400 bad request
- Topic too vague may return low-relevance or empty radar results

## How this service works

Multi-source open bounty radar ranked (0.015 USDC). Free 3-item: GET /v0/sample-radar then POST {limit}.

## Output

A JSON list of up to `limit` bounty opportunities ranked by relevance to the provided topic, scene, or brief, including bounty metadata such as titles, descriptions, and matching signals

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Optional URL alias for topic"
  },
  "brief": {
   "type": "string",
   "description": "Bid-draft job brief"
  },
  "limit": {
   "type": "number",
   "description": "Radar result limit"
  },
  "scene": {
   "type": "string",
   "description": "Storyboard scene description"
  },
  "topic": {
   "type": "string",
   "description": "Research topic, scene, or brief text"
  },
  "packId": {
   "type": "string",
   "description": "Pack id for /v0/pack"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "contentType": "text/markdown; charset=utf-8",
  "description": "bounty-radar markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bounty-radar-research-topic-scout-a3346d3f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.devvizion.com](https://www.zero.xyz/host/x402.devvizion.com/llms.txt)
