Build/Tools/Resume Parser
AI-powered5 credits / callPOST /api/v1/tools/resume/parse

Resume Parser

Parse any CV/resume into structured JSON

Extract structured data from any resume or CV. Upload a PDF or image and get back contact info, work experience, education, skills by category, certifications, seniority level, and a confidence score. Powered by GPT-4o Vision.

How it works

Sends the resume file to GPT-4o Vision and returns a fully structured JSON object. Also accepts plain text via JSON body for pre-extracted text.

What you could build

HireFlow
ATS integration — auto-parse uploaded resumes
$3K–$7K MRR
est. MRR
TalentDB
Resume database with searchable structured profiles
$2K–$5K MRR
est. MRR
SkillMatch
Match candidates to job requirements via parsed skills
$4K–$9K MRR
est. MRR

Parameters

resumeoptional
Resume file — PDF or image (JPEG, PNG), max 20MB· e.g. jane-smith-cv.pdf
textoptional
Plain text resume as alternative to file upload· e.g. Jane Smith\njane@example.com\nSoftware Engineer at Acme...

Example request

curl
curl -X POST https://aplicious.com/api/v1/tools/resume/parse \
  -H "X-API-Key: YOUR_API_KEY" \
  -F "resume=@jane-smith-cv.pdf"

Example response

json
{
  "success": true,
  "data": {
    "contact": {
      "name": "Jane Smith",
      "email": "jane@example.com",
      "phone": "+1-555-0123",
      "location": "San Francisco, CA"
    },
    "seniority_level": "senior",
    "primary_role": "Software Engineer",
    "total_experience_years": 8,
    "experience": [
      { "company": "Acme Corp", "title": "Senior Software Engineer", "start": "2021-03", "end": "present" }
    ],
    "education": [{ "institution": "Stanford University", "degree": "B.S. Computer Science", "year": 2016 }],
    "skills": { "languages": ["Python","Go","TypeScript"], "frameworks": ["React","FastAPI"] },
    "certifications": ["AWS Certified Solutions Architect"],
    "confidence": 0.93
  }
}
Ready to use Resume Parser?

Free plan — 100 calls/month, no credit card.