Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Use this n8n workflow to get published videos from a Douyin user and fetch details for the first video with JustOneAPI. Who’s it for This template is for creator research teams, marketing teams, cr...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by apisub001.
Original n8n.io sourceUse 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.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Get Douyin user published videos and first video details with JustOneAPI |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Market Research |
| Author | apisub001 |
| Published | 21 May 2026 |
Use the JSON export at /data/workflows/15882/15882.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Use this n8n workflow to get published videos from a Douyin user and fetch details for the first video with JustOneAPI. Who’s it for This template is for creator research teams, marketing teams, cr...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.