AI Automation Workflows — Page 20 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/AI

    AI Workflows

    Artificial Intelligence tools and workflows

    • Automate AI System Prompt Creation with Unli.dev and n8n

      Streamline the creation of consistent AI system prompts using Unli.dev and n8n, ensuring uniform AI behavior across applications.

      n8nFree
    • Automate Web Scraping and Screenshots with Firecrawl and GPT 4.1

      Leverage AI to transform natural language prompts into web scraping queries and capture full-page screenshots using Firecrawl's API, all without writing code.

      n8nFree
    • Automate Job Discovery & AI Proposals Across Upwork, Freelancer, Guru & PPH with OpenRouter

      # Upwork/Freelancer/Guru/PPH Job Automation + AI Proposal Generator ## Overview This comprehensive n8n workflow automates freelance job discovery and application processes across four major platforms: **Upwork.com**, **Freelancer.com**, **PeoplePerHour.com**, and **Guru.com**. The system monitors RSS feeds, extracts job details, generates personalized AI proposals, and tracks everything in Google Sheets with email notifications. ## Supported Platforms ### Complete Market Coverage **Upwork.com** - World's largest freelance marketplace - High-value projects and enterprise clients - Competitive bidding environment requiring fast responses **Freelancer.com** - Global platform with diverse project types - International client base across all industries - Contest and fixed-price project opportunities **PeoplePerHour.com** - UK-focused professional services platform - Hourly and project-based work - Business and creative services emphasis **Guru.com** - Premium freelance marketplace for skilled professionals - Workroom collaboration features - Recurring client relationship focus ## Use Cases ### Primary Use Cases **Multi-Platform Lead Generation** - Monitor Upwork, Freelancer, PeoplePerHour, and Guru simultaneously - Receive instant notifications for relevant opportunities across all platforms - Never miss time-sensitive job postings from any major marketplace **Cross-Platform Proposal Automation** - Generate platform-specific, personalized proposals using AI - Adapt proposal style to each platform's requirements and culture - Maintain consistent quality across all applications and platforms **Comprehensive Opportunity Tracking** - Automatically log jobs from all four platforms in Google Sheets - Track application status and platform performance **Competitive Market Advantage** - Respond to jobs within minutes across multiple platforms - Maintain 24/7 monitoring without manual intervention - Access broader market opportunities while competitors focus on single platforms ### Industry Applications **Digital Marketing Agencies** - Monitor automation projects across Upwork and Freelancer - Track competitor applications on multiple platforms - Access European clients through PeoplePerHour and international through Guru **Software Development Teams** - Find API integration projects on Upwork and technical contests on Freelancer - Monitor PeoplePerHour for UK-based development work - Track long-term client relationships on Guru **Virtual Assistant Services** - Discover automation opportunities across all four platforms - Monitor recurring service requests and business support roles - Scale operations by accessing different market segments **Consulting Practices** - Track business automation requests on premium platforms like Guru - Monitor transformation projects across international markets - Access diverse client bases from startup (Freelancer) to enterprise (Upwork) ## Technical Features ### Technical Features **Multi-Platform RSS Monitoring** - Configurable polling intervals (default: 5 minutes) - Processes Vollna API feeds for Upwork, Freelancer, PeoplePerHour, and Guru - Handles various platform-specific job feed formats automatically **Intelligent Data Extraction** - Parses job titles to extract budget information across different platform formats - Supports multiple pricing formats (fixed, hourly, ranges) from all platforms - Cleans and structures job data with platform-specific considerations **Advanced URL Processing** - Decodes nested URLs from feed redirects - Automatically identifies source platforms (Upwork, Freelancer, PeoplePerHour, Guru) - Validates and formats final job URLs for direct platform access **AI Integration with Platform Awareness** - Uses OpenRouter for AI model access with platform-specific contexts - Implements advanced prompt engineering for different platform cultures - Generates contextual, personalized proposals adapted to each platform **Multi-Platform Support** - Gmail integration for notifications - Google Sheets for data storage - HTML email formatting - Automated database updates ### Configuration Options **Filtering System** - ASCII text filtering for English content - Custom budget range filtering - Platform-specific filtering rules - Keyword-based job matching **AI Customization** - Customizable proposal templates - Variable experience levels - Industry-specific positioning - Personal branding integration **Notification Preferences** - HTML-formatted email alerts - Mobile-friendly email templates - Batch processing options - Error handling and retry logic ## Benefits ### Operational Efficiency **Time Savings** - Eliminates manual job checking (save 2-3 hours daily) - Automates proposal writing process - Reduces administrative overhead **Response Speed** - 5-minute job discovery cycle - Instant proposal generation - Competitive response timing **Quality Consistency** - Standardized proposal quality - Professional email formatting

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    n8nFree
  1. Compose/Stitch Separate Images Together Using n8n & Gemini AI Image Editing

    ### This n8n template demonstrates how to use AI to compose or stitch separate images together to generate a new image which retains the source assets and consistent style. Use cases are many: try producing storyboard scenes with consistent characters, marketing material with existing product assets, or trying on different articles in fashion! **Good to know** * At the time of writing, each image generated will cost $0.039 USD. See Gemini Pricing for updated info. * The model used in this workflow is geo-restricted! If it says model not found, it may not be available in your country or region. ### How it works * We'll import our required assets via our Cloud storage using the HTTP node. * The images are then converted to base64 strings and aggregated so we can use it for our AI model. * Gemini's image generation model is used which takes all 3 images and a prompt that we define. Our prompt instructs the model on how to compose the final image. * Gemini generates a new image but uses the original 3 assets to do so. The consistency to the source images is very high and shows little signs of hallucinations! * Gemini's output is base64 so we use a Convert to file node to convert the data to binary. * The final binary image is then uploaded to Google Drive to complete the demonstration. ### How to use * The manual trigger node is used as an example but feel free to replace this with other triggers such as webhook or even a form. * Technically, you should be able to compose even more images but of course, the generation will take longer and cost more. ### Requirements * Gemini account for LLM and Image generation * Google Drive for upload ### Customizing this workflow * AI Image editing can be used for many use-cases. Try a popular use-case such as virtual try-on for fashion or applying branding on editing image assets.

    n8nFree
  2. Multilingual Voice & Text Telegram Bot with ElevenLabs API and LangChain Agents

    This workflow contains community nodes that are only compatible with the self-hosted version of n8n. # Telegram Voice AI Assistant This n8n template creates a **multimodal Telegram bot** that dynamically responds to users: - **Replies with voice** when receiving voice messages (using ElevenLabs API) - **Replies with text** for text-based queries - Supports **custom AI tools** (e.g., crypto APIs, databases, or custom functions) Built with **LangChain Agents**, it can integrate any external API or data source into conversations. ## Key Features **Smart Response Logic** - **Voice Query? → Voice Reply** 1. Transcribes audio via ElevenLabs API 2. Processes with AI (Groq/Gemini) 3. Converts text response to natural speech (ElevenLabs API) - **Text Query? → Text Reply** Bypasses API/API for faster responses **Extensible AI Tools** Add your own tools: - Database lookups - Weather/stock APIs - Custom Python functions - RAG (document retrieval) Supports **multi-step tool chaining** (e.g., Get BTC price → analyze trends → summarize) **Language & Context** - Auto-detects user language (via Telegram's *language_code*) - Maintains **session memory** (remembers conversation history) ## Use Cases - **Voice-first customer support** - **Crypto/analytics assistants** (e.g., What's Ethereum's current gas fee?) - **Multilingual FAQ bots** - **Educational tutors** (voice-interactive learning) ## Requirements - **Telegram Bot Token** - **ElevenLabs API Key** (For S2S) - **Groq API Key** or **Google Gemini API Key** ## Customization Tips - **Change AI personality**: Modify the *systemMessage* in the Voice Assistant node - **Add more models**: Swap Groq/Gemini for OpenAI, Anthropic, etc. - **Extend functionality**: Add RAG (Retrieval-Augmented Generation) for document queries Take this template to create a **Siri-like AI assistant** for Telegram in minutes!

    n8nFree
  3. Advanced AI Personal Assistant for WhatsApp with GPT-4 and Supabase Integration

    Leverage this workflow to create a sophisticated AI personal assistant for WhatsApp, utilizing GPT-4, RAG, and voice capabilities through Supabase. Enhance user interaction by understanding and responding to messages across multiple formats and platforms.

    n8nFree
  4. Automate Custom Proposal Creation with AI and Google Slides

    Streamline your proposal process by automatically generating personalized Google Slides presentations using AI insights from client data, and send them directly to prospects via email.

    n8nFree
  5. Automate Stock Market Analysis with AI and TradingView for Telegram

    Leverage AI-driven technical analysis to receive real-time stock insights directly in your Telegram chat. This n8n workflow integrates with TradingView and OpenAI to provide professional-grade stock analysis.

    n8nFree
  6. Intelligent AI Model Selection for Optimized Query Responses

    This workflow dynamically routes user queries to the most suitable AI model, optimizing response quality and resource usage. It intelligently selects models based on query content and purpose, ensuring efficient and relevant AI interactions.

    n8nFree
  7. Automate Midjourney Image Creation and Upscaling via Telegram

    Streamline your image generation process by connecting Telegram with Midjourney through GoAPI, allowing for automated image creation and upscaling directly from chat.

    n8nFree
  8. Integrate Multi-Source RAG System with GPT-4 Turbo for Enhanced AI Responses

    This workflow offers a robust Retrieval-Augmented Generation (RAG) system that intelligently searches multiple sources and generates AI-powered responses using GPT-4 Turbo, enhancing research and content generation capabilities.

    n8nFree
  9. Automate Book Creation with AI and Airtable

    This workflow automates the process of book creation by integrating AI-powered research and content generation with Airtable. It streamlines tasks such as generating book details, chapters, and chapter content.

    n8nFree
  10. Interact with PDF Content Using AI-Powered Q&A

    This workflow enables AI-driven interactions with PDF documents by indexing content in Pinecone and generating responses using OpenAI. It processes a PDF from Google Drive, allowing users to query the document and receive AI-generated answers.

    n8nFree
  11. Automate AI Image Generation with Telegram Bot and AIMLAPI

    This n8n workflow enables users to generate AI-enhanced images by interacting with a Telegram bot. It enhances prompts using GPT-4o, generates images via AIMLAPI, and logs activity in Google Sheets with daily usage limits.

    n8nFree
  12. Deploy a Comprehensive NASA Tool MCP Server for AI Integration

    Set up a complete MCP server to expose all NASA tool operations to AI agents with zero configuration. This workflow includes 15 pre-built operations, enabling seamless AI integration.

    n8nFree
  13. Automate Workflow Documentation and Promotion with Google Drive, Notion, and LinkedIn

    Effortlessly document and promote your n8n workflows by automating the process using Google Drive, Notion, and LinkedIn. Triggered by a file upload, this workflow utilizes Google Gemini AI to generate detailed descriptions and engaging LinkedIn posts.

    n8nFree
  14. Integrate GitHub Models with OpenAI-Compatible API in n8n

    Leverage GitHub's free AI models by integrating them into your n8n workflows using a custom OpenAI-compatible API.

    n8nFree
  15. Automate WordPress Content Creation with AI and Airtable

    Streamline your WordPress content creation process with AI-driven research and writing, integrated with Airtable for structured oversight and human review.

    n8nFree
  16. Create an IPL Cricket Rules Q&A Chatbot with Google Gemini API

    This workflow builds a chatbot to answer IPL cricket rules queries using Google Gemini API for embeddings and chat capabilities. It creates a vector store from IPL rules to enhance the chatbot's accuracy.

    n8nFree
  17. Convert Google Drive Documents to Vector Embeddings with OpenAI

    Automatically transform documents from Google Drive into vector embeddings using OpenAI's model and store them in a Postgres database with PGVector for advanced search capabilities.

    n8nFree
  18. Summarize YouTube Transcripts in Any Language with Google Gemini & Google Docs

    ### **YouTube Transcript Summarization in Any Language for Social Media** This n8n workflow automates the process of: 1. **Retrieving YouTube Video Transcripts:** It fetches the transcript for any YouTube video URL provided using the **[YouTube Transcript API](https://rapidapi.com/skdeveloper/api/youtube-transcriptor-pro)** from **RapidAPI**. 2. **Generating a Concise Summary in Any Language:** The workflow uses **Google Gemini (PaLM)** to create a concise summary of the transcript in the language specified by the user (e.g., English, Spanish, etc.). 3. **Storing the Summary in Google Docs:** The generated summary is inserted into a predefined **Google Document**, making it easy for users to share or edit. ### **Features:** - **Language Flexibility:** Summaries are created in the desired language. - **Fully Automated:** From fetching the transcript to updating Google Docs, the process is fully automated. - **Social Media Ready:** The summary is formatted and stored in a Google Doc, ready for use in social media posts. This workflow integrates with **[YouTube Transcript API](https://rapidapi.com/skdeveloper/api/youtube-transcriptor-pro)** via **RapidAPI**, allowing you to easily fetch video transcripts and summarize them with AI. The entire process is automated and seamless. ### **Powered by RapidAPI:** - **API Used:** [YouTube Transcript API](https://rapidapi.com/skdeveloper/api/youtube-transcriptor-pro) via **RapidAPI** to get the transcript data. --- ### **Benefits:** - **Saves Time:** Automates the transcript summarization process, eliminating the need for manual content extraction and summarization. - **Customizable Language Support:** Provides summaries in any language, enabling accessibility and engagement for a global audience. - **Streamlined Content Creation:** Automatically generates concise, engaging summaries that are ready for social media use. - **Google Docs Integration:** Saves summaries directly into a Google Doc for easy sharing, editing, and content management. --- ### **Challenges Addressed:** - **Manual Transcript Extraction:** **Problem:** Manually transcribing and summarizing YouTube videos for social media can be time-consuming and error-prone. **Solution:** This workflow fully automates the process, saving hours of manual work using the **[YouTube Transcript API](https://rapidapi.com/skdeveloper/api/youtube-transcriptor-pro)**. - **Lack of Language Support in Summaries:** **Problem:** Many automated tools only summarize content in a single language, limiting their accessibility. **Solution:** With language flexibility, the workflow creates summaries in the language of your choice, helping you cater to diverse audiences. - **Inconsistent Video Quality & Transcript Accuracy:** **Problem:** Not all YouTube videos have well-structured or accurate transcripts, leading to incomplete or inaccurate summaries. **Solution:** The workflow can process and format even imperfect transcripts, ensuring that the generated summaries are still accurate and useful. - **Managing Content Across Platforms:** **Problem:** Transcripts and summaries often need to be stored in multiple locations for social media posts, which can be cumbersome. **Solution:** The workflow integrates with Google Docs to automatically store and manage summaries in one place, making it easier to share and reuse content. ---

    n8nFree
  19. Automate Competitor Research & Intelligence with Browser, Use Cloud AI, and Slack

    A sample demo showing how to integrate Browser Use Cloud API with N8N workflows. This template demonstrates AI-powered web research automation by collecting competitor intelligence and delivering formatted results to Slack. ### How It Works 1. Form trigger accepts competitor name input. 2. Browser Use Cloud API performs automated web research. 3. Webhook processes completion status and retrieves structured data. 4. JavaScript code formats results into a readable Slack message. 5. HTTP request sends the final report to Slack. ### Integration Pattern This workflow showcases key cloud API integration techniques: - REST API authentication with bearer tokens. - Webhook-based status monitoring for long-running tasks. - JSON data parsing and transformation. - Conditional logic for processing different response states. ### Setup Required - Browser Use API key (signup at [cloud.browser-use.com](http://cloud.browser-use.com)) - Slack webhook URL. Perfect demo for learning browser-use cloud API integrations and building automated research workflows.

    n8nFree
  20. Automate Event Photo Classification with Gemma AI, Google Drive, and Sheets

    Streamline the process of collecting, categorizing, and storing event photos using n8n, Gemma AI, Google Drive, and Google Sheets. This workflow automates photo uploads, classification, and storage, enhancing productivity and organization.

    n8nFree
  21. Interact with PDF Documents Using AI and Source Citations

    This workflow enables users to query PDF documents using AI, providing answers with source citations. It integrates with Google Drive, Pinecone, and OpenAI for document retrieval, vector storage, and AI processing.

    n8nFree
  22. ← PreviousPage 20 of 81Next →

    Related categories

    Communication (2,463)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)Social Media (562)

    Need a custom ai workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow