Extract TikTok Usernames from Any Video or Creator Link Format — n8n ワークフロー
概要
What's the problem?
Imagine you want to automate a task where, based on a TikTok video link, you must retrieve the username of the creator of that video.
Many people may think that it's enough to get the "@" part of the link but that's not the case always. TikTok's iOS and Android app have specific link formats that are easier to share with others but, at the same time, it makes our task of retrieving creators way harder.
Our solution:
In solution to this problem, this simple workflow makes
使用ノード
HTTP Request
ワークフロープレビュー
I
If invalid TikTok link
E
Extract username of TikT…
Get final link of TikTo…
E
Extract final TikTok vid…
I
If final TikTok link
⚡
O
On form submission
I
Invalid link
I
Inform the link is invalid
I
If the username is null
U
Username is null/empty
I
Inform an error retrievi…
D
Display the creator's us…
12 nodes12 edges
仕組み
- 1
トリガー
このワークフローは トリガー トリガーで開始します。
- 2
処理
データは 12 個のノードを流れます, connecting form, formtrigger, httprequest。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (12)
HT#1
HTTP Request
httpRequest
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
extract-tiktok-usernames-from-any-video-or-creator-link-formatファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Extract TikTok Usernames from Any Video or Creator Link Format", "nodes": [...], ...}
インテグレーション
formformtriggerhttprequestifsetstopanderror
作成者
Dot
@dot
タグ
formformtriggerhttprequestifsetstopanderror