Extract TikTok Usernames from Any Video or Creator Link Format — Workflow n8n

Moyen complexité Déclencheur12 nœuds🏷️ Miscellaneouspar Dot

Aperçu

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

Nœuds utilisés

HTTP Request

Aperçu du workflow

Decide the input method
If you don't want to use a form, you can perfectly chan
Decide what happens when the link is invalid
If you don't want to inform the user through the form t
Decide what happens when the username retriev
If you don't want to inform the user through the form t
Decide where to send the creator's username
If you don't want to inform the user through the form a
What does this do?
Imagine you want to automate a task where, based on a T
Many people may think that it's en
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

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur déclencheur.

  2. 2

    Traitement

    Les données transitent par 12 nœuds, connecting form, formtrigger, httprequest.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (12)

HT

HTTP Request

httpRequest

#1

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier extract-tiktok-usernames-from-any-video-or-creator-link-format téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

{ "name": "Extract TikTok Usernames from Any Video or Creator Link Format", "nodes": [...], ...}

Intégrations

formformtriggerhttprequestifsetstopanderror

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds12
Complexitémedium
Déclencheurtrigger
CatégorieMiscellaneous

Créé par

Dot

Dot

@dot

Tags

formformtriggerhttprequestifsetstopanderror

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.

Obtenir n8n gratuitement →

Related Miscellaneous Workflows