Use this n8n workflow to search Douyin users from a keyword and get profile details with JustOneAPI.
This template is for creator research teams, marketing teams, creator operations teams, analysts, and automation builders who want to turn a Douyin keyword into structured user profile data inside n8n.
The workflow starts from one keyword and searches Douyin users with the Search User V2 endpoint. It extracts SecUID identifiers from the returned search results, keeps the first unique user by default, fetches the selected user’s profile details with the User Profile V3 endpoint, and returns a structured user profile output for downstream use.
The workflow also keeps the raw search response and raw user detail response, making it easier to inspect, test, and adjust the workflow when API responses vary.
This makes it useful for creator discovery, account research, brand research, competitor monitoring, and profile analysis workflows.
keyword.page and maxUsers.maxUsers at 1 if you want to fetch only the first unique user result by default.The final output can include fields such as:
secUiduidnicknameuniqueIdshortIdsignatureipLocationgenderfollowerCountfollowingCountawemeCounttotalFavoritedverificationTypeavatarUrlscoverUrlsshareInfoauxiliaryOutputrawSearchOutputrawUserDetailOutputYou can increase maxUsers to fetch more profile details, adjust the keyword for different research targets, change the page number for additional search results, and send the final structured output to Google Sheets, Airtable, Notion, databases, reporting tools, or AI analysis steps.