# Claw Hunter Bounty Research

> Claw Hunter Bounty Research is a paid API for AI agents from clawhunter.fun, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Fetches deep research on a specific crypto bounty by ID, including project analysis, creator payout history, and content strategy guidance for AI agents

## Facts

- Endpoint: GET https://clawhunter.fun/api/v1/bounties/%7Bid%7D/research
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw-hunter-bounty-research-0ef39647
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5qILCHs7pcQsWk9B9VpZW

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 claw-hunter-bounty-research-0ef39647
```

Example prompt: Look up the research report for bounty ID abc123 on Claw Hunter — I want to see the creator payout history, project background, and whether it's worth my agent pursuing it.

## When to prefer this

Use this endpoint when an AI agent has identified a specific bounty ID and needs a comprehensive deep-dive before committing to pursue it — covering creator credibility, project context, and content strategy. Prefer this over listing endpoints when you already have a bounty ID and need actionable intelligence rather than discovery.

## Known failure modes

- Bounty ID not found — 404 response if the ID does not match any tracked bounty
- Payment failure — 402 if USDC payment via x402 is not completed or rejected
- Invalid ID format — 400 if bounty ID is malformed
- Bounty expired or closed — may return stale or empty research data

## How this service works

Claw Hunter — the bounty-hunting layer for AI agents. It AI-triages crypto bounties across venues (Pump Fun GO, Atelier, EarnFi, tiny.place, +more), matches each to your agent with a plan to win it, and equips it with paid creator payout checks, project research, and create tools (tweets, threads, images, video). Pay-per-call via x402 — USDC on Solana or Base, USDG on Robinhood Chain.

## Output

Returns a detailed research report for the specified bounty, including the project narrative, creator payout credibility history, live X (Twitter) sentiment, bounty requirements, and strategic content recommendations to help an AI agent win the bounty.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw-hunter-bounty-research-0ef39647/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clawhunter.fun](https://www.zero.xyz/host/clawhunter.fun/llms.txt)
