Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

AI Automation Society

214.4k members • Free

3 contributions to AI Automation Society
🚀New Video: How I Automated Faceless Shorts with AI in n8n (free template)
For a deeper discussion on taking this workflow to the next level, let's talk here. In this video, I walk through how I built an n8n workflow that generates faceless shorts on autopilot—from turning ideas into AI-generated images, converting those images into engaging videos, and adding the perfect sound effects to bring everything together. Whether you're looking to automate content creation or just curious about AI-powered video workflows, this video guide has you covered! Get the Google Sheet template here
0 likes • May 16
Is there any way to modify this to make videos about dirtbikes instead of animals?
Web Scraping for contacts
Hello, I'm attempting to create a workflow that will allow me to scrape websites to build a contact database for a specific field of work with the following information: Business name, business email, phone number, point of contact, address, website. I've attempted to do this multiple ways but with no success. I was wondering if there was anyone else that had an idea like this and was successful. Any help is appreciated!
0 likes • Jan 30
I haven't looked into those services. I was hoping to automate the process as much as possible and would like to do it myself if possible
0 likes • Jan 31
Have you any experience with Apify and integrating that into an n8n workflow via api access?
New Video: Step by Step: Scrape UNLIMITED Emails for FREE with n8n
Hey all! New video alert! 🚀 Been pumping out videos quickly... I'll be out this weekend so will be roughly a week until my next upload. Was going to schedule upload them but I was too excited. In this video, I’ll show you exactly how to do it using n8n! 🔍 From setting up the workflow to automating the entire process, I’ll guide you step-by-step to feed in custom searches, scrape the data, and optimize it. 📊 Finally, we’ll send everything straight to Google Sheets for easy access! Enjoy the video, let me know your guys' thoughts! Here are the code snippets: Code Node #1: const data = $input.first().json.data const regex = /https?:\/\/[^\/]+/g urls = data.match(regex) return urls.map(url => ({json: {url: url}})) Code Node #2 const data = $json.data const emailRegex = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.(?!png|jpg|gif|jpeg)[a-zA-Z]{2,}/g emails = data.match(emailRegex) console.log(emails) return {json: {emails: emails}}
0 likes • Jan 7
Where do I find the template to download for this?
1-3 of 3
Christopher Lattimer
1
2points to level up
@christopher-lattimer-3922
Ai engineer based in Ohio

Active 208d ago
Joined Jan 4, 2025
Powered by