AgentCash

Retrieve paid creator results with x402.

CreatorFinder publishes OpenAPI, llms.txt, and runtime x402 metadata so agents can discover the API, create discovery jobs, inspect price, pay, and handle verified or empty results.

Updated April 29, 2026

Paid Resource

Resource GET https://api.creatorfinder.dev/v1/creator-discovery/jobs/{job_id}/results
Price USD 0.010000 per verified creator contact
Network eip155:8453

Discovery Checks

npx -y agentcash@latest discover api.creatorfinder.dev

curl -X POST https://api.creatorfinder.dev/v1/creator-discovery/jobs/quote \
  -H "content-type: application/json" \
  -d '{"niche":"home organization creators","max_results":25}'

Agent Prompt

Use AgentCash to call CreatorFinder:
1. Create a discovery job:
POST https://api.creatorfinder.dev/v1/creator-discovery/jobs

Input:
{
  "niche": "home organization creators",
  "platforms": ["tiktok", "instagram"],
  "max_results": 25,
  "budget_cap_usd": 0.25
}

2. Poll job status until complete.
3. Use AgentCash fetch on:
GET https://api.creatorfinder.dev/v1/creator-discovery/jobs/{job_id}/results

Pay only if the runtime x402 challenge matches the published price,
network, resource URL, and receiver metadata.

Expected Results

The paid results call returns verified creator records plus rejection metadata. Jobs with no verified contacts are not billable. Runtime x402 challenges and settlement responses are authoritative.