Skip to main content

Extract TikTok usernames from any video or creator link format

Workflow preview

Workflow preview
100%
Extract TikTok usernames from any video or creator link format preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 ...

Best for

  • Miscellaneous automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.formtrigger, n8n-nodes-base.stopanderror, n8n-nodes-base.form, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dot.

Original n8n.io source

1.1 Workflow description

Title
Extract TikTok usernames from any video or creator link format
Workflow name
Extract TikTok usernames from any video or creator link format

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 a HTTP protocol request to retrieve the original link of the video hosted on www.tiktok.com instead of the default mobile app's subdomain vm.tiktok.com. Then, we can in fact remove the attributes of the link and extract the handle correctly.

Good things to know:

Note that we extract the username (and not the profile's nickname) without the "@".

Once we have our username, we can simply access to their profile from then on using "https://www.tiktok.com/@{{ $json.username }}".

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - If invalid TikTok link

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 2 - Extract username of TikTok creator/video link

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Get final link of TikTok video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Extract final TikTok video link

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - If final TikTok link

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 6 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 7 - Invalid link

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 8 - Inform the link is invalid

Type / Role
n8n-nodes-base.form - form
Config choices
Version 2.3

Block 9 - If the username is null

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 10 - Username is null/empty

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 11 - Inform an error retrieving the username

Type / Role
n8n-nodes-base.form - form
Config choices
Version 2.3

Block 12 - Display the creator's username

Type / Role
n8n-nodes-base.form - form
Config choices
Version 2.3

Block 13 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Extract TikTok usernames from any video or creator link format
Complexity advanced
Nodes 18
Categories Miscellaneous
Author Dot
Published 28 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10249/10249.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Extract TikTok usernames from any video or creator link format do?

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 ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Miscellaneous use case.