Marketplace listing

Creator contact discovery API for agent marketplaces.

Use this copy for AgentCash, agentic.market, and API directories that need endpoint, price, network, input, and output fields.

Draft PR page

Short Description

Find public creator contacts for targeted outreach.

Long Description

CreatorFinder accepts a creator niche, platform list, or public seed URLs; finds candidate public creator sources; confirms that a usable email appears on the current live page; extracts supported creator and social profile URLs; and returns creator contact records with timestamp, confidence score, provenance, and rejection metadata.

Machine Fields

{
  "name": "CreatorFinder",
  "category": ["creator discovery", "data enrichment", "agent tools"],
  "provider_url": "https://creatorfinder.dev/",
  "docs_url": "https://creatorfinder.dev/docs/",
  "openapi_url": "https://api.creatorfinder.dev/openapi.json",
  "llms_txt_url": "https://creatorfinder.dev/llms.txt",
  "primary_endpoint": "POST /v1/creator-discovery/jobs",
  "paid_endpoint": "GET /v1/creator-discovery/jobs/{job_id}/results",
  "unit": "verified creator contact",
  "price": "0.010000 USD",
  "network": "eip155:8453",
  "payment": ["x402", "AgentCash-compatible"],
  "inputs": ["niche", "platforms", "seed_urls", "max_results", "budget_cap_usd"],
  "outputs": ["public_email", "social_urls", "source_url", "source_checked_at", "confidence_score", "rejection.code"]
}