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

Średnia złożoność Wyzwalacz12 węzłów🏷️ Miscellaneousautor: Dot

Przegląd

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

Użyte węzły

HTTP Request

Podgląd 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

Jak to działa

  1. 1

    Wyzwalacz

    Workflow uruchamia się wyzwalaczem wyzwalacz.

  2. 2

    Przetwarzanie

    Dane przepływają przez 12 węzłów, connecting form, formtrigger, httprequest.

  3. 3

    Wyjście

    Workflow kończy automatyzację i dostarcza wynik do skonfigurowanego miejsca docelowego.

Szczegóły węzłów (12)

HT

HTTP Request

httpRequest

#1

Jak zaimportować ten workflow

  1. 1Kliknij przycisk Pobierz JSON po prawej stronie, aby zapisać plik workflow.
  2. 2Otwórz swoją instancję n8n. Przejdź do Workflow → Nowy → Importuj z pliku.
  3. 3Wybierz pobrany plik extract-tiktok-usernames-from-any-video-or-creator-link-format i kliknij Importuj.
  4. 4Skonfiguruj dane uwierzytelniające dla każdego węzła usługi (klucze API, OAuth itp.).
  5. 5Kliknij Testuj workflow, aby sprawdzić, czy wszystko działa, a następnie aktywuj go.

Lub wklej bezpośrednio w n8n → Importuj z JSON:

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

Integracje

formformtriggerhttprequestifsetstopanderror

Pobierz ten workflow

Pobierz i zaimportuj jednym kliknięciem

Pobierz JSONZobacz na n8n.io
Węzły12
Złożonośćmedium
Wyzwalacztrigger
KategoriaMiscellaneous

Autor

Dot

Dot

@dot

Tagi

formformtriggerhttprequestifsetstopanderror

Nowy w n8n?

n8n to darmowe narzędzie open-source do automatyzacji workflow. Hostuj samodzielnie lub użyj wersji chmurowej.

Pobierz n8n za darmo →

Related Miscellaneous Workflows