Hey folks,
I’ve been working with web automation for a while — mainly using Puppeteer, Selenium, and Playwright. But in the last few months, I’ve been experimenting with a different approach:
Using AI (ChatGPT/Gemini) + Hidemium (antidetect browser) + n8n.
And honestly… it feels like a glimpse into the future.
My Setup
- n8n: Orchestrates the flow, schedules jobs, handles retries/logging
- Hidemium: Provides isolated browser profiles with real fingerprints and proxies
- ChatGPT or Claude: Controls the browser using prompt-based instructions like:
“Go to TikTok, scroll 60 seconds, and save 3 viral hashtags.”
No code. No brittle scripts. No selectors to break.
What’s Working Well
AI handles dynamic UI changes (like popups, captchas, weird JS behavior)
Hidemium helps avoid detection (each profile is a fresh virtual browser)
n8n brings stability, retries, and integrations (Airtable, Slack, Notion…)
Open Question
In many use cases — scraping, testing, growth hacking — this stack is proving more flexible than headless browsers.
But I’m curious:
- Has anyone else tried AI-powered automation instead of code-based scripts?
- How are you handling fingerprinting/IP issues if you use Puppeteer?
- Would love to hear if others are integrating LLMs into n8n flows!
Happy to share sample prompts or flows if there’s interest.
Let’s discuss where browser automation is heading