Contributors
List contributors
GET /v1/contributorsParameter
Type
Description
GET /v1/contributors?platform=tiktok&niche=web3&min_followers=10000&limit=20
Authorization: Bearer YOUR_API_KEY{
"data": [
{
"id": "ctr_abc123",
"handle": "@creatorhandle",
"platform": "tiktok",
"followers": 45200,
"quality_score": 82.4,
"engagement_rate": 0.064,
"niche": ["web3", "crypto"],
"region": "US",
"mention_count_30d": 14
}
],
"next_cursor": "eyJpZCI6..."
}Get a contributor
Parameter
Type
Description
Top contributors
Parameter
Type
Description
Last updated
Was this helpful?