Job Zone Weightage

Job Zones categorize job profiles into one of five categories based on the required levels of education, experience, and training.

The five Job Zones are:

For details on how jobs are categorized into Job Zones, refer O*NET OnLine Help.

Based on the Job Zones group, job zone weightage has been implemented in the SearchAndMatch API. The Resume/JD are assigned to one of the five Job Zones according to their job profile and skills, and the weightage is applied accordingly. The API then returns the matched resumes or JD based on the Job Zone weightage.
Note: You can get the default Job Zone weightage updated on your userkey for each Job Zone level. To dynamically set this configuration, contact support@rchilli.com.

To enable Job Zone weightage, include the jobZoneWeightage parameter in the API request and set it to True. Refer to the example below for reference:

"jobZoneWeightage": true
Note:
  • The jobZoneWeightage parameter can be passed in the API request of Match, Match with ID, Match with Multiple Sub-User Ids, and One To One Match.

  • If jobZoneWeightage parameter is passed in the API request, then job zone weightage is applied for matching and it overrides the dynamic weightage or default weightage.
  • The Job Zone Level that is applied on the resume/JD is returned in the API response, see the sample response below.

Sample Request

Note: The below sample request is for Match API, similarly, you can pass jobZoneWeightage in Match with ID, Match with Multiple Sub-User Ids, and One To One Match.
{
    "index": {
        "indexType": "JD",
        "indexKey": "your_index_key"
    },
    "jobZoneWeightage": true,
    "explainWeightage": true,
    "match": {
        "docType": "Resume/JD",
        "jsonData": " Resume data or JD Data"    },
    "pageSize": 10,
    "pageStart": 0,
    "explainScore": true,
    "explainScoreType": "json"
}

Sample Response

