workflows.fit
Back to n8n workflows
n8n templateFreeBy Yashraj singh sisodiya

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 th...

Data & StorageDevelopmentCore NodesAIUtility@custom-js/n8n-nodes-pdf-toolkit.html2PdfGoogle DriveForm Trigger
Loading interactive preview...

Template notes

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: 1. Form Trigger: A web form to collect user inputs (resume text/PDF, JD PDF). 2. Process one binary file1: JavaScript to rename and organize PDF inputs. 3. Extracting resume1: Extracts text from PDF files. 4. Merge Resume + JD1: Combines resume and JD text into a single string. 5. Customize resume1: Uses Perplexity AI to generate an ATS-friendly HTML resume. 6. HTML format1: Cleans the HTML output by removing newlines. 7. HTML3: Processes HTML for potential display or validation. 8. HTML to PDF: Converts the HTML resume to a PDF file. 9. 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.