# Agent Utilities — Scrub Score (Bounty Radar & Bid Draft)

> Agent Utilities — Scrub Score (Bounty Radar & Bid Draft) is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Scores a topic or URL for bounty/opportunity relevance and optionally generates a bid draft, paid per-call via x402 on Base.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/scrub-score
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-utilities-scrub-score-bounty-radar-bid-draft-a72a6a16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2lIM3KwoZULWmwtal_TPp

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 agent-utilities-scrub-score-bounty-radar-bid-draft-a72a6a16 -d '<json body>'
```

Example prompt: Score 'AI agent infrastructure' as a research topic for bounty opportunities and give me the full radar results — also draft a bid for this brief: 'Looking for an expert to write a 2000-word explainer on autonomous agents for a Web3 audience.'

## When to prefer this

Choose this endpoint when you need a per-call, no-subscription assessment of a topic's bounty/opportunity landscape or need a ready-to-submit bid draft, and want to pay only for what you use in USDC on Base via x402. Prefer over subscription APIs when usage is sporadic or cost-per-call matters.

## Known failure modes

- Missing required topic/brief/URL input returns an error or empty result
- Payment not settled via x402 on Base results in 402 Payment Required response
- Invalid packId returns not-found error
- Limit parameter out of range may return default result set
- Network or blockchain confirmation delays may cause timeout

## How this service works

Free sample bounty radar, then paid full radar (0.015 USDC) or bid draft (0.01 USDC) on Base via x402. No subscription.

## Output

Returns a markdown-formatted response containing a scrub score (opportunity/relevance rating) for the given topic or URL, optionally including ranked bounty radar results up to the specified limit, and/or a drafted bid proposal for the provided job brief.

## 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": "scrub-score markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-utilities-scrub-score-bounty-radar-bid-draft-a72a6a16/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)
