获取用户帖子列表/Get user posts

Threadsapi

About

获取用户帖子列表/Get user posts

Documentation

获取用户帖子列表/Get user posts

[中文]

用途:

  • 获取Threads用户的帖子列表
  • 价格:0.002$ / 次

参数:

  • user_id: 用户ID,例如:63625256886,可以从用户主页API获取。
  • end_cursor: 分页游标(可选),用于获取下一页数据

返回:

  • 用户帖子列表数据,包含:
    • threads: 帖子列表数组
    • next_cursor: 下一页游标
    • has_more: 是否有更多数据
    • 每个帖子包含:
      • id: 帖子ID
      • text: 帖子文本内容
      • user: 发布者信息
      • image_versions2: 图片信息
      • video_versions: 视频信息
      • like_count: 点赞数
      • text_post_app_info: 帖子应用信息
      • 等等...

[English]

Purpose:

  • Get Threads user's post list
  • Price: 0.002$ / time

Parameters:

  • user_id: User ID, for example: 63625256886, can be obtained from user profile API
  • end_cursor: Pagination cursor (optional), used to get next page data

Return:

  • User post list data, including:
    • threads: Post list array
    • next_cursor: Next page cursor
    • has_more: Has more data
    • Each post contains:
      • id: Post ID
      • text: Post text content
      • user: Publisher information
      • image_versions2: Image information
      • video_versions: Video information
      • like_count: Like count
      • text_post_app_info: Post app information
      • etc...

[示例/Example]

user_id = "63625256886" end_cursor = None # or a cursor string from previous response

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

Try 获取用户帖子列表/Get user posts

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

Open in Playground

Related Models