Resume Parser API

Resume Parser API

The Resume Parser API is a powerful tool designed to effortlessly extract essential information from resumes. With cutting-edge LLMs, it accurately parses resumes in various formats (like PDF, DOC, DOCX and TXT), swiftly extracting key details such as Name, Email, Contact, Location, Website and Social Media URLs, Years of Experience, Work Experience Details, Certifications and Education Details, Soft and Operational Skills, Languages Spoken and more. The API integrates seamlessly into your applications, streamlining the recruitment process, saving time and ensuring precision in candidate evaluation.

API description

About Resume Parser API

The Resume Parser API is a powerful tool designed to effortlessly extract essential information from resumes. With cutting-edge LLMs, it accurately parses resumes in various formats (like PDF, DOC, DOCX and TXT), swiftly extracting key details such as Name, Email, Contact, Location, Website and Social Media URLs, Years of Experience, Work Experience Details, Certifications and Education Details, Soft and Operational Skills, Languages Spoken and more. The API integrates seamlessly into your applications, streamlining the recruitment process, saving time and ensuring precision in candidate evaluation.

 

What is the Input and Output for the Resume Parser API?

The Resume Parser API can take resume in PDF, DOC, DOCX and TXT format and return a JSON output

 

What are the use cases for Resume Parser API?

  1. Applicant Tracking Systems (ATS): Resume parsing is frequently used in ATS to automatically extract and organize information from resumes, making it easier for recruiters and hiring managers to review and compare candidate profiles.

  2. Recruitment Portals: Job boards and recruitment websites leverage resume parsing to help users upload their resumes easily and populate application forms with accurate data, improving the overall user experience.

  3. Automated Candidate Screening: Resume parsing aids in automating the initial stages of candidate screening by extracting relevant details such as skills, education, and experience, enabling recruiters to quickly filter and shortlist candidates.

  4. HR Workflows: Within HR processes, resume parsing facilitates the integration of resume data into various HR software and databases, ensuring seamless record-keeping and simplifying the overall talent management workflow.

  5. Customized Search and Matching: Resume parsing allows for efficient searching and matching of candidates based on specific criteria, helping recruiters identify the most suitable candidates for a particular role.

  6. Skill Gap Analysis: By parsing resumes for skills and qualifications, organizations can perform skill gap analyses to understand the strengths and weaknesses of their current workforce and make informed decisions regarding training and development.

  7. Compliance and Reporting: Resume parsing aids in maintaining compliance with hiring regulations and standards by ensuring that necessary information, such as equal opportunity data, is accurately extracted and recorded.

  8. Workflow Automation: Integrating resume parsing into workflow processes enables the automation of repetitive tasks, reducing manual effort and improving efficiency in handling large volumes of resumes.

  9. Career Development Platforms: Platforms offering career development and coaching services use resume parsing to analyze users' resumes, providing personalized feedback, and suggesting improvements to enhance their professional profiles.

  10. Talent Analytics: Resume parsing contributes to talent analytics by providing insights into trends related to candidate qualifications, experience, and skills, enabling data-driven decision-making in talent acquisition strategies.

 

How does the JSON response look like?

Below is a sample API response in JSON format -

{
"parsed_resume": {
"candidate_name": [
"JOHN DOE"
],
"candidate_email": [
"[email protected]"
],
"phonenumber": [
"+353 87 9995555"
],
"candidate_location": [
"1 MAIN STREET TOWN POSTCODE IRELAND"
],
"education": [
{
"education_level": "Master of Business Studies in Accounting",
"education_specialization": "Accounting",
"education_school": "University Dublin, Ireland",
"education_period_start": "2006",
"education_period_end": "2007",
"education_location": "Dublin, Ireland"
},
{
"education_level": "Bachelor of Arts in Accounting and Finance",
"education_specialization": "Accounting and Finance",
"education_school": "University Dublin, Ireland",
"education_period_start": "2003",
"education_period_end": "2006",
"education_location": "Dublin, Ireland"
}
],
"experience": [
{
"experienceOrg": "Big Four Firm",
"job_title": "Executive, Transactions Advisory",
"startYear": "2011",
"endYear": "Present",
"job_location": "Dublin, Ireland"
},
{
"experienceOrg": "Big Six Firm",
"job_title": "Associate, Assurance & Advisory",
"startYear": "2007",
"endYear": "2011",
"job_location": "Dublin, Ireland"
},
{
"experienceOrg": "Big Six Firm",
"job_title": "Intern, Assurance & Advisory",
"startYear": "2006",
"endYear": "2006",
"job_location": "Dublin, Ireland"
}
],
"certifications": [
"CFA Institute Charter pending",
"Chartered Accountants Ireland Associate Member (ACA)"
],
"candidate_skills": {
"operational_skills": [
"MS Office",
"Bloomberg",
"Thomson One"
]
},
"languages_spoken": [
"English (Native)",
"French (Basic)"
],
"visa": [
"Entitled to initial 12-month USA work visa"
]
}
}

