# Claw Hunter Project Research

> Claw Hunter Project 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-14).

Performs deep AI-driven research on a crypto project including narrative analysis, live X (Twitter) sentiment, and content intelligence to support bounty hunting

## Facts

- Endpoint: POST https://clawhunter.fun/api/v1/tools/research
- Price: $0.03/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-project-research-fe832bfc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9AgDFjvW8CQtiwwmnHb6f

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-project-research-fe832bfc -d '<json body>'
```

Example prompt: Research the Pump.fun project $BONK for me — pull its narrative, check live X sentiment right now, and give me a full content intelligence breakdown so I can figure out how to win a bounty on it.

## When to prefer this

Use this endpoint when an AI agent needs deep contextual intelligence on a specific Pump.fun crypto project before crafting content or submitting a bounty — particularly when you need both narrative framing and live social sentiment in a single call rather than querying separate data sources.

## Known failure modes

- Project not found on Pump.fun — returns empty or error response
- Invalid or missing project identifier in request body
- Payment not received or insufficient USDC — x402 payment required at $0.03 per call
- Rate limit exceeded for the endpoint
- X/Twitter sentiment data temporarily unavailable due to upstream API issues
- Malformed request body returns 400 error

## 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 structured JSON report containing the project's narrative framing, live X/Twitter sentiment analysis, content intelligence signals, and contextual data useful for crafting bounty-winning content or evaluating the project's community traction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "what to research, in plain language. Required (max 2000 chars)."
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw-hunter-project-research-fe832bfc/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)
