Looking for a N8N automation expert

Roman b

Newbie
Joined
Aug 10, 2025
Messages
8
Reaction score
2
I'm a software engineer. I'm planning to publish an Instagram ad. I'm using n8n automation. First, I'm going to scrape TikTok keywords. I'll be using Python (Function Node). How should I do this? If anyone knows, please let me know.
 
use TikAPI or Apify. Pull the data via HTTP Request, clean it in a Python node, and save it to Sheets or Airtable
 
Just plug an HTTP request into a Python node for scraping, clean the keywords, and feed them into your IG ad flow inside n8n.
 
You’ll want to use n8n’s HTTP Request node to fetch TikTok data, then a Python Function node to parse and store the keywords—start small and test before automating full campaigns.
 
Yes, that’s a valid approach — use an n8n workflow with a Python Function Node to scrape TikTok keywords, then pass them to your Instagram ad setup.
 
Use n8n’s Python node to scrape TikTok via their API or public endpoints, then feed the keywords into your workflow.
 
Use Python in the Function Node to call TikTok’s API or scrape trending hashtags, then pass the results to your Instagram ad workflow in n8n.
 
What's the connection between Instagram ads and TikTok keywords? How are you using those keywords on your ads?
 
I'm a software engineer. I'm planning to publish an Instagram ad. I'm using n8n automation. First, I'm going to scrape TikTok keywords. I'll be using Python (Function Node). How should I do this? If anyone knows, please let me know.
Use a TikTok developments API (like Apify or RapidAPI TikTok Scraper) instead of scraping directly.
 
if you’re looking for a n8n automation expert you should post your job in the marketplace section, include your budget, timeline and what systems you need connected (e.g. email, crm, ads). and ask for proof of previous n8n workflows with results. keep screening tight—automation experts vary a lot in quality.
 
You can use Python to scrape TikTok with libraries like requests or BeautifulSoup in a Function Node, then pass the data to the next workflow step—just make sure to handle rate limits!
 
Back
Top