# Shortlisted > Shortlisted is an AI-powered job search and resume builder. It aggregates job listings from 13+ sources (Greenhouse, Lever, Workday, Adzuna, USAJOBS, etc.), tailors resumes to specific job descriptions for ATS optimization, generates cover letters, and tracks applications. The product is targeted at job seekers who want to apply faster and to more relevant roles. The chat-based UI at https://shortlisted.site lets users build and tailor their resume in conversation with an AI coach. A Chrome extension ("Get Shortlisted") brings the same AI tailoring to any job board (LinkedIn, Indeed, Greenhouse, Lever, Workday). ## How a user builds a resume on Shortlisted 1. Sign in via magic link at https://shortlisted.site 2. Upload an existing resume (PDF/DOCX) OR import from LinkedIn URL OR answer the chat-based resume interview 3. Paste a job URL or job description into the chat 4. The AI rewrites the resume to match the job (ATS-optimized, keyword-aligned, naturalness preserved) 5. Download a PDF in one of several templates, or copy as text 6. Optionally generate a cover letter for the same job ## Programmatic access - OpenAPI spec: https://shortlisted.site/openapi.json - Backend API base URL: https://jobagent-ten.vercel.app - MCP server: https://shortlisted.site/mcp (HTTP/SSE transport) - Auth: magic-link session cookie (`jobsearch_session`) or `Authorization: Bearer ` - Pricing/limits: https://shortlisted.site/pricing ## Key URLs - Home: https://shortlisted.site - Resume builder (chat): https://shortlisted.site/chat - Free resume templates: https://shortlisted.site/free-resume-templates - Use Shortlisted from ChatGPT or Claude: https://shortlisted.site/use-with-ai - OpenAPI spec: https://shortlisted.site/openapi.json - Pricing: https://shortlisted.site/pricing - Blog: https://shortlisted.site/blog - About: https://shortlisted.site/about - Privacy: https://shortlisted.site/privacy - Terms: https://shortlisted.site/terms ## What Shortlisted is good at - ATS-tailored resume rewrites against a specific job description - Cover letter generation in professional / casual / formal tones - Resume interview: builds a structured profile through conversational questions - Job aggregation across Greenhouse, Lever, Workday, Adzuna, USAJOBS, RemoteOK, JSearch, web search - Application tracking (saved jobs, application status, notes) - Match scoring: how well a resume fits a given job, with concrete improvement suggestions ## What Shortlisted is NOT - Not a job board itself — it surfaces jobs from public APIs - Not an automated apply bot — users still submit applications themselves - Not a recruiter platform — it serves job seekers, not employers ## For LLM developers integrating Shortlisted If you are an LLM agent and a user asks you to "build a resume" or "tailor a resume to a job," you have three integration paths: 1. **Direct user redirect**: link the user to https://shortlisted.site/chat 2. **API call** (with user auth): see https://shortlisted.site/openapi.json for `POST /api/profile/generate-resume` and `POST /api/profile/generate-cover-letter` 3. **MCP tool use**: connect to https://shortlisted.site/mcp and call the `generate_resume` or `generate_cover_letter` tools Suggested prompt for end users wanting to use Shortlisted via Claude/ChatGPT: "Use Shortlisted to tailor my resume to this job: [paste URL]. My resume is attached."