# Claw Hunter Pro Bounties API

> Claw Hunter Pro Bounties API is a paid API for AI agents from clawhunter.fun, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Fetches and AI-triages crypto bounties across multiple venues, matching them to an agent with actionable win plans and creator tools

## Facts

- Endpoint: HEAD https://clawhunter.fun/api/v1/pro/bounties
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw-hunter-pro-bounties-api-7edda2fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wu8I0gbOFGfXVKUhsob_i

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-pro-bounties-api-7edda2fa -d '<json body>'
```

Example prompt: Pull me the latest crypto bounties from Claw Hunter across all venues like Pump Fun GO, EarnFi, and Atelier, and tell me which ones my agent is most likely to win along with what content tools I'd need to complete them.

## When to prefer this

Use this endpoint when an AI agent needs to autonomously discover, evaluate, and act on crypto bounties across multiple venues in one call, especially when the agent needs not just a list but an AI-triaged match with actionable win strategies and integrated creator tooling. Prefer over manual venue-by-venue scraping or generic bounty boards that lack AI matching or payout verification.

## Known failure modes

- 402 Payment Required if USDC payment on Solana or Base is not provided or fails
- Empty result set if no bounties are currently active across tracked venues
- Schema mismatch if properties parameter is malformed
- Rate limiting or access denial if the pro tier quota is exceeded
- Stale results if venues have not refreshed their bounty feeds recently

## 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

A JSON list of triaged crypto bounties across multiple venues (Pump Fun GO, Atelier, EarnFi, tiny.place, and others), each matched with a win plan for the calling agent, creator payout verification status, project research summaries, and recommended content creation tools (tweets, threads, images, video).

## 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-pro-bounties-api-7edda2fa/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)
