Collect job applications without manual data entry. The setup captures a CV, checks if it is valid, extracts key details with AI, and creates a complete record in Airtable. Candidates then review a prefilled form and confirm.
Step one uses an n8n form to accept a PDF. The file is read and turned into text, then an AI classifier decides if it is a CV. If it fails, the upload form appears again for a retry. When valid, an AI agent compares the CV to your job post, pulls only the fields you care about with a structured schema, and writes them to Airtable. The PDF is attached to the same row, and a redirect sends the candidate to step two with query values that fill the form. After step two, the record is updated with any edits and a cover note.
You need OpenAI and Airtable accounts and a public n8n URL. Map the fields to your table, update the redirect base URL, and test with a real PDF. Teams often cut review time from 30 minutes to 3 minutes per applicant, improve accuracy with consistent fields, and give candidates a faster experience. This suits HR teams and hiring managers who track hiring in Airtable.