Collect and analyze public TikTok data
文档
SocQ YouTube Research
试用Collect and analyze public YouTube data
它能做什么
Research public YouTube content, accounts, keywords, and performance data with SocQ. Use when an agent needs YouTube-specific discovery, collection, endpoint selection, credit estimates, asynchronous task execution, pagination, or raw exports through the SocQ CLI, MCP, or REST API.
技能文档
SocQ YouTube Research
SocQ Links
- Website:
- Platform page:
- API documentation:
- API key:
- MCP and CLI:
- Agent Skill guide:
Use this Skill to select and run SocQ endpoints for public YouTube research. SocQ requests are asynchronous and credit-metered.
Use When
- The user asks to discover, collect, compare, or analyze public YouTube data.
- The workflow needs YouTube-specific endpoint selection, input validation, pagination, or raw exports.
- An agent must estimate credits, submit a task, poll it to completion, and report normalized results.
Plan YouTube research
Select an endpoint based on the YouTube content object the user needs:
- Use
youtube/searchoryoutube/hashtag-searchfor discovery, then resolve selected results withyoutube/videosoryoutube/channelswhen detailed metadata is required. - Use
youtube/channel-videos,youtube/channel-live-videos, andyoutube/shortsfor format-specific channel inventories. Keep regular uploads, live streams, and Shorts separate in comparisons. - Use
youtube/playlist-videosonly when playlist membership or ordering matters; do not treat a playlist as the channel's complete catalog. - Use
youtube/commentsfor top-level discussion andyoutube/comment-repliesfor a selected thread. Preserve parent comment IDs so replies remain attributable. - Use
youtube/transcriptsfor spoken-content analysis. Report unavailable, disabled, auto-generated, or language-mismatched transcripts instead of substituting descriptions. - Use
youtube/community-postsfor channel community activity and keep it distinct from video publishing activity.
Resolve channel and video URLs to canonical IDs before joining results across endpoints. For performance comparisons, align publication windows and distinguish cumulative counters from activity observed during the requested period. A video's current views or comments are not the number gained inside a historical date range. When analyzing themes from transcripts and comments, identify which evidence comes from creator speech and which comes from audience discussion. State whether the result includes videos, Shorts, live streams, playlists, community posts, or only a subset.
Endpoint Selection
- Read platform.md before selecting an endpoint or constructing input. It contains the current endpoint IDs, typed MCP tools, CLI mappings, costs, input choices, and validated examples generated from the Capability Registry.
- Choose from the shape of the requested resource; do not route every request through broad search.
- Prefer direct URLs, canonical usernames, or platform IDs when the user supplies them.
- Re-read the live schema after a validation error instead of inventing parameters.
Key Inputs
- Preserve the user's entities, query terms, date range, locale, filters, ordering, and requested result limit.
- Ask only for missing input required by the selected endpoint.
- Use
view: "standard"for MCP and Skill result reads. Use_result_view: "standard"for typed MCP tools or--result-view standardfor CLI output. - Add a reusable idempotency key when a submission might be retried.
- Treat
next_cursoras opaque and continue only until the requested scope or user-approved cap is reached.
Execution
- Prefer an already configured SocQ MCP server at
https://api.socq.ai/mcp?platforms=youtube; use the typed tool listed in platform.md, or compactsocq_executewhen needed. - If MCP is unavailable, use
socqornpx @socq/cli. Use REST only as the final fallback. - Read authentication.md, keep
SOCQ_API_KEYin the environment, and never put it in prompts, URLs, committed files, or retained commands. - Read billing.md, report the expected cost, and obtain confirmation before a paid large-volume or multi-endpoint run.
- Submit with
_request_source: "skill",--request-source skill, orX-Socq-Source: skill-restfor MCP, CLI, or REST. - Save the returned task ID. Treat
queuedandrunningas incomplete and follow async-tasks.md untilsucceededorfailed. - Follow pagination.md for all requested pages. Retrieve task files when complete raw JSONL output is required.
- Read errors.md before retrying authentication, credit, rate-limit, validation, or provider failures.
Output Expectations
Include:
- selected endpoint and execution path (MCP, CLI, or REST)
- concise input and filter summary
- expected and reported credit usage when available
- task ID and terminal status
- result count, pages read, and whether more data remains
- normalized findings or the raw export location
- collection time, failed requests, unsupported filters, and incomplete coverage
Guardrails
- Collect only public data supported by the selected endpoint.
- Do not retry a failed paid request blindly; inspect the normalized error first.
- Do not start a paid large-volume or multi-endpoint run without user confirmation.
- Do not claim completeness when pagination stops early, a provider fails, or a requested filter is unsupported.
- Do not compare metrics collected with different date windows, filters, locales, or content types without labeling the difference.
- Keep task IDs in working notes so interrupted research can resume without resubmitting.
相关技能
Collect and analyze public Threads data
Collect and analyze public Google Maps data
Collect and analyze public Google Play data
Collect and analyze public Douyin data
Collect and analyze public Google Ad Library data