logo  
USA +1-877-5-PARSER
INDIA +91-8146608063
image

API Usages image image
image
Downlaod sample code for RChilli web service
image
image
Asp.net With C# image Asp.Net with Vb.Net image
PHP image JAVA image
ASP image ColdFusion image
Python image
image
image
image
Input Output
You can parse Resume By using to method of api:-
1.ParseResume
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ParseResume xmlns="http://tempuri.org/">
<url>”Resume Url at your public server”</url>
<version>”3.1.3”</version>
</ParseResume>
</soap:Body> </soap:Envelope>
ParseResumeBinary
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ParseResumeBinary xmlns="http://tempuri.org/">
<filedata>”your binary data in base64”</filedata>
<filetype>”extension of your file”</filetype>
<version>”3.1.3”</version>
</ParseResumeBinary>
</soap:Body>
</soap:Envelope>
image
<ResumeParserData>
<ResumeFileName />
<ParsingDate />
<TitleName />
<FirstName />
<Middlename />
<LastName />
<Email />
<Phone />
<Address />
<City />
<State />
<ZipCode />
<!--PermanentAddress will be provided in future release-->
<PermanentAddress />
<!--PermanentCity will be provided in future release-->
<PermanentCity />
<!--PermanentState will be provided in future release-->
<PermanentState />
<!--PermanentZipCode will be provided in future release-->
<PermanentZipCode />
<!--CorrespondenceAddress will be provided in future release-->
<CorrespondenceAddress />
<!--CorrespondenceCity will be provided in future release-->
<CorrespondenceCity />
<!--CorrespondenceState will be provided in future release-->
<CorrespondenceState />
<!--CorrespondenceZipCode will be provided in future release-->
<CorrespondenceZipCode />
<Category />
<SubCategory />
<DateOfBirth />
<Gender />
<FatherName />
<MaritalStatus />
<PassportNo />
<!--Visa Status will be provided in future release-->
<VisaStatus />
<Nationality />
<Qualification />
<Skills />
<Experience />
<SegrigatedExperience >
<WorkHistory >
<Employer />
<JobProfile />
<Location />
<JobPeriod />
<StartDate />
<EndDate />
<Description />
<!--Projects related fields will be provided in future release-->
<Projects >
<ProjectName />
<UsedSkills />
<TeamSize />
</Projects>
</WorkHistory>
</SegrigatedExperience>
<CurrentEmployer />
<JobProfile />
<CurrentSalary />
<ExpectedSalary />
<!--Preferred Location will be provided in future release-->
<PreferredLocation />
<SegrigatedSkills />
<SegrigatedQualification>
<EducationSplit >
<University />
<Degree />
<Year />
</EducationSplit>
</SegrigatedQualification>
<!--Certification will be provided in future release-->
<Certification />
<WorkedPeriod />
<GapPeriod />
<!--Number of Job Changed will be provided in future release-->
<NumberofJobChanged />
<!--Average Stay will be provided in future release-->
<AverageStay />
<!--Availability will be provided in future release-->
<Availability />
<!--Competency Related fields will be provided in future release-->
<Competency>
<CompetencyName/>
<Evidence />
<LastUsed />
<Description />
</Competency>
<Mobile />
<FaxNo />
<LicenseNo />
<Languages />
<Hobbies />
<References />
<Objectives />
<MotherName />
<Achievements />
<!--UniqueID will be provided in future release-->
<UniqueID />
<!--CustomFields will be provided in future release-->
<CustomFields />
<!--Email Info Related Fields will be provided in future release-->
<EmailInfo >
<EmailFrom />
<EmailTo />
<EmailSubject />
<EmailBody />
<EmailCC />
<EmailReplyTo />
<EmailSignature />
</EmailInfo>
<!--WebSites Info Related Fields will be provided in future release-->
<WebSites >
<Website />
</WebSites>
<DetailResume />
</ResumeParserData>
image
Input Output
You can parse Resume By using to method of api:-
1.ParseResume
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ParseResume xmlns="http://tempuri.org/">
<url>”Resume Url at your public server”</url>
<version>”3.1”</version>
</ParseResume>
</soap:Body> </soap:Envelope>
ParseResumeBinary
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ParseResumeBinary xmlns="http://tempuri.org/">
<filedata>”your binary data in base64”</filedata>
<filetype>”extension of your file”</filetype>
<version>”3.1”</version>
</ParseResumeBinary>
</soap:Body>
</soap:Envelope>
image
<ResumeParserData>
<FirstName/>
<Middlename/>
<LastName/>
<Email />
<Phone />
<Address />
<City />
<State />
<ZipCode />
<Category />
<DateOfBirth/>
<CurrentEmployer />
<JobProfile />
<Gender />
<FatherName />
<MaritalStatus />
<PassportNo />
<Nationality/>
<CurrentSalary />
<ExpectedSalary />
<Qualification/>
<Skills />
<Experience />
<SegrigatedExperience >
<WorkHistory>
<Employer/>
<jobprofile/>
<jobperiod/>
</WorkHistory>
</SegrigatedExperience >
<SegrigatedSkills />
<SegrigatedQualification>
<EducationSplit>
<University />
<Degree />
<Year />
</EducationSplit>
</SegrigatedQualification>
<WorkedPeriod />
<GapPeriod />
<Mobile />
<FaxNo />
<LicenseNo />
<LanguageKnown />
<Hobbies />
<References />
<Objectives />
<MotherName />
<Achievments />
<DetailResume/>
</ResumeParserData>
image
Input Output
You can parse Resume By using to method of api:-
1.ParseResume
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body> <ParseResume xmlns="http://tempuri.org/">
<url> ”Resume Url at your public server”</url>
<version> ”2.9”</version>
</ParseResume>
</soap:Body>
</soap:Envelope>
ParseResumeBinary
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ParseResumeBinary xmlns="http://tempuri.org/">
<filedata> ”your binary data in base64”</filedata>
<filetype> ”extension of your file”</filetype>
<version> ”2.9”</version>
</ParseResumeBinary>
</soap:Body>
</soap:Envelope>
image
<ResumeParserData>
<FirstName/>
<Middlename/>
<LastName/>
<Email/>
<Phone/>
<Address/>
<City/>
<State/>
<ZipCode/>
<Category/>
<DateOfBirth/>
<CurrentEmployer/>
<JobProfile/>
<Gender/>
<FatherName/>
<MaritalStatus/>
<PassportNo/>
<Nationality/>
<CurrentSalary/>
<ExpectedSalary/>
<Qualification/>
<Skills/>
<Experience/>
<SegrigatedSkills/>
<SegrigatedQualification />
<WorkedPeriod />
<GapPeriod />
<Mobile/>
<FaxNo />
<LicenseNo />
<LanguageKnown/>
<Hobbies/>
<Objectives/>
<MotherName/>
<Achievments />
<DetailResume/>
</ResumeParserData>
Input Output
You can parse Resume By using to method of api:-
1.ParseResume
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ParseResume xmlns="http://tempuri.org/">
<url>”Resume Url at your public server”</url>
<version>”4.0”</version>
</ParseResume>
</soap:Body> </soap:Envelope>
ParseResumeBinary
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ParseResumeBinary xmlns="http://tempuri.org/">
<filedata>”your binary data in base64”</filedata>
<filetype>”extension of your file”</filetype>
<version>”4.0”</version>
</ParseResumeBinary>
</soap:Body>
</soap:Envelope>
<ResumeParserData>
<ResumeFileName/>
<ParsingDate/>
<TitleName/>
<FirstName/>
<Middlename/>
<LastName/>
<Email/>
<Phone/>
<Mobile/>
<FaxNo/>
<LicenseNo/>
<PassportNo/>
<!--Visa Status will be provided in future release-->
<VisaStatus/>
<Address/>
<City/>
<State/>
<ZipCode/>
<!--PermanentAddress will be provided in future release-->
<PermanentAddress/>
<!--PermanentCity will be provided in future release-->
<PermanentCity/>
<!--PermanentState will be provided in future release-->
<PermanentState/>
<!--PermanentZipCode will be provided in future release-->
<PermanentZipCode/>
<!--CorrespondenceAddress will be provided in future release-->
<CorrespondenceAddress/>
<!--CorrespondenceCity will be provided in future release-->
<CorrespondenceCity/>
<!--CorrespondenceState will be provided in future release-->
<CorrespondenceState/>
<!--CorrespondenceZipCode will be provided in future release-->
<CorrespondenceZipCode/>
<Category/>
<SubCategory/>
<DateOfBirth/>
<FatherName/>
<MotherName/>
<MaritalStatus/>
<Nationality/>
<CurrentSalary/>
<ExpectedSalary/>
<Qualification/>
<SegrigatedQualification>
<EducationSplit>
<University/>
<Degree/>
<Year/>
</EducationSplit>
</SegrigatedQualification>
<Skills/>
<SkillsKeywords>
<BehaviorSkills/>
<SoftSkills/>
<OperationalSkills>
<SkillSet>
<Skill/>
<ExperienceInMonths/>
</SkillSet>
</OperationalSkills>
</SkillsKeywords>
<LanguageKnown/>
<Experience/>
<SegrigatedExperience>
<WorkHistory>
<Employer/>
<JobProfile/>
<JobLocation/>
<JobPeriod/>
<StartDate/>
<EndDate/>
<JobDescription/>
<Projects>
<ProjectName/>
<UsedSkills/>
<TeamSize/>
</Projects>
</WorkHistory>
</SegrigatedExperience>
<CurrentEmployer/>
<JobProfile/>
<WorkedPeriod/>
<GapPeriod/>
<!--Number of Job Changed will be provided in future release-->
<NumberofJobChanged/>
<!--Average Stay will be provided in future release-->
<AverageStay/>
<!--Availability will be provided in future release-->
<Availability/>
<!--Competency Related fields will be provided in future release-->
<Competency>
<CompetencyName/>
<Evidence/>
<LastUsed/>
<Description/>
</Competency>
<Hobbies/>
<Objectives/>
<Achievements/>
<References/>
<!--Preferred Location will be provided in future release-->
<PreferredLocation/>
<!--Certification will be provided in future release-->
<Certification/>
<!--UniqueID will be provided in future release-->
<UniqueID/>
<!--CustomFields will be provided in future release-->
<CustomFields/>
<!--Email Info Related Fields will be provided in future release-->
<EmailInfo>
<EmailFrom/>
<EmailTo/>
<EmailSubject/>
<EmailBody/>
<EmailCC/>
<EmailReplyTo/>
<EmailSignature/>
</EmailInfo>
<!--WebSites Info Related Fields will be provided in future release-->
<WebSites>
<Website/>
</WebSites>
<!--Recommendation Field Provide values for Linkedin Resumes-->
<Recommendations>
<Recomendation>
<PersonName/>
<PositionTitle/>
<CompanyName/>
<Relation/>
<Description/>
</Recomendation>
</Recommendations>
<DetailResume/>
</ResumeParserData>
Input Output
You can parse Resume By using to method of api:-
1.ParseResume
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ParseResume xmlns="http://tempuri.org/">
<url>”Resume Url at your public server”</url>
<version>”3.2”</version>
</ParseResume>
</soap:Body> </soap:Envelope>
ParseResumeBinary
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ParseResumeBinary xmlns="http://tempuri.org/">
<filedata>”your binary data in base64”</filedata>
<filetype>”extension of your file”</filetype>
<version>”3.2”</version>
</ParseResumeBinary>
</soap:Body>
</soap:Envelope>
<ResumeParserData>
<ResumeFileName/>
<ParsingDate/>
<TitleName/>
<FirstName/>
<Middlename/>
<LastName/>
<Email/>
<Phone/>
<Mobile/>
<FaxNo/>
<LicenseNo/>
<PassportNo/>
<!--Visa Status will be provided in future release-->
<VisaStatus/>
<Address/>
<City/>
<State/>
<ZipCode/>
<!--PermanentAddress will be provided in future release-->
<PermanentAddress/>
<!--PermanentCity will be provided in future release-->
<PermanentCity/>
<!--PermanentState will be provided in future release-->
<PermanentState/>
<!--PermanentZipCode will be provided in future release-->
<PermanentZipCode/>
<!--CorrespondenceAddress will be provided in future release-->
<CorrespondenceAddress/>
<!--CorrespondenceCity will be provided in future release-->
<CorrespondenceCity/>
<!--CorrespondenceState will be provided in future release-->
<CorrespondenceState/>
<!--CorrespondenceZipCode will be provided in future release-->
<CorrespondenceZipCode/>
<Category/>
<SubCategory/>
<DateOfBirth/>
<FatherName/>
<MotherName/>
<MaritalStatus/>
<Nationality/>
<CurrentSalary/>
<ExpectedSalary/>
<Qualification/>
<SegrigatedQualification>
<EducationSplit>
<University/>
<Degree/>
<Year/>
</EducationSplit>
</SegrigatedQualification>
<Skills/>
<SkillsKeywords/>
<LanguageKnown/>
<Experience/>
<SegrigatedExperience>
<WorkHistory>
<Employer/>
<JobProfile/>
<JobLocation/>
<JobPeriod/>
<StartDate/>
<EndDate/>
<JobDescription/>
<!--Projects related fields will be provided in future release-->
<Projects>
<ProjectName/>
<UsedSkills/>
<TeamSize/>
</Projects>
</WorkHistory>
</SegrigatedExperience>
<CurrentEmployer/>
<JobProfile/>
<WorkedPeriod/>
<GapPeriod/>
<!--Number of Job Changed will be provided in future release-->
<NumberofJobChanged/>
<!--Average Stay will be provided in future release-->
<AverageStay/>
<!--Availability will be provided in future release-->
<Availability/>
<!--Competency Related fields will be provided in future release-->
<Competency>
<CompetencyName/>
<Evidence/>
<LastUsed/>
<Description/>
</Competency>
<Hobbies/>
<Objectives/>
<Achievements/>
<References/>
<!--Preferred Location will be provided in future release-->
<PreferredLocation/>
<!--Certification will be provided in future release-->
<Certification/>
<!--UniqueID will be provided in future release-->
<UniqueID/>
<!--CustomFields will be provided in future release-->
<CustomFields/>
<!--Email Info Related Fields will be provided in future release-->
<EmailInfo>
<EmailFrom/>
<EmailTo/>
<EmailSubject/>
<EmailBody/>
<EmailCC/>
<EmailReplyTo/>
<EmailSignature/>
</EmailInfo>
<!--WebSites Info Related Fields will be provided in future release-->
<WebSites>
<Website/>
</WebSites>
<DetailResume/>
</ResumeParserData>
image
image
image


Fill out my online form.
image
image
image image image
image
 
image
Home | About Us | Web API | Site Map | License/Privacy Policy | Terms & Condition | Contact us | Blog | Articles
image