文档

TikTok/Instagram/YouTube Influencer Discovery

试用

Find influencers and creators across TikTok, Instagram, and YouTube by keyword; expand similar creators, enrich profiles, and build outreach-ready lead lists. Influencer search, creator discovery, KOL sourcing.

它能做什么

Find influencers and creators across TikTok, Instagram, and YouTube by keyword; expand similar creators, enrich profiles, and build outreach-ready lead lists. Influencer search, creator discovery, KOL sourcing.

技能文档

Influencer Lead Discovery

Build decision-ready creator shortlists across TikTok, Instagram, and YouTube with explicit operation-level mapping.

Capability Matrix

YouTube

CapabilityoperationIdInterfaceMinimum input
搜索youtube用户search_youtube_userPOST /api/v1/search/youtube/userbody.query
搜索youtube视频search_youtube_videoPOST /api/v1/search/youtube/videobody.query
合作品牌youtube_user_brandsGET /api/v1/youtube/user/brandsquery.channel_id
用户top10 hashtag互动数据youtube_user_hashtag_engagementGET /api/v1/youtube/user/hashtag/engagementquery.channel_id
用户信息youtube_db_user_infoGET /api/v1/youtube/user/infoquery.anyOf(channel_id,username)
相似用户推荐youtube_user_similarGET /api/v1/youtube/user/similarquery.anyOf(channel_id,channel_handle)
用户视频youtube_db_user_videosGET /api/v1/youtube/user/videosquery.channel_id

TikTok

CapabilityoperationIdInterfaceMinimum input
搜索tiktok用户search_tiktok_userPOST /api/v1/search/tiktok/userbody.query
搜索tiktok视频search_tiktok_videoPOST /api/v1/search/tiktok/videobody.query
合作品牌tiktok_user_brandsGET /api/v1/tiktok/user/brandsquery.unique_id
用户top10 hashtag互动数据tiktok_user_hashtag_engagementGET /api/v1/tiktok/user/hashtag/engagementquery.unique_id
用户信息tiktok_db_user_infoGET /api/v1/tiktok/user/infoquery.unique_id
相似用户推荐tiktok_user_similarGET /api/v1/tiktok/user/similarquery.unique_id
用户视频tiktok_db_user_videosGET /api/v1/tiktok/user/videosquery.unique_id

Instagram

CapabilityoperationIdInterfaceMinimum input
合作品牌instagram_user_brandsGET /api/v1/instagram/user/brandsquery.username
用户top10 hashtag互动数据instagram_user_hashtag_engagementGET /api/v1/instagram/user/hashtag/engagementquery.username
用户信息instagram_db_user_infoGET /api/v1/instagram/user/infoquery.username
用户贴文instagram_db_user_mediasGET /api/v1/instagram/user/mediasquery.username
相似用户推荐instagram_user_similarGET /api/v1/instagram/user/similarquery.username
搜索instagram帖文search_instagram_mediaPOST /api/v1/search/instagram/mediabody.query
搜索instagram用户search_instagram_userPOST /api/v1/search/instagram/userbody.query

Cross-platform

CapabilityoperationIdInterfaceMinimum input
pingpingGET /api/pingnone
搜索联想search_instagram_suggestPOST /api/v1/search/suggestquery.platform, query.query

Quick Start

  1. Confirm campaign objective, target market, and primary platform.
  2. Use the Capability Matrix to choose operationIds by platform and task.
  3. Check references/request-response.md for required params and response field layout.
  4. Run scripts/execute_operation.py calls and rank candidates with evidence.

