Resume → JSON
Resume to JSON
Parse resumes and CVs (PDF, Word, image) into structured JSON — contact, experience, education, and skills — for ATS and hiring automation. Free to try.
Example output
A typical structured shape for a resume:
{
"name": "…",
"email": "…",
"phone": "…",
"summary": "…",
"experience": [ … ],
"education": [ … ],
"skills": [ … ],
"links": [ … ]
}How to convert a resume to JSON
01
Upload your resume
PDF, image, or scan — in your browser or via the API.
02
Extract to JSON
We OCR and map it to a typed Resume schema.
03
Use the JSON
Pipe it into your database, agent, or automation.
Frequently asked
How do I convert a resume to JSON?+
Upload the resume (PDF, image, or scan) and get structured JSON back instantly — free to start, or automate it over the API and MCP.
Can I use my own schema?+
Yes. Provide a JSON schema and we map the resume to exactly those fields; otherwise we infer a sensible structure.
Does it work on scans and photos?+
Yes — OCR recovers text from scanned or photographed resumes before extraction.