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 Campaign Monitoring (TikTok/IG/YouTube)
试用Monitor influencer campaigns across TikTok, Instagram, and YouTube: create and manage monitor tasks, pull metrics, download tracked assets, run post-campaign reviews. Campaign tracking, performance monitoring.
它能做什么
Monitor influencer campaigns across TikTok, Instagram, and YouTube: create and manage monitor tasks, pull metrics, download tracked assets, run post-campaign reviews. Campaign tracking, performance monitoring.
技能文档
Influencer Campaign Monitoring
Operate monitoring tasks and convert tracking data into actionable campaign review insights.
Capability Matrix
YouTube
| Capability | operationId | Interface | Minimum input |
|---|---|---|---|
| 任务-视频下载 | youtube_task_video_download | GET /api/v1/youtube/task/video/download | query.video_id |
| 用户监控指标 | youtube_user_monitor_metrics | GET /api/v1/youtube/user/monitor/metrics | query.channel_id |
TikTok
| Capability | operationId | Interface | Minimum input |
|---|---|---|---|
| 任务-视频下载 | tiktok_task_video_download | GET /api/v1/tiktok/task/video/download | query.video_id |
| 用户监控指标 | tiktok_user_monitor_metrics | GET /api/v1/tiktok/user/monitor/metrics | query.unique_id |
| Capability | operationId | Interface | Minimum input |
|---|---|---|---|
| 任务-视频下载 | instagram_task_video_download | GET /api/v1/instagram/task/video/download | query.video_code |
| 用户监控指标 | instagram_user_monitor_metrics | GET /api/v1/instagram/user/monitor/metrics | query.username |
Cross-platform
| Capability | operationId | Interface | Minimum input |
|---|---|---|---|
| 创建视频监测任务 | create_monitor_task | POST /api/v1/monitor/video/tasks/create | body.platform, body.video_id |
| 获取视频监测任务详情 | get_monitor_task_detail | GET /api/v1/monitor/video/tasks/detail | query.monitor_id |
| 获取视频监测任务列表 | list_monitor_tasks | GET /api/v1/monitor/video/tasks/list | none |
| 手动刷新视频监测数据 | refresh_monitor_task | POST /api/v1/monitor/video/tasks/refresh | query.monitor_id |
| 停止视频监测任务 | stop_monitor_task | GET /api/v1/monitor/video/tasks/stop | query.monitor_id |
Quick Start
- Identify monitoring scope (platform, creator/video, timeframe).
- Use Cross-platform matrix rows for task lifecycle operations.
- Use platform rows for metrics/download operations.
- Report trend, anomalies, and intervention actions.
Workflow
- Create or retrieve tasks (
create_monitor_task,list_monitor_tasks,get_monitor_task_detail). - Refresh/stop tasks as needed (
refresh_monitor_task,stop_monitor_task). - Pull platform metrics and tracked assets for campaign review.
- Summarize movement, anomalies, and next-step recommendation.
Tooling
Execution commands:
- List operations:
python3 scripts/execute_operation.py --env-file .env list - Create task:
python3 scripts/execute_operation.py --env-file .env call --operation create_monitor_task --body '{"platform":"tiktok","video_id":"123456"}' - List tasks:
python3 scripts/execute_operation.py --env-file .env call --operation list_monitor_tasks --query '{"page":1,"page_size":20}'
Required environment variables:
SCRUMBALL_BASE_URL: API gateway base URLSCRUMBALL_API_KEY: unified API key- Optional:
SCRUMBALL_AUTH_PREFIX,SCRUMBALL_TIMEOUT_SECONDS
Env loading:
- Use
--env-file .envfor explicit loading. - Without
--env-file, script auto-tries./.envthen/.env.
Output Contract
Always return:
Task status: active/completed/stopped + identifiersPerformance trend: key metric movementAnomalies: unexpected spikes/dropsRecommendation: continue, adjust, or stop
Failure Handling
- If task creation fails, validate platform and video identifier first.
- If metric endpoints lag, report delayed freshness explicitly.
- If user asks for audience-fit decisioning, hand off to audience-fit skill.
References
references/api-index.md: full operation index + platform grouped indexreferences/request-response.md: request parameters + response top-level/data fields + minimal examplesreferences/operations.json: operation manifest used byscripts/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/ containsquota_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_KEYto 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_urlandenv_varfields you can quote directly.
相关技能
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.
Builds a comprehensive social media audit for a brand across all major platforms using apidojo's multi-platform scrapers. Triggers when the user asks to: do a social media audit for a brand, build a full social media presence report, analyze a brand's performance across all social platforms, create a cross-platform social media benchmark, audit a competitor's entire social media strategy, build a social media scorecard for a brand, or create a comprehensive social media analysis covering Twitter Instagram TikTok and YouTube. Returns per-platform metrics, follower counts, engagement rates, content mix, posting frequency, and overall brand health score. Ideal for social media managers, brand strategists, and agency teams doing comprehensive brand audits.
Monitors TikTok for brand mentions and product discussions using apidojo's TikTok scraper on Apify. Triggers when the user asks to: track mentions of a brand on TikTok, monitor TikTok hashtags for brand content, find TikTok videos talking about a product or company, see what TikTok says about a brand this week, track TikTok reactions to a product launch, find TikTok creators who mentioned a competitor brand, monitor brand sentiment on TikTok, or discover viral TikTok content about a specific brand or product. Returns creator handle, views, likes, comments, sentiment signal, and video caption excerpt. Ideal for brand managers, community teams, crisis communications, and product marketing teams.
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.
Use when the user asks to "analyze influencer campaign performance", "compare influencers", or "find what content worked"; produces metric scorecards vs targ...