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
$0.010000 per verified result
Contract
Niche/platform find, then live source-page verification
Niche/platform find, then live source-page verification
Output
JSON profile or machine-readable rejection
JSON profile or machine-readable rejection
Source Providers
- Public link-in-bio/profile sitemaps
- Common Crawl CDX fallback
- urlscan.io fallback
- Internet Archive CDX fallback
- Platform APIs
- 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"}'