Note: This is a Sample response for resume to JD matching.
{
    "count": 3,
    "pageStart": 0,
    "pageSize": 10,
    "records": [
        {
            "id": "202403070646PMJDUS1",
            "score": 30.66,
            "JobProfile": "Software Developer",
            "Degree": [
                "Diploma",
                "Master of Technology",
                "Bachelor of Technology"
            ],
            "Employer": "Blue Mount Immigration Consulting",
            "City": "Pune",
            "Country": "India",
            "State": "Maharashtra"
        },
        {
            "id": "202402090450PM",
            "score": 30.66,
            "JobProfile": "Software Developer",
            "Degree": [
                "Diploma",
                "Master of Technology",
                "Bachelor of Technology"
            ],
            "Employer": "Blue Mount Immigration Consulting",
            "City": "Pune",
            "Country": "India",
            "State": "Maharashtra"
        },
        {
            "id": "202404291217PM",
            "score": 5.0,
            "JobProfile": "Growth Product Manager"
        }
    ],
    "explainScore": [
        {
            "id": "202402090450PM",
            "explaination": {
                "score": 30.66,
                "maxScore": 100.0,
                "Match": {
                    "score": 30.66,
                    "maxScore": 100.0,
                    "detailScore": [
                        {
                            "score": 0.0,
                            "maxScore": 35.0,
                            "entity": "CurrentJobProfile",
                            "value": "Technical Manager/Service Manager"
                        },
                        {
                            "score": 15.0,
                            "maxScore": 15.0,
                            "entity": "Qualification",
                            "value": "bachelor of technology"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 15.0,
                            "entity": "HighestDegree",
                            "value": "Master of Business Administration"
                        },
                        {
                            "score": 10.0,
                            "maxScore": 10.0,
                            "entity": "MinimumYearsExperience",
                            "value": "[-Infinity TO 7.11]"
                        },
                        {
                            "score": 5.0,
                            "maxScore": 5.0,
                            "entity": "JobLocationCountry",
                            "value": "india"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 5.0,
                            "entity": "Category",
                            "value": "Finance and Insurance"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 2.06,
                            "entity": "SkillWithoutExp",
                            "value": "Marketing"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 2.06,
                            "entity": "SkillWithoutExp",
                            "value": "Business Development"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.83,
                            "entity": "SkillHaveExp",
                            "value": "Customer Satisfaction"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.83,
                            "entity": "SkillHaveExp",
                            "value": "Action Plan"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.66,
                            "entity": "SkillWithoutExp",
                            "value": "Team Leadership"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.53,
                            "entity": "SkillHaveExp",
                            "value": "Productivity"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.06,
                            "entity": "SkillWithoutExp",
                            "value": "Management"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.77,
                            "entity": "SkillHaveExp",
                            "value": "Technical Training"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.77,
                            "entity": "SkillHaveExp",
                            "value": "Technical Investigation"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.77,
                            "entity": "SkillHaveExp",
                            "value": "Technical Reports"
                        },
                        {
                            "score": 0.66,
                            "maxScore": 0.66,
                            "entity": "AliasSkillSet",
                            "value": "customer handling"
                        }
                    ]
                }
            }
        },
        {
            "id": "202403070646PMJDUS1",
            "explaination": {
                "score": 30.66,
                "maxScore": 100.0,
                "Match": {
                    "score": 30.66,
                    "maxScore": 100.0,
                    "detailScore": [
                        {
                            "score": 0.0,
                            "maxScore": 35.0,
                            "entity": "CurrentJobProfile",
                            "value": "Technical Manager/Service Manager"
                        },
                        {
                            "score": 15.0,
                            "maxScore": 15.0,
                            "entity": "Qualification",
                            "value": "bachelor of technology"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 15.0,
                            "entity": "HighestDegree",
                            "value": "Master of Business Administration"
                        },
                        {
                            "score": 10.0,
                            "maxScore": 10.0,
                            "entity": "MinimumYearsExperience",
                            "value": "[-Infinity TO 7.11]"
                        },
                        {
                            "score": 5.0,
                            "maxScore": 5.0,
                            "entity": "JobLocationCountry",
                            "value": "india"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 5.0,
                            "entity": "Category",
                            "value": "Finance and Insurance"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 2.06,
                            "entity": "SkillWithoutExp",
                            "value": "Marketing"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 2.06,
                            "entity": "SkillWithoutExp",
                            "value": "Business Development"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.83,
                            "entity": "SkillHaveExp",
                            "value": "Customer Satisfaction"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.83,
                            "entity": "SkillHaveExp",
                            "value": "Action Plan"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.66,
                            "entity": "SkillWithoutExp",
                            "value": "Team Leadership"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.53,
                            "entity": "SkillHaveExp",
                            "value": "Productivity"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.06,
                            "entity": "SkillWithoutExp",
                            "value": "Management"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.77,
                            "entity": "SkillHaveExp",
                            "value": "Technical Training"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.77,
                            "entity": "SkillHaveExp",
                            "value": "Technical Investigation"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.77,
                            "entity": "SkillHaveExp",
                            "value": "Technical Reports"
                        },
                        {
                            "score": 0.66,
                            "maxScore": 0.66,
                            "entity": "AliasSkillSet",
                            "value": "customer handling"
                        }
                    ]
                }
            }
        },
        {
            "id": "202404291217PM",
            "explaination": {
                "score": 5.0,
                "maxScore": 100.0,
                "Match": {
                    "score": 5.0,
                    "maxScore": 100.0,
                    "detailScore": [
                        {
                            "score": 0.0,
                            "maxScore": 35.0,
                            "entity": "CurrentJobProfile",
                            "value": "Technical Manager/Service Manager"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 15.0,
                            "entity": "HighestDegree",
                            "value": "Master of Business Administration"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 15.0,
                            "entity": "Degree",
                            "value": "Bachelor of Technology"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 10.0,
                            "entity": "TotalExperienceInYear",
                            "value": "[* TO 7.11]"
                        },
                        {
                            "score": 5.0,
                            "maxScore": 5.0,
                            "entity": "Domains",
                            "value": "finance and insurance"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 5.0,
                            "entity": "AddressCountry",
                            "value": "India"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 2.06,
                            "entity": "SkillWithoutExp",
                            "value": "Marketing"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 2.06,
                            "entity": "SkillWithoutExp",
                            "value": "Business Development"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.83,
                            "entity": "SkillHaveExp",
                            "value": "Customer Satisfaction"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.83,
                            "entity": "SkillHaveExp",
                            "value": "Action Plan"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.66,
                            "entity": "SkillWithoutExp",
                            "value": "Team Leadership"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.53,
                            "entity": "SkillHaveExp",
                            "value": "Productivity"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 1.06,
                            "entity": "SkillWithoutExp",
                            "value": "Management"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.77,
                            "entity": "SkillHaveExp",
                            "value": "Technical Training"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.77,
                            "entity": "SkillHaveExp",
                            "value": "Technical Investigation"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.77,
                            "entity": "SkillHaveExp",
                            "value": "Technical Reports"
                        },
                        {
                            "score": 0.0,
                            "maxScore": 0.66,
                            "entity": "SkillWithoutExp",
                            "value": "Customer Handling"
                        }
                    ]
                }
            }
        }
    ],
    "resumeWeightage": [
        {
            "Parent": "JobProfile",
            "Weight": 35.0,
            "Child": {
                "CurrentJobProfile": 100.0,
                "CurrentJobAlias": 80.0,
                "JobProfile": 100.0,
                "JobAlias": 60.0
            }
        },
        {
            "Parent": "Employer",
            "Weight": 0.0,
            "Child": {
                "CurrentEmployer": 100.0,
                "Employer": 80.0
            }
        },
        {
            "Parent": "Skill",
            "Weight": 15.0,
            "Child": {
                "SkillHaveExp": 100.0,
                "SkillAlias": 60.0,
                "SkillWithoutExp": 100.0
            }
        },
        {
            "Parent": "Degree",
            "Weight": 30.0,
            "Child": {
                "HighestDegree": 100.0,
                "Degree": 100.0
            }
        },
        {
            "Parent": "City",
            "Weight": 0.0,
            "Child": {
                "EmployerCity": 90.0,
                "AddressCity": 100.0,
                "CurrentCity": 100.0,
                "EducationCity": 50.0,
                "PreferredCity": 90.0,
                "CurrentEmployerCity": 100.0
            }
        },
        {
            "Parent": "State",
            "Weight": 0.0,
            "Child": {
                "EducationState": 50.0,
                "CurrentState": 100.0,
                "PreferredState": 90.0,
                "EmployerState": 90.0,
                "CurrentEmployerState": 100.0,
                "AddressState": 100.0
            }
        },
        {
            "Parent": "Country",
            "Weight": 5.0,
            "Child": {
                "PreferredCountry": 90.0,
                "EducationCountry": 50.0,
                "CurrentCountry": 100.0,
                "EmployerCountry": 90.0,
                "AddressCountry": 100.0,
                "CurrentEmployerCountry": 100.0
            }
        },
        {
            "Parent": "TotalExperienceInYear",
            "Weight": 10.0
        },
        {
            "Parent": "Category",
            "Weight": 5.0
        },
        {
            "Parent": "SubCategory",
            "Weight": 0.0
        }
    ],
    "jobZone": 5
}