获取帖子详情/Get post detail

YouTubeapi

About

获取帖子详情/Get post detail

Documentation

获取帖子详情/Get post detail

[中文]

用途:

  • 获取YouTube帖子(社区帖子)的详细信息
  • 包含帖子内容、附件、互动数据等

参数详解:

必选参数:

post_id (string)

  • 作用: 帖子ID
  • 获取方式: 从帖子URL中提取,例如 https://www.youtube.com/post/UgkxiCSRfD6g7SPlWGPDa3vbP7aIsytXRkvy
  • 示例: "UgkxiCSRfD6g7SPlWGPDa3vbP7aIsytXRkvy"

可选参数:

language_code (string, 可选) - 语言代码,默认 "zh-CN"

country_code (string, 可选) - 国家代码,默认 "US"

need_format (bool, 可选) - 是否格式化数据,默认 true

返回数据:

当 need_format=true 时:

  • post: 帖子详情
    • post_id: 帖子ID
    • post_url: 帖子URL
    • author_name: 作者名称
    • author_channel_id: 作者频道ID
    • author_url: 作者频道URL
    • author_thumbnails: 作者头像缩略图
    • content_text: 帖子文本内容
    • published_time: 发布时间(相对时间)
    • vote_count: 点赞数
    • comment_count: 评论数
    • attachment: 附件数据(图片/多图/视频/投票等,可能为null)
  • channel_metadata: 频道元数据(名称、描述、URL等)
  • comments_continuation_token: 评论分页token(可用于获取评论)

当 need_format=false 时:

  • 返回原始数据

注意事项:

  • post_id 以 "Ugk" 开头
  • 帖子附件支持: 图片、多图、视频、投票等类型

价格:

  • $0.001 USD / 请求

[English]

Purpose:

  • Get YouTube post (community post) detail information
  • Includes post content, attachments, engagement data

Parameters:

Required:

post_id (string)

  • Purpose: Post ID
  • How to get: Extract from post URL, e.g., https://www.youtube.com/post/UgkxiCSRfD6g7SPlWGPDa3vbP7aIsytXRkvy
  • Example: "UgkxiCSRfD6g7SPlWGPDa3vbP7aIsytXRkvy"

Optional:

language_code (string, optional) - Language code, default "zh-CN"

country_code (string, optional) - Country code, default "US"

need_format (bool, optional) - Whether to format data, default true

Returns:

When need_format=true:

  • post: Post detail
    • post_id: Post ID
    • post_url: Post URL
    • author_name: Author name
    • author_channel_id: Author channel ID
    • author_url: Author channel URL
    • author_thumbnails: Author avatar thumbnails
    • content_text: Post text content
    • published_time: Published time (relative)
    • vote_count: Like count
    • comment_count: Comment count
    • attachment: Attachment data (image/multi_image/video/poll, may be null)
  • channel_metadata: Channel metadata (name, description, URL, etc.)
  • comments_continuation_token: Comments pagination token

When need_format=false:

  • Returns raw data

Notes:

  • post_id starts with "Ugk"
  • Post attachments support: image, multi_image, video, poll types

Price:

  • $0.001 USD / request

[示例/Example]

获取帖子详情: post_id = "UgkxiCSRfD6g7SPlWGPDa3vbP7aIsytXRkvy"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取帖子详情/Get post detail

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models