Job Description (JD) Parsing by RChilli
RChilli’s Job Description (JD) Parsing is a web API solution designed to convert job descriptions from multiple formats into a structured, machine-readable JSON output. This structured data enables easier extraction and organization of key job information, improving efficiency in job matching, analytics, and automation processes.
RChilli JD Parser API Methods
RChilli offers two primary methods for parsing job descriptions via its JD Parser API:
1. Parsing by JD Binary Data
This method accepts the job description file as binary data encoded in base64 format.
-
API Method Name:
ParseJD
-
Parameters:
-
FileData
(String): Base64-encoded binary data of the JD file -
FileName
(String): Name of the JD file with extension (e.g.,JdSoftwaredeveloper.doc
) -
UserKey
(String): Valid API key provided by RChilli -
Version
(String): API version (e.g.,"3.0"
) -
SubUserId
(String): Sub-user ID as specified in the contract
-
-
Sample JSON Request:
2. Parsing by JD Text
This method accepts the job description content directly as base64-encoded text.
-
API Method Name:
ParseJDText
-
Parameters:
-
Base64Text
(String): Base64-encoded text content of the JD -
UserKey
(String): Valid API key provided by RChilli -
Version
(String): API version (e.g.,"3.0"
) -
SubUserId
(String): Sub-user ID as specified in the contract
-
-
Sample JSON Request:
Need Help?
For any questions or assistance with JD Parsing, please contact the RChilli Support Team at support@rchilli.com.
Learn more about JD Parsing and explore detailed documentation here:
RChilli JD Parser Documentation
Comments
0 comments
Please sign in to leave a comment.