API Documentation

Endpoints


This endpoint will parse the given resume file and return the components in a JSON structure



                                                                            
POST https://zylalabs.com/api/2910/resume+parser+api/3036/resumeparse
                                                                            
                                                                        

resumeparse - Endpoint Features
Object Description
Request Body [Required] File Binary
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
    "parsed_resume": {
        "candidate_name": [
            "JOHN DOE"
        ],
        "candidate_email": [
            "[email protected]"
        ],
        "phonenumber": [
            "+353 87 9995555"
        ],
        "candidate_location": [
            "1 MAIN STREET TOWN POSTCODE IRELAND"
        ],
        "education": [
            {
                "education_level": "Master of Business Studies in Accounting",
                "education_specialization": "Accounting",
                "education_school": "University Dublin, Ireland",
                "education_period_start": "2006",
                "education_period_end": "2007",
                "education_location": "Dublin, Ireland"
            },
            {
                "education_level": "Bachelor of Arts in Accounting and Finance",
                "education_specialization": "Accounting and Finance",
                "education_school": "University Dublin, Ireland",
                "education_period_start": "2003",
                "education_period_end": "2006",
                "education_location": "Dublin, Ireland"
            }
        ],
        "experience": [
            {
                "experienceOrg": "Big Four Firm",
                "job_title": "Executive, Transactions Advisory",
                "startYear": "2011",
                "endYear": "Present",
                "job_location": "Dublin, Ireland"
            },
            {
                "experienceOrg": "Big Six Firm",
                "job_title": "Associate, Assurance & Advisory",
                "startYear": "2007",
                "endYear": "2011",
                "job_location": "Dublin, Ireland"
            },
            {
                "experienceOrg": "Big Six Firm",
                "job_title": "Intern, Assurance & Advisory",
                "startYear": "2006",
                "endYear": "2006",
                "job_location": "Dublin, Ireland"
            }
        ],
        "certifications": [
            "CFA Institute Charter pending",
            "Chartered Accountants Ireland Associate Member (ACA)"
        ],
        "candidate_skills": {
            "operational_skills": [
                "MS Office",
                "Bloomberg",
                "Thomson One"
            ]
        },
        "languages_spoken": [
            "English (Native)",
            "French (Basic)"
        ],
        "visa": [
            "Entitled to initial 12-month USA work visa"
        ]
    }
}
                                                                                                                                                                                                                    
                                                                                                    

Resumeparse - CODE SNIPPETS


    curl --location 'https://zylalabs.com/api/2910/resume+parser+api/3036/resumeparse' \
    --header 'Content-Type: multipart/form-data' \ 
    --form 'image=@"FILE_PATH"'


API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Resume Parser API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.


Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

๐Ÿš€ Enterprise
Starts at $10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • โœ”๏ธŽ Only Pay for Successful Requests
  • โœ”๏ธŽ Free 7-Day Trial
  • โœ”๏ธŽ Multi-Language Support
  • โœ”๏ธŽ One API Key, All APIs.
  • โœ”๏ธŽ Intuitive Dashboard
  • โœ”๏ธŽ Comprehensive Error Handling
  • โœ”๏ธŽ Developer-Friendly Docs
  • โœ”๏ธŽ Postman Integration
  • โœ”๏ธŽ Secure HTTPS Connections
  • โœ”๏ธŽ Reliable Uptime

The latency is a bit high at the moment, in the range of 20โ€“30 secs. It uses the latest OpenAI model internally, and it is known to be a bit slower. We are continuously working towards improving the latency.

The Resume Parser API does not store, sell, or train on input resumes. However, we use OpenAI models in the backend. Kindly check the OpenAI data privacy page - https://openai.com/enterprise-privacy before subscribing.

No, currently we do not support images or image based PDF files. The supported file formats are PDF, TXT, DOC and DOCX.

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the worldโ€™s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected โ€” plus overage fees applied when a developer exceeds a planโ€™s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]


Related APIs