GraphQL API · v2.0 · Available Now

PARSE ANY
RESUME INTO
CLEAN JSON.

Parsify converts PDF, Word, and plain-text resumes into structured, machine-readable JSON via a simple GraphQL endpoint. Built for developers. Loved by recruiters.

GraphQL Query
query ParseResume {
  parseResume(
    input: {
      url: "https://cdn.example.com/cv.pdf"
      format: PDF
    }
  ) {
    candidate {
      name
      email
      phone
      location
    }
    skills
    experience {
      company
      role
      startDate
      endDate
    }
    education {
      institution
      degree
      year
    }
  }
}
JSON Response
{
  "data": {
    "parseResume": {
      "candidate": {
        "name": "Sarah Chen",
        "email": "sarah@example.com",
        "phone": "+1 (555) 012-3456",
        "location": "San Francisco, CA"
      },
      "skills": [
        "TypeScript", "React",
        "Node.js", "GraphQL"
      ],
      "experience": [
        {
          "company": "Acme Corp",
          "role": "Senior Engineer",
          "startDate": "2022-03",
          "endDate": null
        }
      ],
      "education": [
        {
          "institution": "MIT",
          "degree": "B.S. Computer Science",
          "year": "2019"
        }
      ]
    }
  }
}
99.2%
Parse Accuracy
<200ms
Avg Response Time
50+
Resume Formats
10M+
Resumes Parsed
Why Parsify

BUILT FOR
PRODUCTION.

Simple GraphQL API

One endpoint. Type-safe queries. Fetch exactly the fields you need. Works with Apollo, urql, and any GraphQL client.

High Accuracy

99.2% field extraction across PDF, DOCX, plain text, and HTML. Works across dozens of resume templates and languages.

Transparent Pricing

Simple monthly plans from $29. Know exactly what you pay. No overage surprises — upgrade or cancel anytime.

How it works

INTEGRATE IN
MINUTES.

01

Submit a Resume

Pass a URL, upload a file, or send raw text. PDF, DOCX, TXT, and HTML are all supported out of the box.

02

Query via GraphQL

Use our single GraphQL endpoint to request exactly the fields you need — name, skills, experience, education, and more.

03

Get Structured JSON

Receive a clean, typed JSON response in under 200ms. Ready to store in your database or pass to your application.

Pricing

SIMPLE,
TRANSPARENT.

Monthly plans. Cancel anytime. Every plan includes the full API with all supported formats.

Starter
$29/mo
500 parses/mo

Perfect for side projects and small apps.

Get Started →
  • 500 resume parses/mo
  • PDF, DOCX, TXT, HTML
  • GraphQL API access
  • JSON & structured output
  • Email support
Most Popular
Pro
$99/mo
5,000 parses/mo

For growing teams and production workloads.

Get Started →
  • 5,000 resume parses/mo
  • PDF, DOCX, TXT, HTML
  • GraphQL API access
  • JSON & structured output
  • Priority support
  • Webhook notifications
Scale
$299/mo
25,000 parses/mo

For high-volume platforms and enterprises.

Get Started →
  • 25,000 resume parses/mo
  • PDF, DOCX, TXT, HTML
  • GraphQL API access
  • JSON & structured output
  • Dedicated support
  • Webhook notifications
  • SLA guarantee

Need more volume? Enterprise contracts available — contact us.

READY TO
PARSE?

Plans from $29/mo. Cancel anytime.
Up and running in under 5 minutes.

START PARSING NOW →
Starter $29/mo · Pro $99/mo · Scale $299/mo · No lock-in