Workflow

  1. Build candidate pools first (search_*) and expand pagination for coverage.
  2. Enrich shortlisted creators (*_db_user_info, *_db_user_videos/*_db_user_medias, *_user_similar).
  3. Add partnership relevance signals (*_user_brands, *_user_hashtag_engagement) before ranking.
  4. Return a shortlist with explicit reasons, risks, and next actions.

Tooling

Execution commands:

  • List operations: python3 scripts/execute_operation.py --env-file .env list
  • Filter by tag: python3 scripts/execute_operation.py --env-file .env list --tag search
  • Example search: python3 scripts/execute_operation.py --env-file .env call --operation search_tiktok_user --body '{"query":"nike","page":1,"page_size":10}'
  • Example enrich: python3 scripts/execute_operation.py --env-file .env call --operation tiktok_db_user_info --query '{"unique_id":"nike"}'

Required environment variables:

  • SCRUMBALL_BASE_URL: API gateway base URL
  • SCRUMBALL_API_KEY: unified API key
  • Optional: SCRUMBALL_AUTH_PREFIX, SCRUMBALL_TIMEOUT_SECONDS

Env loading:

  • Use --env-file .env for explicit loading.
  • Without --env-file, script auto-tries ./.env then /.env.

Output Contract

Always return:

  • Top candidates: ordered list with platform + identifier
  • Why selected: 2-3 evidence points per candidate
  • Risks: data gaps or quality caveats
  • Next step: outreach/testing recommendation

Failure Handling

  • If required IDs are missing, request only minimal fields from the user.
  • If no results, relax one filter at a time and report what changed.
  • If API fails, include failed operationId and retry guidance.

References

  • references/api-index.md: full operation index + platform grouped index
  • references/request-response.md: request parameters + response top-level/data fields + minimal examples
  • references/operations.json: operation manifest used by scripts/execute_operation.py

Quota & Unlock (important: act on 429)

  • Free tier: a limited number of calls per day, zero-config (no key required — the skill defaults to a hosted gateway that injects the key server-side).

  • When any operation returns HTTP 429, or the response body has code=429 / contains quota_exceeded, you (the assistant) MUST immediately and clearly tell the user (do not silently retry, do not treat it as a generic error):

    Free quota exhausted. Register and get your own API key at https://data.scdata.cc/pricing, then set the environment variable SCRUMBALL_API_KEY to your key (in your host/agent environment or a local .env). You can then continue with your own quota.

  • The 429 response body usually includes apply_url and env_var fields you can quote directly.

相关技能

Use this skill when a user needs KOL or influencer research, creator email lookup, similar-creator discovery, outreach-list building, influencer prospecting,...

1 次安装

Discovers and ranks TikTok creators in any niche or topic using apidojo's TikTok scrapers on Apify. Triggers when the user asks to: find TikTok influencers in a specific niche, discover creators for a campaign, identify who's growing fastest on TikTok in a category, find micro-influencers on TikTok under a certain follower count, build a list of TikTok creators for brand partnerships, compare TikTok creator engagement rates in a vertical, or identify rising TikTok stars. Returns creator username, follower count, avg views, engagement rate, bio, and profile URL. Ideal for influencer marketers, brand partnership teams, and talent managers.

1 次安装

Fetch fresh, on-demand creator data across TikTok, Instagram, Facebook, and YouTube: page/profile info, latest videos, posts, and media details. Realtime creator data, profile lookup, content details.

Discovers brand collaboration patterns and sponsored content on TikTok using apidojo's TikTok scrapers on Apify. Triggers when the user asks to: find which brands are running TikTok influencer campaigns, discover creator-brand partnerships in a product category, identify which influencers are working with competitor brands on TikTok, see what sponsorship deals are active in a niche, find brands that sponsor TikTok creators, analyze competitor influencer marketing strategy on TikTok, or track paid partnership posts by category. Returns creator handle, brand name, post performance, estimated reach, and collaboration frequency. Ideal for influencer marketing teams, competitive intelligence analysts, and brand partnership managers.

1 次安装

Discovers potential brand ambassadors across Instagram TikTok and Twitter using apidojo's scrapers. Triggers when the user asks to: find brand ambassadors across multiple platforms, discover cross-platform creators for brand ambassador programs, find creators who would make good ambassadors across social media, identify multi-platform influencers for ambassador recruitment, find creators with audiences on multiple platforms for a brand partnership, build a multi-platform brand ambassador pipeline, or discover creators with authentic brand affinity across channels. Returns creator handle per platform, combined reach estimate, brand affinity signals, engagement metrics, and ambassador tier. Ideal for brand partnership teams, DTC brands, and ambassador program managers needing multi-channel reach.

1 次安装

Finds gaming content creators on TikTok and YouTube using apidojo's scrapers on Apify. Triggers when the user asks to: find gaming influencers for brand campaigns, discover streamers or gaming YouTubers in a specific game or genre, find TikTok creators posting gaming content, identify gaming micro-influencers for product sponsorships, find gaming creators who review hardware or accessories, build a gaming creator outreach list for a gaming brand or peripheral company, or discover rising gaming creators before they go mainstream. Returns creator handle, platform, subscriber count, avg views, game focus, and engagement signals. Ideal for gaming peripheral brands, energy drink sponsors, game publishers, and esports orgs.

1 次安装