Check if a new tiktok video has been posted

Hey,

Is it possible to check if a new TikTok video has been posted on a specific account? And if yes, then continue the workflow.

How can we do that? We use n8n for months now and are quite advanced users. But we can’t find a way to do that efficiently so I’m challenging the community here.

Let’s discuss about it.
Thanks!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It’s possible with the Webhook node according to that reference TikTok for Developers

or with HTTP Requests node with that one reference (e.g. request for video uploads for the last 30 minutes, schedule workflow to run for every 30 minutes)
TikTok for Developers

We need access to the account for that, am I right?
I’d like to do it with any account.

I found a way to scrape the last post of any account tho.
But I’m wondering how I can store the id / url of the latest post between executions of the workflow to check if a new has been posted.

Any idea how @barn4k ?

you can store it in any external storage (s3, google sheets, file, database, etc)

1 Like

Did it, thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.