Generate Job-Specific ATS Resumes with Perplexity AI and PDF Export
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
ATS Resume Maker Workflow Explanation
Aim
The aim of the ATS Resume Maker according to JD workflow is to automate the creation of an ATS-friendly resume by tailoring a candidate’s resume to a specific job description (JD). It streamlines the process of aligning resume content with JD requirements, producing a professional, scannable PDF resume that can be stored in Google Drive.
Goal
The goal is to:
- Allow users to input their resume (text or PDF) and a JD (PDF) via a web form.
- Extract and merge the text from both inputs.
- Use AI to customize the resume, prioritizing JD keywords while maintaining the candidate’s truthful information.
- Generate a clean, ATS-optimized HTML resume and convert it to a downloadable PDF.
- Upload the final PDF to Google Drive for easy access.
This ensures the resume is optimized for Applicant Tracking Systems (ATS), which are used by employers to screen resumes, by incorporating relevant keywords and maintaining a simple, scannable format.
Requirements
The workflow relies on specific components and configurations:
- n8n Platform: The automation tool hosting the workflow.
- Node Requirements:
- Form Trigger: A web form to collect user inputs (resume text/PDF, JD PDF).
- Process one binary file1: JavaScript to rename and organize PDF inputs.
- Extracting resume1: Extracts text from PDF files.
- Merge Resume + JD1: Combines resume and JD text into a single string.
- Customize resume1: Uses Perplexity AI to generate an ATS-friendly HTML resume.
- HTML format1: Cleans the HTML output by removing newlines.
- HTML3: Processes HTML for potential display or validation.
- HTML to PDF: Converts the HTML resume to a PDF file.
- Upload file: Saves the PDF to a specified Google Drive folder.
- Credentials:
- CustomJS account for the HTML-to-PDF conversion API.
- Google Drive account for file uploads.
- Perplexity account for AI-driven resume customization.
- Input Requirements:
- Resume (plain text or PDF).
- Job description (PDF).
- Output: A tailored, ATS-friendly resume in PDF format, uploaded to Google Drive.
API Usage
The workflow integrates multiple APIs to achieve its functionality:
- Perplexity API: Used in the Customize resume1 node to leverage the sonar-reasoning model for generating an ATS-optimized HTML resume. The API processes the merged resume and JD text, aligning content with JD keywords while adhering to strict HTML and CSS guidelines (e.g., Arial font, no colors, single-column layout). [Ref: Workflow JSON]
- CustomJS API: Used in the HTML to PDF node to convert the cleaned HTML resume into a PDF file. This API ensures the resume is transformed into a downloadable format suitable for ATS systems. [Ref: Workflow JSON]
- Google Drive API: Used in the Upload file node to store the final PDF in a designated Google Drive folder (Resume folder in My Drive). This API handles secure file uploads using OAuth2 authentication. [Ref: Workflow JSON]
These APIs are critical for AI-driven customization, PDF generation, and cloud storage, ensuring a seamless end-to-end process.
HTML to PDF Conversion
The HTML-to-PDF conversion is a key step in the workflow, handled by the HTML to PDF node:
- Process: The node takes the cleaned HTML resume (
$json.cleanedResponse) from the HTML format1 node and uses the@custom-js/n8n-nodes-pdf-toolkit.html2Pdfnode to convert it into a PDF. - API: Relies on the CustomJS API for high-fidelity conversion, ensuring the PDF retains the ATS-friendly structure (e.g., no graphics, clear text hierarchy).
- Output: A binary PDF file passed to the Upload file node.
- Relevance: This step ensures the resume is in a widely accessible format, suitable for downloading or sharing with employers. The use of a dedicated API aligns with industry practices for HTML-to-PDF conversion, as seen in services like PDFmyURL or PDFCrowd, which offer similar REST API capabilities for converting HTML to PDF with customizable layouts. [Ref:,]
Download from Community Link
The workflow does not explicitly include a community link for downloading the final PDF, but the Upload file node stores the PDF in Google Drive, making it accessible via a shared folder or link. To enable direct downloads:
Workflow Summary
The ATS Resume Maker according to JD workflow automates the creation of a tailored, ATS-friendly resume by:
- Collecting user inputs via a web form (Form Trigger).
- Processing and extracting text from PDFs (Process one binary file1, Extracting resume1).
- Merging and customizing the content using Perplexity AI (Merge Resume + JD1, Customize resume1).
- Formatting and converting the resume to PDF (HTML format1, HTML3, HTML to PDF).
- Uploading the PDF to Google Drive (Upload file).
The workflow leverages APIs for AI processing, PDF conversion, and cloud storage, ensuring a professional output optimized for ATS systems. Community sharing can be enabled via Google Drive links or external platforms, as discussed in related web resources. [Ref:,,]
Timestamp: 02:54 PM IST, Wednesday, August 20, 2025
Generate Job-Specific ATS Resumes with Perplexity AI and PDF Export
This n8n workflow streamlines the process of generating tailored resumes for specific job applications. It leverages a form submission to gather job details and a base resume, then uses Perplexity AI to create an ATS-friendly version, and finally prepares it for export.
What it does
- Triggers on Form Submission: The workflow starts when a user submits data through an n8n form. This form is expected to collect the job description and the user's base resume.
- Processes Submitted Data: The "Code" node likely extracts and formats the job description and resume text from the form submission for further processing.
- Generates ATS-Friendly Resume with Perplexity AI: The extracted information is sent to Perplexity AI, which generates a new, optimized resume tailored to the provided job description, focusing on Applicant Tracking System (ATS) compatibility.
- Converts AI Output to HTML: The "HTML" node takes the text output from Perplexity AI and converts it into a structured HTML format, which is often a prerequisite for PDF generation or further formatting.
- Prepares for File Export: The "Extract from File" node is used, potentially to prepare the HTML content or other binary data for storage or further manipulation, possibly for a PDF conversion step (though the PDF conversion itself is not explicitly present in the provided JSON, this node is commonly used in such scenarios).
- Stores in Google Drive: The final processed output (likely the HTML or a generated file) is then stored in Google Drive.
Prerequisites/Requirements
- n8n Instance: A running n8n instance to host and execute the workflow.
- Perplexity AI Account & API Key: To utilize Perplexity AI for resume generation.
- Google Drive Account: For storing the generated resumes.
- n8n Form Trigger: The workflow is initiated by an n8n form, which needs to be configured with the necessary input fields for job description and base resume.
Setup/Usage
- Import the workflow: Import the provided JSON into your n8n instance.
- Configure Credentials:
- Perplexity AI: Add your Perplexity AI API Key credential.
- Google Drive: Set up your Google Drive OAuth2 or API Key credential.
- Configure "On form submission" node:
- Ensure the form fields are set up to capture the job description and the user's base resume.
- Configure "Code" node:
- Review and adjust the JavaScript code to correctly extract and format the data from the form submission for Perplexity AI.
- Configure "Perplexity" node:
- Ensure the prompt sent to Perplexity AI is correctly constructed using the job description and base resume from previous nodes.
- Configure "HTML" node:
- Verify that the input to this node correctly receives the AI-generated resume text and converts it into the desired HTML structure.
- Configure "Extract from File" node:
- Depending on the desired output (e.g., if you intend to convert to PDF later), configure this node to handle the HTML or other binary data appropriately.
- Configure "Google Drive" node:
- Specify the folder in Google Drive where the generated resumes should be stored.
- Define the file name and format for the saved resumes.
- Activate the workflow: Once all configurations are complete, activate the workflow.
- Use the n8n Form: Share the URL of the n8n form trigger with users. When they submit the form with a job description and their resume, the workflow will execute and generate a tailored resume in Google Drive.
Related Templates
Auto-create TikTok videos with VEED.io AI avatars, ElevenLabs & GPT-4
💥 Viral TikTok Video Machine: Auto-Create Videos with Your AI Avatar --- 🎯 Who is this for? This workflow is for content creators, marketers, and agencies who want to use Veed.io’s AI avatar technology to produce short, engaging TikTok videos automatically. It’s ideal for creators who want to appear on camera without recording themselves, and for teams managing multiple brands who need to generate videos at scale. --- ⚙️ What problem this workflow solves Manually creating videos for TikTok can take hours — finding trends, writing scripts, recording, and editing. By combining Veed.io, ElevenLabs, and GPT-4, this workflow transforms a simple Telegram input into a ready-to-post TikTok video featuring your AI avatar powered by Veed.io — speaking naturally with your cloned voice. --- 🚀 What this workflow does This automation links Veed.io’s video-generation API with multiple AI tools: Analyzes TikTok trends via Perplexity AI Writes a 10-second viral script using GPT-4 Generates your voiceover via ElevenLabs Uses Veed.io (Fabric 1.0 via FAL.ai) to animate your avatar and sync the lips to the voice Creates an engaging caption + hashtags for TikTok virality Publishes the video automatically via Blotato TikTok API Logs all results to Google Sheets for tracking --- 🧩 Setup Telegram Bot Create your bot via @BotFather Configure it as the trigger for sending your photo and theme Connect Veed.io Create an account on Veed.io Get your FAL.ai API key (Veed Fabric 1.0 model) Use HTTPS image/audio URLs compatible with Veed Fabric Other APIs Add Perplexity, ElevenLabs, and Blotato TikTok keys Connect your Google Sheet for logging results --- 🛠️ How to customize this workflow Change your Avatar: Upload a new image through Telegram, and Veed.io will generate a new talking version automatically. Modify the Script Style: Adjust the GPT prompt for tone (educational, funny, storytelling). Adjust Voice Tone: Tweak ElevenLabs stability and similarity settings. Expand Platforms: Add Instagram, YouTube Shorts, or X (Twitter) posting nodes. Track Performance: Customize your Google Sheet to measure your most successful Veed.io-based videos. --- 🧠 Expected Outcome In just a few seconds after sending your photo and theme, this workflow — powered by Veed.io — creates a fully automated TikTok video featuring your AI avatar with natural lip-sync and voice. The result is a continuous stream of viral short videos, made without cameras, editing, or effort. --- ✅ Import the JSON file in n8n, add your API keys (including Veed.io via FAL.ai), and start generating viral TikTok videos starring your AI avatar today! 🎥 Watch This Tutorial --- 📄 Documentation: Notion Guide Need help customizing? Contact me for consulting and support : Linkedin / Youtube
Track competitor SEO keywords with Decodo + GPT-4.1-mini + Google Sheets
This workflow automates competitor keyword research using OpenAI LLM and Decodo for intelligent web scraping. Who this is for SEO specialists, content strategists, and growth marketers who want to automate keyword research and competitive intelligence. Marketing analysts managing multiple clients or websites who need consistent SEO tracking without manual data pulls. Agencies or automation engineers using Google Sheets as an SEO data dashboard for keyword monitoring and reporting. What problem this workflow solves Tracking competitor keywords manually is slow and inconsistent. Most SEO tools provide limited API access or lack contextual keyword analysis. This workflow solves that by: Automatically scraping any competitor’s webpage with Decodo. Using OpenAI GPT-4.1-mini to interpret keyword intent, density, and semantic focus. Storing structured keyword insights directly in Google Sheets for ongoing tracking and trend analysis. What this workflow does Trigger — Manually start the workflow or schedule it to run periodically. Input Setup — Define the website URL and target country (e.g., https://dev.to, france). Data Scraping (Decodo) — Fetch competitor web content and metadata. Keyword Analysis (OpenAI GPT-4.1-mini) Extract primary and secondary keywords. Identify focus topics and semantic entities. Generate a keyword density summary and SEO strength score. Recommend optimization and internal linking opportunities. Data Structuring — Clean and convert GPT output into JSON format. Data Storage (Google Sheets) — Append structured keyword data to a Google Sheet for long-term tracking. Setup Prerequisites If you are new to Decode, please signup on this link visit.decodo.com n8n account with workflow editor access Decodo API credentials OpenAI API key Google Sheets account connected via OAuth2 Make sure to install the Decodo Community node. Create a Google Sheet Add columns for: primarykeywords, seostrengthscore, keyworddensity_summary, etc. Share with your n8n Google account. Connect Credentials Add credentials for: Decodo API credentials - You need to register, login and obtain the Basic Authentication Token via Decodo Dashboard OpenAI API (for GPT-4o-mini) Google Sheets OAuth2 Configure Input Fields Edit the “Set Input Fields” node to set your target site and region. Run the Workflow Click Execute Workflow in n8n. View structured results in your connected Google Sheet. How to customize this workflow Track Multiple Competitors → Use a Google Sheet or CSV list of URLs; loop through them using the Split In Batches node. Add Language Detection → Add a Gemini or GPT node before keyword analysis to detect content language and adjust prompts. Enhance the SEO Report → Expand the GPT prompt to include backlink insights, metadata optimization, or readability checks. Integrate Visualization → Connect your Google Sheet to Looker Studio for SEO performance dashboards. Schedule Auto-Runs → Use the Cron Node to run weekly or monthly for competitor keyword refreshes. Summary This workflow automates competitor keyword research using: Decodo for intelligent web scraping OpenAI GPT-4.1-mini for keyword and SEO analysis Google Sheets for live tracking and reporting It’s a complete AI-powered SEO intelligence pipeline ideal for teams that want actionable insights on keyword gaps, optimization opportunities, and content focus trends, without relying on expensive SEO SaaS tools.
Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax
Spark your creativity instantly in any chat—turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. 📋 What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing 🔧 Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation 🔑 Required Credentials OpenAI API Setup Go to platform.openai.com → API keys (sidebar) Click "Create new secret key" → Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai → Dashboard → API Keys Generate a new API key → Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) ⚙️ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflow—chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions