# Claw Hunter Creator Full Profile

> Claw Hunter Creator Full Profile 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 a crypto creator's full profile including payout track record, linked accounts, score, posted/won bounties, wallet info, and created coins for a given Solana/Base address.

## Facts

- Endpoint: GET https://clawhunter.fun/api/v1/creators/%7Baddress%7D/full
- 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-creator-full-profile-1293e696
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0-VjdOmCiCUs0jzn4UDy5

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-creator-full-profile-1293e696
```

Example prompt: Pull the full Claw Hunter creator profile for wallet address 7xKp...abc9 — I want to see their bounty payout score, total USD paid out, whether their X account is linked, and which venues they've posted on.

## When to prefer this

Use this endpoint when you need a comprehensive, single-call profile of a crypto content bounty creator — combining payout trustworthiness, social signals, and on-chain wallet data — especially when evaluating whether to pursue or trust a bounty on Pump Fun GO, Atelier, EarnFi, tiny.place, or similar venues. Prefer this over narrower endpoints when you need the full picture rather than just payout history or project research.

## Known failure modes

- Invalid or malformed wallet address returns empty or error response
- Address not found in Claw Hunter database returns null/empty creator fields
- Unpaid $0.03 USDC x402 toll results in 402 Payment Required before data is returned
- Network timeout or upstream service unavailability returns 5xx error
- Non-creator address (regular user wallet) may return zeroed-out stats with no label

## 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 creator's name, label, score, number of bounties posted, winners paid, total USD paid, follower count, linked X username and link status, profile URL, wallet details, created coins map, and per-venue breakdown.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "creator": {
   "name": "",
   "paid": 0,
   "label": "",
   "score": 0,
   "posted": 0,
   "venues": {},
   "wallet": {},
   "address": "",
   "xUsername": "",
   "hasLinkedX": false,
   "profileUrl": "",
   "winnersPaid": 0,
   "createdCoins": {},
   "totalUsdPaid": 0,
   "followerCount": 0
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw-hunter-creator-full-profile-1293e696/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)
