Resume Parser API

AI-powered resume parser API instantly extracts structured data from CVs and resumes, transforming them into JSON format for seamless ATS integration and efficient online scanning, enhancing your recruitment process.

Start Parsing Now

Start with a free $5.00 credit. No credit card required.

Used by

Why use an API instead of building yourself?

Fast

Parse hundreds of resumes in minutes, not hours.

Private

Your data stays yours. We never store or share your information.

Affordable

Flexible pricing options to fit businesses of all sizes. Cheaper than ChatGPT or other providers.

Reliable

99.9% uptime and consistent results you can count on.

API How-to

cURL

curl -X POST 'https://resumeparser.app/resume/parse' \
     -H 'Authorization: Bearer YOUR_API_KEY' \
     -d '{ "ile": "https://resumeparser.app/resume.pdf" }'

cURL with file

curl -X POST 'https://resumeparser.app/resume/parse' \
    -H 'Authorization: Bearer YOUR_API_KEY' \
    -F '[email protected]'

Sample Output

{
  "parsed": {
    "name": "Richard Williams",
    "title": "Senior Web3 Marketing Strategist",
    "brief": "I'm seeking a position as a Marketing Strategist to lead our global crypto initiatives and drive user adoption.",
    "contact": {
      "location_city": "San Francisco",
      "location_country": "USA",
      "email": "[email protected]",
      "phone": "+1 (415) 555-0123",
      "linkedin": "https://www.linkedin.com/company/google/",
      "github": "https://github.com/google",
      "twitter": "https://x.com/google",
      "website": "https://resumeparser.app"
    },
    "employment_history": [
      {
        "title": "Senior Web3 Marketing Strategist",
        "company": "CryptoInnovate",
        "company_website": "https://www.cryptoinnovate.com",
        "location": "San Francisco, USA (Hybrid)",
        "start_date": "2022-01-01",
        "end_date": "Ongoing",
        "roles": [
          {
            "role": "Marketing Leadership",
            "responsibilities": [
              "Developed and executed global marketing strategies for our Web3 products",
              "Lead a team of 10+ marketing professionals across different time zones",
              "Collaborated with product, engineering, and sales teams to align marketing efforts",
              "Managed and optimized a multi-million dollar marketing budget"
            ]
          },
          {
            "role": "Community Management",
            "responsibilities": [
              "Oversee growth and engagement of our Discord and Telegram communities (100K+ members)",
              "Planned and executed community-driven events, AMAs, and token airdrops",
              "Developed strategies to increase user acquisition and retention"
            ]
          }
        ],
        "responsibilities": [
          "Created and implemented innovative marketing campaigns for our blockchain products",
          "Established and maintained partnerships with key players in the crypto ecosystem",
          "Drove thought leadership through content creation and speaking engagements",
          "Analyzed market trends and competitor activities to inform marketing strategies",
          "Reported on KPIs and ROI to C-level executives and board members"
        ]
      }
    ],
    "education": [
      {
        "degree": "Master's in Marketing",
        "institution_name": "Top-tier university",
        "institution_country": "Any",
        "start_date": null,
        "end_date": null
      }
    ],
    "skills": [
      "Blockchain Technology",
      "Web3 Marketing",
      "Digital Marketing",
      "Community Management",
      "Content Strategy",
      "Data Analysis",
      "Leadership",
      "Project Management",
      "Budgeting",
      "Public Speaking"
    ],
    "courses": [
      "Blockchain Fundamentals",
      "Crypto Economics",
      "Digital Marketing in Web3",
      "Community Building for Blockchain Projects"
    ],
    "languages": ["English", "Spanish"],
    "derived": {
      "years_of_experience": 12,
      "approximate_age": 32
    }
  },
  "meta": {
    "message": "Job description created successfully",
    "file_hash": "4f9a5f75745e6d25019582ddfa29e25d",
    "runtime_ms": 822
  }
}

Pricing

$0.07 per resume
Crazy, right? We like it too!

Enjoy parsing!

And let us know if you have any questions 😉

Start Parsing Now

Start with a free $5.00 credit. No credit card required.

Frequently Asked Questions

What file formats does the API support?

Our API supports various file formats including PDF, DOCX, and plain text files. We're constantly working on expanding our support for additional formats.

How accurate is the resume parsing?

Our API uses advanced machine learning algorithms to ensure high accuracy in parsing resumes. While accuracy can vary depending on the resume format and content, we typically achieve over 95% accuracy for standard resume fields.

Is there a limit to the number of resumes I can parse?

There is no hard limit on the number of resumes you can parse. Our pricing is based on a per-resume model, allowing you to scale your usage according to your needs. For high-volume users, we offer custom pricing plans.

Will my credits be deducted if a resume fails to parse?

No, we don't charge for failed parsing attempts. Your credits will only be deducted for successful resume parsing operations.

Will my credits be deducted if for repeat parsing of the same resume?

No, we don't charge for repeat parsing requests of the same resume. Your credits will only be deducted for successful unique resume parsing operations.