These APIs provide access to Douyin creator, video, search, and discussion data. They support retrieving user profiles, published videos, video details, search results, comments/replies, and resolving share links into usable identifiers.这些接口用于获取抖音的用户、视频、搜索与互动讨论数据。 主要覆盖用户资料、用户公开视频列表、视频详情、视频/用户搜索、评论与评论回复,以及分享链接解析等能力。
🧑 Douyin - User Profile API Retrieves a user's profile information and public counters/signals (when available). 获取用户基础资料信息及 公开指标(如可用)。
🎬 Douyin - User Published Videos API Retrieves a paginated list of videos published by a specific user. 分页获取指定用户发布的视频列表。
📄 Douyin - Video Details API Retrieves detailed video information, including metadata, media info, and engagement metrics (when available). 获取视频详情数据:基础信息、媒体信息、互动指标等(如可用)。
🔎 Douyin - Video Search API Searches videos by keyword and optional filters, returning paginated results. 根据关键词及可选条件搜索视频,返回分页结果。
👤 Douyin - User Search API Searches users/creators by keyword, returning paginated results with basic profile signals. 根据关键词搜索用户/创作者,返回分页结果与基础资料信息。
💬 Douyin - Video Comments API Retrieves comments for a video (pagination supported when available). 获取视频评论数据(如可用则支持分页)。
🧵 Douyin - Comment Replies API Retrieves replies under a specific comment (second-level comments / comment thread). 获取某条评论下的回复(二级评论/评论楼中楼)。
🔗 Douyin - Share Link Resolution API Resolves a shared short link into a normal URL and/or extracts usable identifiers (e.g., video ID). 解析分享短链接为正常链接,并提取可用标识(如视频ID)。