Creator contact API
Verified creator contacts with source-page proof.
CreatorFinder checks public creator source URLs and returns a verified public email, social profiles, the source URL, and a timestamp. If a page does not verify, the API returns a clear rejection reason.
- Public source URLs
- Exact email match
- $0.01 launch unit
Updated April 29, 2026
Direct answer
What is CreatorFinder?
CreatorFinder is a creator contact verification API for public source
URLs. The API fetches a current public creator page, confirms that a
usable email appears on that page, extracts supported social profile
links, and returns a source-backed creator record. Each accepted result
includes the public email, source URL, verification timestamp, social
URLs, confidence score, and provenance metadata. Pages that do not pass
verification return stable rejection codes such as missing_email,
missing_social, or source_url_not_allowed.
What returns
Clean records that explain themselves.
Verification rule
A creator record is accepted only after three checks.
- The current public source page loads within the API limits.
- The exact public email string appears on that live page.
- At least one supported creator profile URL is present.
Example
Verify one public creator page.
curl -X POST https://api.creatorfinder.dev/v1/creator-discovery/verify \
-H "content-type: application/json" \
-d '{
"source_url": "https://creator.example/profile",
"min_social_count": 1
}'
Pricing
$0.01 launch unit for a verified creator result.
Runtime API payment metadata is authoritative when paid access is enabled. Rejected pages return machine-readable reasons instead of profiles.
Humans and agents