获取创作者主页作品列表/Get Author Homepage Videos

Douyinapi

About

获取创作者主页作品列表/Get Author Homepage Videos

Documentation

获取创作者主页作品列表/Get Author Homepage Videos

[中文]

用途:

  • 获取创作者主页作品列表,支持翻页,返回作品互动率、完播率、内容主题标签等
  • 可按「是否星图作品」与发布时间范围过滤
  • get_author_show_items的区别:本接口可翻页、可过滤,返回中含总数与是否还有下一页
  • 价格:0.002$ / 次

参数:

  • o_author_id: 创作者ID
  • page: 页码,默认1
  • is_star_item: 1=仅星图作品,0=仅非星图作品,不传=全部
  • start_time: 作品发布起始时间,unix秒,可选
  • end_time: 作品发布结束时间,unix秒,可选

返回:

  • 作品列表数据(含 items 与 pagination,pagination 内有 total_count / has_more)

[English]

Purpose:

  • Get creator homepage video list with pagination, including interaction rate, finish rate and content theme labels per item
  • Can filter by star(sponsored) items and publish time range
  • Differs from get_author_show_items: paginated and filterable, returns total count
  • Price: 0.002$ / time

Parameters:

  • o_author_id: Creator ID
  • page: Page number, default 1
  • is_star_item: 1=star items only, 0=non-star only, omit=all
  • start_time: Publish start time, unix seconds, optional
  • end_time: Publish end time, unix seconds, optional

Return:

  • Video list data (items + pagination with total_count / has_more)

[示例/Example]

o_author_id = "7029342444797820939" page = 1 is_star_item = 1

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

Try 获取创作者主页作品列表/Get Author Homepage Videos

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

Open in Playground

Related Models