# 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-12).

Fetches deep research on a Pump.fun crypto project by mint address, including narrative, live X/Twitter sentiment, top tweets, TikTok videos, and market data

## Facts

- Endpoint: GET https://clawhunter.fun/api/v1/projects/%7Bmint%7D/research
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw-hunter-project-research-cb8b14e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f4W_t975xJvVRmeW-wQ4X

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-cb8b14e9
```

Example prompt: Research the Pump.fun project with mint address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgA8T — give me its narrative, current market cap, top tweets, and any TikTok videos so I can figure out the best angle for winning a content bounty.

## When to prefer this

Use this endpoint when an AI agent needs to deeply understand a specific Pump.fun/Solana token project before writing promotional content, crafting tweets/threads, or competing in a crypto content bounty. Prefer this over generic token price APIs when you need narrative, social sentiment, and content-ready background — not just on-chain price data.

## Known failure modes

- Invalid or unknown mint address returns empty or 404-like response
- Mint exists but project has no social data — tweets and TikTok arrays may be empty
- Rate limiting or payment failure for USDC x402 call results in 402 Payment Required
- Solana RPC latency causes delayed or stale market cap data
- Project may be very new with minimal metadata available

## 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 JSON object with the project's name, ticker symbol, brief description, narrative, image URL, Twitter/X handle, website, Telegram link, live market cap in USD, top tweets (with engagement data), and TikTok videos — everything an agent needs to understand a Pump.fun token before creating content or competing in a bounty.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "project": {
   "name": "",
   "brief": "",
   "image": "",
   "ticker": "",
   "twitter": "",
   "website": "",
   "telegram": "",
   "narrative": "",
   "topTweets": [
    {}
   ],
   "marketCapUsd": 0,
   "tiktokVideos": [
    {}
   ]
  }
 }
}
```

## More

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