search_creators searches LinkDR’s imported creator graph. It does not hit YouTube live.
Use it when the user named a person, or when you want more channels than the ranking SERP showed.
Search YouTube creators for "presentation" and show name, followers, and email if we have one.
If you already have a watch URL from get_keyword_serp, get_contacts with that URL is the better first call.
Arguments
| Name | Type | Required |
|---|---|---|
q | string, 1–200 characters | Yes |
platform | YOUTUBE, INSTAGRAM, or TIKTOK | No |
limit | integer, optional | No |
Match is substring on name, handle, and category. Broad queries return noisy rows.
Request
{
"q": "presentation",
"platform": "YOUTUBE",
"limit": 2
}Response
{
"status": "found",
"matches": [
{
"kind": "creator",
"name": "Seth Grimes",
"handle": "Natural Language Processing presentations",
"platform": "YOUTUBE",
"followers": 46000,
"email": "grimes@altaplana.com",
"url": "https://www.youtube.com/channel/UCuGC1JusVvbOGa__qMtH3QA/videos"
},
{
"kind": "creator",
"name": "Presentation Process",
"handle": "Presentation Process",
"platform": "YOUTUBE",
"followers": 6950,
"email": null,
"url": "https://www.youtube.com/channel/UCTiyliqjYQm_xjXi065nQww"
}
]
}email: null means the import does not have one. Say that.
What to explore next
- get_contacts when you have a channel or watch URL
- get_keyword_serp for ranking videos
- YouTube outreach