CreatorFinder API

Find public creator pages by niche and platform, then verify each accepted contact against the live source page for email, supported social URLs, and source provenance.

Price
$0.010000 per verified result
Contract
Niche/platform find, then live source-page verification
Output
JSON profile or machine-readable rejection

Source Providers

  1. Public link-in-bio/profile sitemaps
  2. Common Crawl CDX fallback
  3. urlscan.io fallback
  4. Internet Archive CDX fallback
  5. Platform APIs
  6. Customer-provided seeds

Agent Surfaces

Example

curl -X POST https://api.creatorfinder.dev/v1/creator-discovery/jobs \
  -H 'content-type: application/json' \
  -H 'idempotency-key: creatorfinder-example-001' \
  -d '{"niche":"AI tools","platforms":["youtube"],"max_results":10}'
curl -X POST https://api.creatorfinder.dev/v1/creator-discovery/verify \
  -H 'content-type: application/json' \
  -d '{"source_url":"https://example.com/contact"}'