Use this n8n workflow to get published videos from a Douyin user and fetch details for the first video with JustOneAPI.
This template is for creator research teams, marketing teams, creator operations teams, analysts, and automation builders who want to inspect a Douyin account’s published videos and collect the first video’s detail data in a reusable n8n workflow.
The workflow starts from a Douyin secUid and sends a request to the User Published Videos V3 endpoint. It keeps the raw video list response, extracts video IDs from data.aweme_list, selects the first unique aweme_id by default, then requests video details with the Video Details V2 endpoint.
The workflow returns both the selected video from the list and the detailed video data in a structured format, while also keeping raw outputs for inspection and troubleshooting.
This makes it useful for account monitoring, video research, content archiving, creator analysis, and building downstream reporting workflows.
secUidsecUid.maxCursor as 0 for the first request, or set it if you want to continue from a previous page.maxVideos as 1 if you want to fetch details for only the first unique video by default.secUid, pagination cursor, and video limit.data.aweme_list.aweme_id.The final output can include fields such as:
requestedSecUidrequestedMaxCursorvideoRankselectedByvideoIdvideoDetailselectedVideoFromListvideoListSummarypaginationrawVideoListOutputrawVideoDetailOutputThe structured video detail output can include fields such as:
videoIddescpreviewTitlecreateTimegroupIdsecItemIdshareUrlshareTitleshareDescriptionmediaTypeawemeTypeisMultiContentimageCountcoverImageoriginCoverImagevideoWidthvideoHeightvideoDurationplayUrldownloadUrlauthorUidauthorSecUidauthorNicknameauthorSignatureauthorUniqueIdmusicIdmusicTitlemusicAuthormusicPlayUrldiggCountcommentCountshareCountcollectCountplayCountallowCommentallowShareallowDownloadaweme_id from data.aweme_list by default.maxVideos if you want to extend the workflow to process more than one video.