Occupations

Returns the full list of over 600 occupations.

Basic request

GET https://{APIDOMAIN}/api-v1/occupations

Response

Returns the full list of over 600 occupations, nested as per the ISCO-08 specification. PfP uses the value in the “code” when updating records (such as users and assignments).

The response is only available in en_GB at the time of writing.

{
    "lang": "en_GB",
    "data": [
        {
            "code": "0",
            "name": "Armed forces occupations",
            "child": [
                {
                    "code": "01",
                    "name": "Commissioned armed forces officers",
                    "child": [
                        {
                            "code": "011",
                            "name": "Commissioned armed forces officers",
                            "child": [
                                {
                                    "code": "0110",
                                    "name": "Commissioned armed forces officers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "02",
                    "name": "Non-commissioned armed forces officers",
                    "child": [
                        {
                            "code": "021",
                            "name": "Non-commissioned armed forces officers",
                            "child": [
                                {
                                    "code": "0210",
                                    "name": "Non-commissioned armed forces officers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "03",
                    "name": "Armed forces occupations, other ranks",
                    "child": [
                        {
                            "code": "031",
                            "name": "Armed forces occupations, other ranks",
                            "child": [
                                {
                                    "code": "0310",
                                    "name": "Armed forces occupations, other ranks"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "code": "1",
            "name": "Managers",
            "child": [
                {
                    "code": "11",
                    "name": "Chief executives, senior officials and legislators",
                    "child": [
                        {
                            "code": "111",
                            "name": "Legislators and senior officials",
                            "child": [
                                {
                                    "code": "1111",
                                    "name": "Legislators"
                                },
                                {
                                    "code": "1112",
                                    "name": "Senior government officials"
                                },
                                {
                                    "code": "1113",
                                    "name": "Traditional chiefs and heads of village"
                                },
                                {
                                    "code": "1114",
                                    "name": "Senior officials of special-interest organizations"
                                }
                            ]
                        },
                        {
                            "code": "112",
                            "name": "Managing directors and chief executives",
                            "child": [
                                {
                                    "code": "1120",
                                    "name": "Managing directors and chief executives"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "12",
                    "name": "Administrative and commercial managers",
                    "child": [
                        {
                            "code": "121",
                            "name": "Business services and administration managers",
                            "child": [
                                {
                                    "code": "1211",
                                    "name": "Finance managers"
                                },
                                {
                                    "code": "1212",
                                    "name": "Human resource managers"
                                },
                                {
                                    "code": "1213",
                                    "name": "Policy and planning managers"
                                },
                                {
                                    "code": "1219",
                                    "name": "Business services and administration managers not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "122",
                            "name": "Sales, marketing and development managers",
                            "child": [
                                {
                                    "code": "1221",
                                    "name": "Sales and marketing managers"
                                },
                                {
                                    "code": "1222",
                                    "name": "Advertising and public relations managers"
                                },
                                {
                                    "code": "1223",
                                    "name": "Research and development managers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "13",
                    "name": "Production and specialised services managers",
                    "child": [
                        {
                            "code": "131",
                            "name": "Production managers in agriculture, forestry and fisheries",
                            "child": [
                                {
                                    "code": "1311",
                                    "name": "Agricultural and forestry production managers"
                                },
                                {
                                    "code": "1312",
                                    "name": "Aquaculture and fisheries production managers"
                                }
                            ]
                        },
                        {
                            "code": "132",
                            "name": "Manufacturing, mining, construction, and distribution managers",
                            "child": [
                                {
                                    "code": "1321",
                                    "name": "Manufacturing managers"
                                },
                                {
                                    "code": "1322",
                                    "name": "Mining managers"
                                },
                                {
                                    "code": "1323",
                                    "name": "Construction managers"
                                },
                                {
                                    "code": "1324",
                                    "name": "Supply, distribution and related managers"
                                }
                            ]
                        },
                        {
                            "code": "133",
                            "name": "Information and communications technology service managers",
                            "child": [
                                {
                                    "code": "1330",
                                    "name": "Information and communications technology service managers"
                                }
                            ]
                        },
                        {
                            "code": "134",
                            "name": "Professional services managers",
                            "child": [
                                {
                                    "code": "1341",
                                    "name": "Child care services managers"
                                },
                                {
                                    "code": "1342",
                                    "name": "Health services managers"
                                },
                                {
                                    "code": "1343",
                                    "name": "Aged care services managers"
                                },
                                {
                                    "code": "1344",
                                    "name": "Social welfare managers"
                                },
                                {
                                    "code": "1345",
                                    "name": "Education managers"
                                },
                                {
                                    "code": "1346",
                                    "name": "Financial and insurance services branch managers"
                                },
                                {
                                    "code": "1349",
                                    "name": "Professional services managers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "14",
                    "name": "Hospitality, retail and other services managers",
                    "child": [
                        {
                            "code": "141",
                            "name": "Hotel and restaurant managers",
                            "child": [
                                {
                                    "code": "1411",
                                    "name": "Hotel managers"
                                },
                                {
                                    "code": "1412",
                                    "name": "Restaurant managers"
                                }
                            ]
                        },
                        {
                            "code": "142",
                            "name": "Retail and wholesale trade managers",
                            "child": [
                                {
                                    "code": "1420",
                                    "name": "Retail and wholesale trade managers"
                                }
                            ]
                        },
                        {
                            "code": "143",
                            "name": "Other services managers",
                            "child": [
                                {
                                    "code": "1431",
                                    "name": "Sports, recreation and cultural centre managers"
                                },
                                {
                                    "code": "1439",
                                    "name": "Services managers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "code": "2",
            "name": "Professionals",
            "child": [
                {
                    "code": "21",
                    "name": "Science and engineering professionals",
                    "child": [
                        {
                            "code": "211",
                            "name": "Physical and earth science professionals",
                            "child": [
                                {
                                    "code": "2111",
                                    "name": "Physicists and astronomers"
                                },
                                {
                                    "code": "2112",
                                    "name": "Meteorologists"
                                },
                                {
                                    "code": "2113",
                                    "name": "Chemists"
                                },
                                {
                                    "code": "2114",
                                    "name": "Geologists and geophysicists"
                                }
                            ]
                        },
                        {
                            "code": "212",
                            "name": "Mathematicians, actuaries and statisticians",
                            "child": [
                                {
                                    "code": "2120",
                                    "name": "Mathematicians, actuaries and statisticians"
                                }
                            ]
                        },
                        {
                            "code": "213",
                            "name": "Life science professionals",
                            "child": [
                                {
                                    "code": "2131",
                                    "name": "Biologists, botanists, zoologists and related professionals"
                                },
                                {
                                    "code": "2132",
                                    "name": "Farming, forestry and fisheries advisers"
                                },
                                {
                                    "code": "2133",
                                    "name": "Environmental protection professionals"
                                }
                            ]
                        },
                        {
                            "code": "214",
                            "name": "Engineering professionals (excluding electrotechnology)",
                            "child": [
                                {
                                    "code": "2141",
                                    "name": "Industrial and production engineers"
                                },
                                {
                                    "code": "2142",
                                    "name": "Civil engineers"
                                },
                                {
                                    "code": "2143",
                                    "name": "Environmental engineers"
                                },
                                {
                                    "code": "2144",
                                    "name": "Mechanical engineers"
                                },
                                {
                                    "code": "2145",
                                    "name": "Chemical engineers"
                                },
                                {
                                    "code": "2146",
                                    "name": "Mining engineers, metallurgists and related professionals"
                                },
                                {
                                    "code": "2149",
                                    "name": "Engineering professionals not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "215",
                            "name": "Electrotechnology engineers",
                            "child": [
                                {
                                    "code": "2151",
                                    "name": "Electrical engineers"
                                },
                                {
                                    "code": "2152",
                                    "name": "Electronics engineers"
                                },
                                {
                                    "code": "2153",
                                    "name": "Telecommunications engineers"
                                }
                            ]
                        },
                        {
                            "code": "216",
                            "name": "Architects, planners, surveyors and designers",
                            "child": [
                                {
                                    "code": "2161",
                                    "name": "Building architects"
                                },
                                {
                                    "code": "2162",
                                    "name": "Landscape architects"
                                },
                                {
                                    "code": "2163",
                                    "name": "Product and garment designers"
                                },
                                {
                                    "code": "2164",
                                    "name": "Town and traffic planners"
                                },
                                {
                                    "code": "2165",
                                    "name": "Cartographers and surveyors"
                                },
                                {
                                    "code": "2166",
                                    "name": "Graphic and multimedia designers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "22",
                    "name": "Health professionals",
                    "child": [
                        {
                            "code": "221",
                            "name": "Medical doctors",
                            "child": [
                                {
                                    "code": "2211",
                                    "name": "Generalist medical practitioners"
                                },
                                {
                                    "code": "2212",
                                    "name": "Specialist medical practitioners"
                                }
                            ]
                        },
                        {
                            "code": "222",
                            "name": "Nursing and midwifery professionals",
                            "child": [
                                {
                                    "code": "2221",
                                    "name": "Nursing professionals"
                                },
                                {
                                    "code": "2222",
                                    "name": "Midwifery professionals"
                                }
                            ]
                        },
                        {
                            "code": "223",
                            "name": "Traditional and complementary medicine professionals",
                            "child": [
                                {
                                    "code": "2230",
                                    "name": "Traditional and complementary medicine professionals"
                                }
                            ]
                        },
                        {
                            "code": "224",
                            "name": "Paramedical practitioners",
                            "child": [
                                {
                                    "code": "2240",
                                    "name": "Paramedical practitioners"
                                }
                            ]
                        },
                        {
                            "code": "225",
                            "name": "Veterinarians",
                            "child": [
                                {
                                    "code": "2250",
                                    "name": "Veterinarians"
                                }
                            ]
                        },
                        {
                            "code": "226",
                            "name": "Other health professionals",
                            "child": [
                                {
                                    "code": "2261",
                                    "name": "Dentists"
                                },
                                {
                                    "code": "2262",
                                    "name": "Pharmacists"
                                },
                                {
                                    "code": "2263",
                                    "name": "Environmental and occupational health and hygiene professionals"
                                },
                                {
                                    "code": "2264",
                                    "name": "Physiotherapists"
                                },
                                {
                                    "code": "2265",
                                    "name": "Dieticians and nutritionists"
                                },
                                {
                                    "code": "2266",
                                    "name": "Audiologists and speech therapists"
                                },
                                {
                                    "code": "2267",
                                    "name": "Optometrists and ophthalmic opticians"
                                },
                                {
                                    "code": "2269",
                                    "name": "Health professionals not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "23",
                    "name": "Teaching professionals",
                    "child": [
                        {
                            "code": "231",
                            "name": "University and higher education teachers",
                            "child": [
                                {
                                    "code": "2310",
                                    "name": "University and higher education teachers"
                                }
                            ]
                        },
                        {
                            "code": "232",
                            "name": "Vocational education teachers",
                            "child": [
                                {
                                    "code": "2320",
                                    "name": "Vocational education teachers"
                                }
                            ]
                        },
                        {
                            "code": "233",
                            "name": "Secondary education teachers",
                            "child": [
                                {
                                    "code": "2330",
                                    "name": "Secondary education teachers"
                                }
                            ]
                        },
                        {
                            "code": "234",
                            "name": "Primary school and early childhood teachers",
                            "child": [
                                {
                                    "code": "2341",
                                    "name": "Primary school teachers"
                                },
                                {
                                    "code": "2342",
                                    "name": "Early childhood educators"
                                }
                            ]
                        },
                        {
                            "code": "235",
                            "name": "Other teaching professionals",
                            "child": [
                                {
                                    "code": "2351",
                                    "name": "Education methods specialists"
                                },
                                {
                                    "code": "2352",
                                    "name": "Special needs teachers"
                                },
                                {
                                    "code": "2353",
                                    "name": "Other language teachers"
                                },
                                {
                                    "code": "2354",
                                    "name": "Other music teachers"
                                },
                                {
                                    "code": "2355",
                                    "name": "Other arts teachers"
                                },
                                {
                                    "code": "2356",
                                    "name": "Information technology trainers"
                                },
                                {
                                    "code": "2359",
                                    "name": "Teaching professionals not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "24",
                    "name": "Business and administration professionals",
                    "child": [
                        {
                            "code": "241",
                            "name": "Finance professionals",
                            "child": [
                                {
                                    "code": "2411",
                                    "name": "Accountants"
                                },
                                {
                                    "code": "2412",
                                    "name": "Financial and investment advisers"
                                },
                                {
                                    "code": "2413",
                                    "name": "Financial analysts"
                                }
                            ]
                        },
                        {
                            "code": "242",
                            "name": "Administration professionals",
                            "child": [
                                {
                                    "code": "2421",
                                    "name": "Management and organization analysts"
                                },
                                {
                                    "code": "2422",
                                    "name": "Policy administration professionals"
                                },
                                {
                                    "code": "2423",
                                    "name": "Personnel and careers professionals"
                                },
                                {
                                    "code": "2424",
                                    "name": "Training and staff development professionals"
                                }
                            ]
                        },
                        {
                            "code": "243",
                            "name": "Sales, marketing and public relations professionals",
                            "child": [
                                {
                                    "code": "2431",
                                    "name": "Advertising and marketing professionals"
                                },
                                {
                                    "code": "2432",
                                    "name": "Public relations professionals"
                                },
                                {
                                    "code": "2433",
                                    "name": "Technical and medical sales professionals (excluding ICT)"
                                },
                                {
                                    "code": "2434",
                                    "name": "Information and communications technology sales professionals"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "25",
                    "name": "Information and communications technology professionals",
                    "child": [
                        {
                            "code": "251",
                            "name": "Software and applications developers and analysts",
                            "child": [
                                {
                                    "code": "2511",
                                    "name": "Systems analysts"
                                },
                                {
                                    "code": "2512",
                                    "name": "Software developers"
                                },
                                {
                                    "code": "2513",
                                    "name": "Web and multimedia developers"
                                },
                                {
                                    "code": "2514",
                                    "name": "Applications programmers"
                                },
                                {
                                    "code": "2519",
                                    "name": "Software and applications developers and analysts not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "252",
                            "name": "Database and network professionals",
                            "child": [
                                {
                                    "code": "2521",
                                    "name": "Database designers and administrators"
                                },
                                {
                                    "code": "2522",
                                    "name": "Systems administrators"
                                },
                                {
                                    "code": "2523",
                                    "name": "Computer network professionals"
                                },
                                {
                                    "code": "2529",
                                    "name": "Database and network professionals not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "26",
                    "name": "Legal, social and cultural professionals",
                    "child": [
                        {
                            "code": "261",
                            "name": "Legal professionals",
                            "child": [
                                {
                                    "code": "2611",
                                    "name": "Lawyers"
                                },
                                {
                                    "code": "2612",
                                    "name": "Judges"
                                },
                                {
                                    "code": "2619",
                                    "name": "Legal professionals not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "262",
                            "name": "Librarians, archivists and curators",
                            "child": [
                                {
                                    "code": "2621",
                                    "name": "Archivists and curators"
                                },
                                {
                                    "code": "2622",
                                    "name": "Librarians and related information professionals"
                                }
                            ]
                        },
                        {
                            "code": "263",
                            "name": "Social and religious professionals",
                            "child": [
                                {
                                    "code": "2631",
                                    "name": "Economists"
                                },
                                {
                                    "code": "2632",
                                    "name": "Sociologists, anthropologists and related professionals"
                                },
                                {
                                    "code": "2633",
                                    "name": "Philosophers, historians and political scientists"
                                },
                                {
                                    "code": "2634",
                                    "name": "Psychologists"
                                },
                                {
                                    "code": "2635",
                                    "name": "Social work and counselling professionals"
                                },
                                {
                                    "code": "2636",
                                    "name": "Religious professionals"
                                }
                            ]
                        },
                        {
                            "code": "264",
                            "name": "Authors, journalists and linguists",
                            "child": [
                                {
                                    "code": "2641",
                                    "name": "Authors and related writers"
                                },
                                {
                                    "code": "2642",
                                    "name": "Journalists"
                                },
                                {
                                    "code": "2643",
                                    "name": "Translators, interpreters and other linguists"
                                }
                            ]
                        },
                        {
                            "code": "265",
                            "name": "Creative and performing artists",
                            "child": [
                                {
                                    "code": "2651",
                                    "name": "Visual artists"
                                },
                                {
                                    "code": "2652",
                                    "name": "Musicians, singers and composers"
                                },
                                {
                                    "code": "2653",
                                    "name": "Dancers and choreographers"
                                },
                                {
                                    "code": "2654",
                                    "name": "Film, stage and related directors and producers"
                                },
                                {
                                    "code": "2655",
                                    "name": "Actors"
                                },
                                {
                                    "code": "2656",
                                    "name": "Announcers on radio, television and other media"
                                },
                                {
                                    "code": "2659",
                                    "name": "Creative and performing artists not elsewhere classified"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "code": "3",
            "name": "Technicians and associate professionals",
            "child": [
                {
                    "code": "31",
                    "name": "Science and engineering associate professionals",
                    "child": [
                        {
                            "code": "311",
                            "name": "Physical and engineering science technicians",
                            "child": [
                                {
                                    "code": "3111",
                                    "name": "Chemical and physical science technicians"
                                },
                                {
                                    "code": "3112",
                                    "name": "Civil engineering technicians"
                                },
                                {
                                    "code": "3113",
                                    "name": "Electrical engineering technicians"
                                },
                                {
                                    "code": "3114",
                                    "name": "Electronics engineering technicians"
                                },
                                {
                                    "code": "3115",
                                    "name": "Mechanical engineering technicians"
                                },
                                {
                                    "code": "3116",
                                    "name": "Chemical engineering technicians"
                                },
                                {
                                    "code": "3117",
                                    "name": "Mining and metallurgical technicians"
                                },
                                {
                                    "code": "3118",
                                    "name": "Draughtspersons"
                                },
                                {
                                    "code": "3119",
                                    "name": "Physical and engineering science technicians not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "312",
                            "name": "Mining, manufacturing and construction supervisors",
                            "child": [
                                {
                                    "code": "3121",
                                    "name": "Mining supervisors"
                                },
                                {
                                    "code": "3122",
                                    "name": "Manufacturing supervisors"
                                },
                                {
                                    "code": "3123",
                                    "name": "Construction supervisors"
                                }
                            ]
                        },
                        {
                            "code": "313",
                            "name": "Process control technicians",
                            "child": [
                                {
                                    "code": "3131",
                                    "name": "Power production plant operators"
                                },
                                {
                                    "code": "3132",
                                    "name": "Incinerator and water treatment plant operators"
                                },
                                {
                                    "code": "3133",
                                    "name": "Chemical processing plant controllers"
                                },
                                {
                                    "code": "3134",
                                    "name": "Petroleum and natural gas refining plant operators"
                                },
                                {
                                    "code": "3135",
                                    "name": "Metal production process controllers"
                                },
                                {
                                    "code": "3139",
                                    "name": "Process control technicians not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "314",
                            "name": "Life science technicians and related associate professionals",
                            "child": [
                                {
                                    "code": "3141",
                                    "name": "Life science technicians (excluding medical)"
                                },
                                {
                                    "code": "3142",
                                    "name": "Agricultural technicians"
                                },
                                {
                                    "code": "3143",
                                    "name": "Forestry technicians"
                                }
                            ]
                        },
                        {
                            "code": "315",
                            "name": "Ship and aircraft controllers and technicians",
                            "child": [
                                {
                                    "code": "3151",
                                    "name": "Ships' engineers"
                                },
                                {
                                    "code": "3152",
                                    "name": "Ships' deck officers and pilots"
                                },
                                {
                                    "code": "3153",
                                    "name": "Aircraft pilots and related associate professionals"
                                },
                                {
                                    "code": "3154",
                                    "name": "Air traffic controllers"
                                },
                                {
                                    "code": "3155",
                                    "name": "Air traffic safety electronics technicians"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "32",
                    "name": "Health associate professionals",
                    "child": [
                        {
                            "code": "321",
                            "name": "Medical and pharmaceutical technicians",
                            "child": [
                                {
                                    "code": "3211",
                                    "name": "Medical imaging and therapeutic equipment technicians"
                                },
                                {
                                    "code": "3212",
                                    "name": "Medical and pathology laboratory technicians"
                                },
                                {
                                    "code": "3213",
                                    "name": "Pharmaceutical technicians and assistants"
                                },
                                {
                                    "code": "3214",
                                    "name": "Medical and dental prosthetic technicians"
                                }
                            ]
                        },
                        {
                            "code": "322",
                            "name": "Nursing and midwifery associate professionals",
                            "child": [
                                {
                                    "code": "3221",
                                    "name": "Nursing associate professionals"
                                },
                                {
                                    "code": "3222",
                                    "name": "Midwifery associate professionals"
                                }
                            ]
                        },
                        {
                            "code": "323",
                            "name": "Traditional and complementary medicine associate professionals",
                            "child": [
                                {
                                    "code": "3230",
                                    "name": "Traditional and complementary medicine associate professionals"
                                }
                            ]
                        },
                        {
                            "code": "324",
                            "name": "Veterinary technicians and assistants",
                            "child": [
                                {
                                    "code": "3240",
                                    "name": "Veterinary technicians and assistants"
                                }
                            ]
                        },
                        {
                            "code": "325",
                            "name": "Other health associate professionals",
                            "child": [
                                {
                                    "code": "3251",
                                    "name": "Dental assistants and therapists"
                                },
                                {
                                    "code": "3252",
                                    "name": "Medical records and health information technicians"
                                },
                                {
                                    "code": "3253",
                                    "name": "Community health workers"
                                },
                                {
                                    "code": "3254",
                                    "name": "Dispensing opticians"
                                },
                                {
                                    "code": "3255",
                                    "name": "Physiotherapy technicians and assistants"
                                },
                                {
                                    "code": "3256",
                                    "name": "Medical assistants"
                                },
                                {
                                    "code": "3257",
                                    "name": "Environmental and occupational health inspectors and associates"
                                },
                                {
                                    "code": "3258",
                                    "name": "Ambulance workers"
                                },
                                {
                                    "code": "3259",
                                    "name": "Health associate professionals not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "33",
                    "name": "Business and administration associate professionals",
                    "child": [
                        {
                            "code": "331",
                            "name": "Financial and mathematical associate professionals",
                            "child": [
                                {
                                    "code": "3311",
                                    "name": "Securities and finance dealers and brokers"
                                },
                                {
                                    "code": "3312",
                                    "name": "Credit and loans officers"
                                },
                                {
                                    "code": "3313",
                                    "name": "Accounting associate professionals"
                                },
                                {
                                    "code": "3314",
                                    "name": "Statistical, mathematical and related associate professionals"
                                },
                                {
                                    "code": "3315",
                                    "name": "Valuers and loss assessors"
                                }
                            ]
                        },
                        {
                            "code": "332",
                            "name": "Sales and purchasing agents and brokers",
                            "child": [
                                {
                                    "code": "3321",
                                    "name": "Insurance representatives"
                                },
                                {
                                    "code": "3322",
                                    "name": "Commercial sales representatives"
                                },
                                {
                                    "code": "3323",
                                    "name": "Buyers"
                                },
                                {
                                    "code": "3324",
                                    "name": "Trade brokers"
                                }
                            ]
                        },
                        {
                            "code": "333",
                            "name": "Business services agents",
                            "child": [
                                {
                                    "code": "3331",
                                    "name": "Clearing and forwarding agents"
                                },
                                {
                                    "code": "3332",
                                    "name": "Conference and event planners"
                                },
                                {
                                    "code": "3333",
                                    "name": "Employment agents and contractors"
                                },
                                {
                                    "code": "3334",
                                    "name": "Real estate agents and property managers"
                                },
                                {
                                    "code": "3339",
                                    "name": "Business services agents not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "334",
                            "name": "Administrative and specialised secretaries",
                            "child": [
                                {
                                    "code": "3341",
                                    "name": "Office supervisors"
                                },
                                {
                                    "code": "3342",
                                    "name": "Legal secretaries"
                                },
                                {
                                    "code": "3343",
                                    "name": "Administrative and executive secretaries"
                                },
                                {
                                    "code": "3344",
                                    "name": "Medical secretaries"
                                }
                            ]
                        },
                        {
                            "code": "335",
                            "name": "Regulatory government associate professionals",
                            "child": [
                                {
                                    "code": "3351",
                                    "name": "Customs and border inspectors"
                                },
                                {
                                    "code": "3352",
                                    "name": "Government tax and excise officials"
                                },
                                {
                                    "code": "3353",
                                    "name": "Government social benefits officials"
                                },
                                {
                                    "code": "3354",
                                    "name": "Government licensing officials"
                                },
                                {
                                    "code": "3355",
                                    "name": "Police inspectors and detectives"
                                },
                                {
                                    "code": "3359",
                                    "name": "Regulatory government associate professionals not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "34",
                    "name": "Legal, social, cultural and related associate professionals",
                    "child": [
                        {
                            "code": "341",
                            "name": "Legal, social and religious associate professionals",
                            "child": [
                                {
                                    "code": "3411",
                                    "name": "Legal and related associate professionals"
                                },
                                {
                                    "code": "3412",
                                    "name": "Social work associate professionals"
                                },
                                {
                                    "code": "3413",
                                    "name": "Religious associate professionals"
                                }
                            ]
                        },
                        {
                            "code": "342",
                            "name": "Sports and fitness workers",
                            "child": [
                                {
                                    "code": "3421",
                                    "name": "Athletes and sports players"
                                },
                                {
                                    "code": "3422",
                                    "name": "Sports coaches, instructors and officials"
                                },
                                {
                                    "code": "3423",
                                    "name": "Fitness and recreation instructors and program leaders"
                                }
                            ]
                        },
                        {
                            "code": "343",
                            "name": "Artistic, cultural and culinary associate professionals",
                            "child": [
                                {
                                    "code": "3431",
                                    "name": "Photographers"
                                },
                                {
                                    "code": "3432",
                                    "name": "Interior designers and decorators"
                                },
                                {
                                    "code": "3433",
                                    "name": "Gallery, museum and library technicians"
                                },
                                {
                                    "code": "3434",
                                    "name": "Chefs"
                                },
                                {
                                    "code": "3435",
                                    "name": "Other artistic and cultural associate professionals"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "35",
                    "name": "Information and communications technicians",
                    "child": [
                        {
                            "code": "351",
                            "name": "Information and communications technology operations and user support technicians",
                            "child": [
                                {
                                    "code": "3511",
                                    "name": "Information and communications technology operations technicians"
                                },
                                {
                                    "code": "3512",
                                    "name": "Information and communications technology user support technicians"
                                },
                                {
                                    "code": "3513",
                                    "name": "Computer network and systems technicians"
                                },
                                {
                                    "code": "3514",
                                    "name": "Web technicians"
                                }
                            ]
                        },
                        {
                            "code": "352",
                            "name": "Telecommunications and broadcasting technicians",
                            "child": [
                                {
                                    "code": "3521",
                                    "name": "Broadcasting and audio-visual technicians"
                                },
                                {
                                    "code": "3522",
                                    "name": "Telecommunications engineering technicians"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "code": "4",
            "name": "Clerical support workers",
            "child": [
                {
                    "code": "41",
                    "name": "General and keyboard clerks",
                    "child": [
                        {
                            "code": "411",
                            "name": "General office clerks",
                            "child": [
                                {
                                    "code": "4110",
                                    "name": "General office clerks"
                                }
                            ]
                        },
                        {
                            "code": "412",
                            "name": "Secretaries (general)",
                            "child": [
                                {
                                    "code": "4120",
                                    "name": "Secretaries (general)"
                                }
                            ]
                        },
                        {
                            "code": "413",
                            "name": "Keyboard operators",
                            "child": [
                                {
                                    "code": "4131",
                                    "name": "Typists and word processing operators"
                                },
                                {
                                    "code": "4132",
                                    "name": "Data entry clerks"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "42",
                    "name": "Customer services clerks",
                    "child": [
                        {
                            "code": "421",
                            "name": "Tellers, money collectors and related clerks",
                            "child": [
                                {
                                    "code": "4211",
                                    "name": "Bank tellers and related clerks"
                                },
                                {
                                    "code": "4212",
                                    "name": "Bookmakers, croupiers and related gaming workers"
                                },
                                {
                                    "code": "4213",
                                    "name": "Pawnbrokers and money-lenders"
                                },
                                {
                                    "code": "4214",
                                    "name": "Debt-collectors and related workers"
                                }
                            ]
                        },
                        {
                            "code": "422",
                            "name": "Client information workers",
                            "child": [
                                {
                                    "code": "4221",
                                    "name": "Travel consultants and clerks"
                                },
                                {
                                    "code": "4222",
                                    "name": "Contact centre information clerks"
                                },
                                {
                                    "code": "4223",
                                    "name": "Telephone switchboard operators"
                                },
                                {
                                    "code": "4224",
                                    "name": "Hotel receptionists"
                                },
                                {
                                    "code": "4225",
                                    "name": "Enquiry clerks"
                                },
                                {
                                    "code": "4226",
                                    "name": "Receptionists (general)"
                                },
                                {
                                    "code": "4227",
                                    "name": "Survey and market research interviewers"
                                },
                                {
                                    "code": "4229",
                                    "name": "Client information workers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "43",
                    "name": "Numerical and material recording clerks",
                    "child": [
                        {
                            "code": "431",
                            "name": "Numerical clerks",
                            "child": [
                                {
                                    "code": "4311",
                                    "name": "Accounting and bookkeeping clerks"
                                },
                                {
                                    "code": "4312",
                                    "name": "Statistical, finance and insurance clerks"
                                },
                                {
                                    "code": "4313",
                                    "name": "Payroll clerks"
                                }
                            ]
                        },
                        {
                            "code": "432",
                            "name": "Material-recording and transport clerks",
                            "child": [
                                {
                                    "code": "4321",
                                    "name": "Stock clerks"
                                },
                                {
                                    "code": "4322",
                                    "name": "Production clerks"
                                },
                                {
                                    "code": "4323",
                                    "name": "Transport clerks"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "44",
                    "name": "Other clerical support workers",
                    "child": [
                        {
                            "code": "441",
                            "name": "Other clerical support workers",
                            "child": [
                                {
                                    "code": "4411",
                                    "name": "Library clerks"
                                },
                                {
                                    "code": "4412",
                                    "name": "Mail carriers and sorting clerks"
                                },
                                {
                                    "code": "4413",
                                    "name": "Coding, proof-reading and related clerks"
                                },
                                {
                                    "code": "4414",
                                    "name": "Scribes and related workers"
                                },
                                {
                                    "code": "4415",
                                    "name": "Filing and copying clerks"
                                },
                                {
                                    "code": "4416",
                                    "name": "Personnel clerks"
                                },
                                {
                                    "code": "4419",
                                    "name": "Clerical support workers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "code": "5",
            "name": "Service and sales workers",
            "child": [
                {
                    "code": "51",
                    "name": "Personal service workers",
                    "child": [
                        {
                            "code": "511",
                            "name": "Travel attendants, conductors and guides",
                            "child": [
                                {
                                    "code": "5111",
                                    "name": "Travel attendants and travel stewards"
                                },
                                {
                                    "code": "5112",
                                    "name": "Transport conductors"
                                },
                                {
                                    "code": "5113",
                                    "name": "Travel guides"
                                }
                            ]
                        },
                        {
                            "code": "512",
                            "name": "Cooks",
                            "child": [
                                {
                                    "code": "5120",
                                    "name": "Cooks"
                                }
                            ]
                        },
                        {
                            "code": "513",
                            "name": "Waiters and bartenders",
                            "child": [
                                {
                                    "code": "5131",
                                    "name": "Waiters"
                                },
                                {
                                    "code": "5132",
                                    "name": "Bartenders"
                                }
                            ]
                        },
                        {
                            "code": "514",
                            "name": "Hairdressers, beauticians and related workers",
                            "child": [
                                {
                                    "code": "5141",
                                    "name": "Hairdressers"
                                },
                                {
                                    "code": "5142",
                                    "name": "Beauticians and related workers"
                                }
                            ]
                        },
                        {
                            "code": "515",
                            "name": "Building and housekeeping supervisors",
                            "child": [
                                {
                                    "code": "5151",
                                    "name": "Cleaning and housekeeping supervisors in offices, hotels and other establishments"
                                },
                                {
                                    "code": "5152",
                                    "name": "Domestic housekeepers"
                                },
                                {
                                    "code": "5153",
                                    "name": "Building caretakers"
                                }
                            ]
                        },
                        {
                            "code": "516",
                            "name": "Other personal services workers",
                            "child": [
                                {
                                    "code": "5161",
                                    "name": "Astrologers, fortune-tellers and related workers"
                                },
                                {
                                    "code": "5162",
                                    "name": "Companions and valets"
                                },
                                {
                                    "code": "5163",
                                    "name": "Undertakers and embalmers"
                                },
                                {
                                    "code": "5164",
                                    "name": "Pet groomers and animal care workers"
                                },
                                {
                                    "code": "5165",
                                    "name": "Driving instructors"
                                },
                                {
                                    "code": "5169",
                                    "name": "Personal services workers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "52",
                    "name": "Sales workers",
                    "child": [
                        {
                            "code": "521",
                            "name": "Street and market salespersons",
                            "child": [
                                {
                                    "code": "5211",
                                    "name": "Stall and market salespersons"
                                },
                                {
                                    "code": "5212",
                                    "name": "Street food salespersons"
                                }
                            ]
                        },
                        {
                            "code": "522",
                            "name": "Shop salespersons",
                            "child": [
                                {
                                    "code": "5221",
                                    "name": "Shop keepers"
                                },
                                {
                                    "code": "5222",
                                    "name": "Shop supervisors"
                                },
                                {
                                    "code": "5223",
                                    "name": "Shop sales assistants"
                                }
                            ]
                        },
                        {
                            "code": "523",
                            "name": "Cashiers and ticket clerks",
                            "child": [
                                {
                                    "code": "5230",
                                    "name": "Cashiers and ticket clerks"
                                }
                            ]
                        },
                        {
                            "code": "524",
                            "name": "Other sales workers",
                            "child": [
                                {
                                    "code": "5241",
                                    "name": "Fashion and other models"
                                },
                                {
                                    "code": "5242",
                                    "name": "Sales demonstrators"
                                },
                                {
                                    "code": "5243",
                                    "name": "Door to door salespersons"
                                },
                                {
                                    "code": "5244",
                                    "name": "Contact centre salespersons"
                                },
                                {
                                    "code": "5245",
                                    "name": "Service station attendants"
                                },
                                {
                                    "code": "5246",
                                    "name": "Food service counter attendants"
                                },
                                {
                                    "code": "5249",
                                    "name": "Sales workers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "53",
                    "name": "Personal care workers",
                    "child": [
                        {
                            "code": "531",
                            "name": "Child care workers and teachers' aides",
                            "child": [
                                {
                                    "code": "5311",
                                    "name": "Child care workers"
                                },
                                {
                                    "code": "5312",
                                    "name": "Teachers' aides"
                                }
                            ]
                        },
                        {
                            "code": "532",
                            "name": "Personal care workers in health services",
                            "child": [
                                {
                                    "code": "5321",
                                    "name": "Health care assistants"
                                },
                                {
                                    "code": "5322",
                                    "name": "Home-based personal care workers"
                                },
                                {
                                    "code": "5329",
                                    "name": "Personal care workers in health services not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "54",
                    "name": "Protective services workers",
                    "child": [
                        {
                            "code": "541",
                            "name": "Protective services workers",
                            "child": [
                                {
                                    "code": "5411",
                                    "name": "Fire-fighters"
                                },
                                {
                                    "code": "5412",
                                    "name": "Police officers"
                                },
                                {
                                    "code": "5413",
                                    "name": "Prison guards"
                                },
                                {
                                    "code": "5414",
                                    "name": "Security guards"
                                },
                                {
                                    "code": "5419",
                                    "name": "Protective services workers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "code": "6",
            "name": "Skilled agricultural, forestry and fishery workers",
            "child": [
                {
                    "code": "61",
                    "name": "Market-oriented skilled agricultural workers",
                    "child": [
                        {
                            "code": "611",
                            "name": "Market gardeners and crop growers",
                            "child": [
                                {
                                    "code": "6111",
                                    "name": "Field crop and vegetable growers"
                                },
                                {
                                    "code": "6112",
                                    "name": "Tree and shrub crop growers"
                                },
                                {
                                    "code": "6113",
                                    "name": "Gardeners, horticultural and nursery growers"
                                },
                                {
                                    "code": "6114",
                                    "name": "Mixed crop growers"
                                }
                            ]
                        },
                        {
                            "code": "612",
                            "name": "Animal producers",
                            "child": [
                                {
                                    "code": "6121",
                                    "name": "Livestock and dairy producers"
                                },
                                {
                                    "code": "6122",
                                    "name": "Poultry producers"
                                },
                                {
                                    "code": "6123",
                                    "name": "Apiarists and sericulturists"
                                },
                                {
                                    "code": "6129",
                                    "name": "Animal producers not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "613",
                            "name": "Mixed crop and animal producers",
                            "child": [
                                {
                                    "code": "6130",
                                    "name": "Mixed crop and animal producers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "62",
                    "name": "Market-oriented skilled forestry, fishery and hunting workers",
                    "child": [
                        {
                            "code": "621",
                            "name": "Forestry and related workers",
                            "child": [
                                {
                                    "code": "6210",
                                    "name": "Forestry and related workers"
                                }
                            ]
                        },
                        {
                            "code": "622",
                            "name": "Fishery workers, hunters and trappers",
                            "child": [
                                {
                                    "code": "6221",
                                    "name": "Aquaculture workers"
                                },
                                {
                                    "code": "6222",
                                    "name": "Inland and coastal waters fishery workers"
                                },
                                {
                                    "code": "6223",
                                    "name": "Deep-sea fishery workers"
                                },
                                {
                                    "code": "6224",
                                    "name": "Hunters and trappers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "63",
                    "name": "Subsistence farmers, fishers, hunters and gatherers",
                    "child": [
                        {
                            "code": "631",
                            "name": "Subsistence crop farmers",
                            "child": [
                                {
                                    "code": "6310",
                                    "name": "Subsistence crop farmers"
                                }
                            ]
                        },
                        {
                            "code": "632",
                            "name": "Subsistence livestock farmers",
                            "child": [
                                {
                                    "code": "6320",
                                    "name": "Subsistence livestock farmers"
                                }
                            ]
                        },
                        {
                            "code": "633",
                            "name": "Subsistence mixed crop and livestock farmers",
                            "child": [
                                {
                                    "code": "6330",
                                    "name": "Subsistence mixed crop and livestock farmers"
                                }
                            ]
                        },
                        {
                            "code": "634",
                            "name": "Subsistence fishers, hunters, trappers and gatherers",
                            "child": [
                                {
                                    "code": "6340",
                                    "name": "Subsistence fishers, hunters, trappers and gatherers"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "code": "7",
            "name": "Craft and related trades workers",
            "child": [
                {
                    "code": "71",
                    "name": "Building and related trades workers, excluding electricians",
                    "child": [
                        {
                            "code": "711",
                            "name": "Building frame and related trades workers",
                            "child": [
                                {
                                    "code": "7111",
                                    "name": "House builders"
                                },
                                {
                                    "code": "7112",
                                    "name": "Bricklayers and related workers"
                                },
                                {
                                    "code": "7113",
                                    "name": "Stonemasons, stone cutters, splitters and carvers"
                                },
                                {
                                    "code": "7114",
                                    "name": "Concrete placers, concrete finishers and related workers"
                                },
                                {
                                    "code": "7115",
                                    "name": "Carpenters and joiners"
                                },
                                {
                                    "code": "7119",
                                    "name": "Building frame and related trades workers not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "712",
                            "name": "Building finishers and related trades workers",
                            "child": [
                                {
                                    "code": "7121",
                                    "name": "Roofers"
                                },
                                {
                                    "code": "7122",
                                    "name": "Floor layers and tile setters"
                                },
                                {
                                    "code": "7123",
                                    "name": "Plasterers"
                                },
                                {
                                    "code": "7124",
                                    "name": "Insulation workers"
                                },
                                {
                                    "code": "7125",
                                    "name": "Glaziers"
                                },
                                {
                                    "code": "7126",
                                    "name": "Plumbers and pipe fitters"
                                },
                                {
                                    "code": "7127",
                                    "name": "Air conditioning and refrigeration mechanics"
                                }
                            ]
                        },
                        {
                            "code": "713",
                            "name": "Painters, building structure cleaners and related trades workers",
                            "child": [
                                {
                                    "code": "7131",
                                    "name": "Painters and related workers"
                                },
                                {
                                    "code": "7132",
                                    "name": "Spray painters and varnishers"
                                },
                                {
                                    "code": "7133",
                                    "name": "Building structure cleaners"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "72",
                    "name": "Metal, machinery and related trades workers",
                    "child": [
                        {
                            "code": "721",
                            "name": "Sheet and structural metal workers, moulders and welders, and related workers",
                            "child": [
                                {
                                    "code": "7211",
                                    "name": "Metal moulders and coremakers"
                                },
                                {
                                    "code": "7212",
                                    "name": "Welders and flamecutters"
                                },
                                {
                                    "code": "7213",
                                    "name": "Sheet-metal workers"
                                },
                                {
                                    "code": "7214",
                                    "name": "Structural-metal preparers and erectors"
                                },
                                {
                                    "code": "7215",
                                    "name": "Riggers and cable splicers"
                                }
                            ]
                        },
                        {
                            "code": "722",
                            "name": "Blacksmiths, toolmakers and related trades workers",
                            "child": [
                                {
                                    "code": "7221",
                                    "name": "Blacksmiths, hammersmiths and forging press workers"
                                },
                                {
                                    "code": "7222",
                                    "name": "Toolmakers and related workers"
                                },
                                {
                                    "code": "7223",
                                    "name": "Metal working machine tool setters and operators"
                                },
                                {
                                    "code": "7224",
                                    "name": "Metal polishers, wheel grinders and tool sharpeners"
                                }
                            ]
                        },
                        {
                            "code": "723",
                            "name": "Machinery mechanics and repairers",
                            "child": [
                                {
                                    "code": "7231",
                                    "name": "Motor vehicle mechanics and repairers"
                                },
                                {
                                    "code": "7232",
                                    "name": "Aircraft engine mechanics and repairers"
                                },
                                {
                                    "code": "7233",
                                    "name": "Agricultural and industrial machinery mechanics and repairers"
                                },
                                {
                                    "code": "7234",
                                    "name": "Bicycle and related repairers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "73",
                    "name": "Handicraft and printing workers",
                    "child": [
                        {
                            "code": "731",
                            "name": "Handicraft workers",
                            "child": [
                                {
                                    "code": "7311",
                                    "name": "Precision-instrument makers and repairers"
                                },
                                {
                                    "code": "7312",
                                    "name": "Musical instrument makers and tuners"
                                },
                                {
                                    "code": "7313",
                                    "name": "Jewellery and precious-metal workers"
                                },
                                {
                                    "code": "7314",
                                    "name": "Potters and related workers"
                                },
                                {
                                    "code": "7315",
                                    "name": "Glass makers, cutters, grinders and finishers"
                                },
                                {
                                    "code": "7316",
                                    "name": "Sign writers, decorative painters, engravers and etchers"
                                },
                                {
                                    "code": "7317",
                                    "name": "Handicraft workers in wood, basketry and related materials"
                                },
                                {
                                    "code": "7318",
                                    "name": "Handicraft workers in textile, leather and related materials"
                                },
                                {
                                    "code": "7319",
                                    "name": "Handicraft workers not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "732",
                            "name": "Printing trades workers",
                            "child": [
                                {
                                    "code": "7321",
                                    "name": "Pre-press technicians"
                                },
                                {
                                    "code": "7322",
                                    "name": "Printers"
                                },
                                {
                                    "code": "7323",
                                    "name": "Print finishing and binding workers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "74",
                    "name": "Electrical and electronic trades workers",
                    "child": [
                        {
                            "code": "741",
                            "name": "Electrical equipment installers and repairers",
                            "child": [
                                {
                                    "code": "7411",
                                    "name": "Building and related electricians"
                                },
                                {
                                    "code": "7412",
                                    "name": "Electrical mechanics and fitters"
                                },
                                {
                                    "code": "7413",
                                    "name": "Electrical line installers and repairers"
                                }
                            ]
                        },
                        {
                            "code": "742",
                            "name": "Electronics and telecommunications installers and repairers",
                            "child": [
                                {
                                    "code": "7421",
                                    "name": "Electronics mechanics and servicers"
                                },
                                {
                                    "code": "7422",
                                    "name": "Information and communications technology installers and servicers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "75",
                    "name": "Food processing, wood working, garment and other craft and related trades workers",
                    "child": [
                        {
                            "code": "751",
                            "name": "Food processing and related trades workers",
                            "child": [
                                {
                                    "code": "7511",
                                    "name": "Butchers, fishmongers and related food preparers"
                                },
                                {
                                    "code": "7512",
                                    "name": "Bakers, pastry-cooks and confectionery makers"
                                },
                                {
                                    "code": "7513",
                                    "name": "Dairy-products makers"
                                },
                                {
                                    "code": "7514",
                                    "name": "Fruit, vegetable and related preservers"
                                },
                                {
                                    "code": "7515",
                                    "name": "Food and beverage tasters and graders"
                                },
                                {
                                    "code": "7516",
                                    "name": "Tobacco preparers and tobacco products makers"
                                }
                            ]
                        },
                        {
                            "code": "752",
                            "name": "Wood treaters, cabinet-makers and related trades workers",
                            "child": [
                                {
                                    "code": "7521",
                                    "name": "Wood treaters"
                                },
                                {
                                    "code": "7522",
                                    "name": "Cabinet-makers and related workers"
                                },
                                {
                                    "code": "7523",
                                    "name": "Woodworking-machine tool setters and operators"
                                }
                            ]
                        },
                        {
                            "code": "753",
                            "name": "Garment and related trades workers",
                            "child": [
                                {
                                    "code": "7531",
                                    "name": "Tailors, dressmakers, furriers and hatters"
                                },
                                {
                                    "code": "7532",
                                    "name": "Garment and related pattern-makers and cutters"
                                },
                                {
                                    "code": "7533",
                                    "name": "Sewing, embroidery and related workers"
                                },
                                {
                                    "code": "7534",
                                    "name": "Upholsterers and related workers"
                                },
                                {
                                    "code": "7535",
                                    "name": "Pelt dressers, tanners and fellmongers"
                                },
                                {
                                    "code": "7536",
                                    "name": "Shoemakers and related workers"
                                }
                            ]
                        },
                        {
                            "code": "754",
                            "name": "Other craft and related workers",
                            "child": [
                                {
                                    "code": "7541",
                                    "name": "Underwater divers"
                                },
                                {
                                    "code": "7542",
                                    "name": "Shotfirers and blasters"
                                },
                                {
                                    "code": "7543",
                                    "name": "Product graders and testers (excluding foods and beverages)"
                                },
                                {
                                    "code": "7544",
                                    "name": "Fumigators and other pest and weed controllers"
                                },
                                {
                                    "code": "7549",
                                    "name": "Craft and related workers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "code": "8",
            "name": "Plant and machine operators, and assemblers",
            "child": [
                {
                    "code": "81",
                    "name": "Stationary plant and machine operators",
                    "child": [
                        {
                            "code": "811",
                            "name": "Mining and mineral processing plant operators",
                            "child": [
                                {
                                    "code": "8111",
                                    "name": "Miners and quarriers"
                                },
                                {
                                    "code": "8112",
                                    "name": "Mineral and stone processing plant operators"
                                },
                                {
                                    "code": "8113",
                                    "name": "Well drillers and borers and related workers"
                                },
                                {
                                    "code": "8114",
                                    "name": "Cement, stone and other mineral products machine operators"
                                }
                            ]
                        },
                        {
                            "code": "812",
                            "name": "Metal processing and finishing plant operators",
                            "child": [
                                {
                                    "code": "8121",
                                    "name": "Metal processing plant operators"
                                },
                                {
                                    "code": "8122",
                                    "name": "Metal finishing, plating and coating machine operators"
                                }
                            ]
                        },
                        {
                            "code": "813",
                            "name": "Chemical and photographic products plant and machine operators",
                            "child": [
                                {
                                    "code": "8131",
                                    "name": "Chemical products plant and machine operators"
                                },
                                {
                                    "code": "8132",
                                    "name": "Photographic products machine operators"
                                }
                            ]
                        },
                        {
                            "code": "814",
                            "name": "Rubber, plastic and paper products machine operators",
                            "child": [
                                {
                                    "code": "8141",
                                    "name": "Rubber products machine operators"
                                },
                                {
                                    "code": "8142",
                                    "name": "Plastic products machine operators"
                                },
                                {
                                    "code": "8143",
                                    "name": "Paper products machine operators"
                                }
                            ]
                        },
                        {
                            "code": "815",
                            "name": "Textile, fur and leather products machine operators",
                            "child": [
                                {
                                    "code": "8151",
                                    "name": "Fibre preparing, spinning and winding machine operators"
                                },
                                {
                                    "code": "8152",
                                    "name": "Weaving and knitting machine operators"
                                },
                                {
                                    "code": "8153",
                                    "name": "Sewing machine operators"
                                },
                                {
                                    "code": "8154",
                                    "name": "Bleaching, dyeing and fabric cleaning machine operators"
                                },
                                {
                                    "code": "8155",
                                    "name": "Fur and leather preparing machine operators"
                                },
                                {
                                    "code": "8156",
                                    "name": "Shoemaking and related machine operators"
                                },
                                {
                                    "code": "8157",
                                    "name": "Laundry machine operators"
                                },
                                {
                                    "code": "8159",
                                    "name": "Textile, fur and leather products machine operators not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "816",
                            "name": "Food and related products machine operators",
                            "child": [
                                {
                                    "code": "8160",
                                    "name": "Food and related products machine operators"
                                }
                            ]
                        },
                        {
                            "code": "817",
                            "name": "Wood processing and papermaking plant operators",
                            "child": [
                                {
                                    "code": "8171",
                                    "name": "Pulp and papermaking plant operators"
                                },
                                {
                                    "code": "8172",
                                    "name": "Wood processing plant operators"
                                }
                            ]
                        },
                        {
                            "code": "818",
                            "name": "Other stationary plant and machine operators",
                            "child": [
                                {
                                    "code": "8181",
                                    "name": "Glass and ceramics plant operators"
                                },
                                {
                                    "code": "8182",
                                    "name": "Steam engine and boiler operators"
                                },
                                {
                                    "code": "8183",
                                    "name": "Packing, bottling and labelling machine operators"
                                },
                                {
                                    "code": "8189",
                                    "name": "Stationary plant and machine operators not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "82",
                    "name": "Assemblers",
                    "child": [
                        {
                            "code": "821",
                            "name": "Assemblers",
                            "child": [
                                {
                                    "code": "8211",
                                    "name": "Mechanical machinery assemblers"
                                },
                                {
                                    "code": "8212",
                                    "name": "Electrical and electronic equipment assemblers"
                                },
                                {
                                    "code": "8219",
                                    "name": "Assemblers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "83",
                    "name": "Drivers and mobile plant operators",
                    "child": [
                        {
                            "code": "831",
                            "name": "Locomotive engine drivers and related workers",
                            "child": [
                                {
                                    "code": "8311",
                                    "name": "Locomotive engine drivers"
                                },
                                {
                                    "code": "8312",
                                    "name": "Railway brake, signal and switch operators"
                                }
                            ]
                        },
                        {
                            "code": "832",
                            "name": "Car, van and motorcycle drivers",
                            "child": [
                                {
                                    "code": "8321",
                                    "name": "Motorcycle drivers"
                                },
                                {
                                    "code": "8322",
                                    "name": "Car, taxi and van drivers"
                                }
                            ]
                        },
                        {
                            "code": "833",
                            "name": "Heavy truck and bus drivers",
                            "child": [
                                {
                                    "code": "8331",
                                    "name": "Bus and tram drivers"
                                },
                                {
                                    "code": "8332",
                                    "name": "Heavy truck and lorry drivers"
                                }
                            ]
                        },
                        {
                            "code": "834",
                            "name": "Mobile plant operators",
                            "child": [
                                {
                                    "code": "8341",
                                    "name": "Mobile farm and forestry plant operators"
                                },
                                {
                                    "code": "8342",
                                    "name": "Earthmoving and related plant operators"
                                },
                                {
                                    "code": "8343",
                                    "name": "Crane, hoist and related plant operators"
                                },
                                {
                                    "code": "8344",
                                    "name": "Lifting truck operators"
                                }
                            ]
                        },
                        {
                            "code": "835",
                            "name": "Ships' deck crews and related workers",
                            "child": [
                                {
                                    "code": "8350",
                                    "name": "Ships' deck crews and related workers"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "code": "9",
            "name": "Elementary occupations",
            "child": [
                {
                    "code": "91",
                    "name": "Cleaners and helpers",
                    "child": [
                        {
                            "code": "911",
                            "name": "Domestic, hotel and office cleaners and helpers",
                            "child": [
                                {
                                    "code": "9111",
                                    "name": "Domestic cleaners and helpers"
                                },
                                {
                                    "code": "9112",
                                    "name": "Cleaners and helpers in offices, hotels and other establishments"
                                }
                            ]
                        },
                        {
                            "code": "912",
                            "name": "Vehicle, window, laundry and other hand cleaning workers",
                            "child": [
                                {
                                    "code": "9121",
                                    "name": "Hand launderers and pressers"
                                },
                                {
                                    "code": "9122",
                                    "name": "Vehicle cleaners"
                                },
                                {
                                    "code": "9123",
                                    "name": "Window cleaners"
                                },
                                {
                                    "code": "9129",
                                    "name": "Other cleaning workers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "92",
                    "name": "Agricultural, forestry and fishery labourers",
                    "child": [
                        {
                            "code": "921",
                            "name": "Agricultural, forestry and fishery labourers",
                            "child": [
                                {
                                    "code": "9211",
                                    "name": "Crop farm labourers"
                                },
                                {
                                    "code": "9212",
                                    "name": "Livestock farm labourers"
                                },
                                {
                                    "code": "9213",
                                    "name": "Mixed crop and livestock farm labourers"
                                },
                                {
                                    "code": "9214",
                                    "name": "Garden and horticultural labourers"
                                },
                                {
                                    "code": "9215",
                                    "name": "Forestry labourers"
                                },
                                {
                                    "code": "9216",
                                    "name": "Fishery and aquaculture labourers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "93",
                    "name": "Labourers in mining, construction, manufacturing and transport",
                    "child": [
                        {
                            "code": "931",
                            "name": "Mining and construction labourers",
                            "child": [
                                {
                                    "code": "9311",
                                    "name": "Mining and quarrying labourers"
                                },
                                {
                                    "code": "9312",
                                    "name": "Civil engineering labourers"
                                },
                                {
                                    "code": "9313",
                                    "name": "Building construction labourers"
                                }
                            ]
                        },
                        {
                            "code": "932",
                            "name": "Manufacturing labourers",
                            "child": [
                                {
                                    "code": "9321",
                                    "name": "Hand packers"
                                },
                                {
                                    "code": "9329",
                                    "name": "Manufacturing labourers not elsewhere classified"
                                }
                            ]
                        },
                        {
                            "code": "933",
                            "name": "Transport and storage labourers",
                            "child": [
                                {
                                    "code": "9331",
                                    "name": "Hand and pedal vehicle drivers"
                                },
                                {
                                    "code": "9332",
                                    "name": "Drivers of animal-drawn vehicles and machinery"
                                },
                                {
                                    "code": "9333",
                                    "name": "Freight handlers"
                                },
                                {
                                    "code": "9334",
                                    "name": "Shelf fillers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "94",
                    "name": "Food preparation assistants",
                    "child": [
                        {
                            "code": "941",
                            "name": "Food preparation assistants",
                            "child": [
                                {
                                    "code": "9411",
                                    "name": "Fast food preparers"
                                },
                                {
                                    "code": "9412",
                                    "name": "Kitchen helpers"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "95",
                    "name": "Street and related sales and service workers",
                    "child": [
                        {
                            "code": "951",
                            "name": "Street and related service workers",
                            "child": [
                                {
                                    "code": "9510",
                                    "name": "Street and related service workers"
                                }
                            ]
                        },
                        {
                            "code": "952",
                            "name": "Street vendors (excluding food)",
                            "child": [
                                {
                                    "code": "9520",
                                    "name": "Street vendors (excluding food)"
                                }
                            ]
                        }
                    ]
                },
                {
                    "code": "96",
                    "name": "Refuse workers and other elementary workers",
                    "child": [
                        {
                            "code": "961",
                            "name": "Refuse workers",
                            "child": [
                                {
                                    "code": "9611",
                                    "name": "Garbage and recycling collectors"
                                },
                                {
                                    "code": "9612",
                                    "name": "Refuse sorters"
                                },
                                {
                                    "code": "9613",
                                    "name": "Sweepers and related labourers"
                                }
                            ]
                        },
                        {
                            "code": "962",
                            "name": "Other elementary workers",
                            "child": [
                                {
                                    "code": "9621",
                                    "name": "Messengers, package deliverers and luggage porters"
                                },
                                {
                                    "code": "9622",
                                    "name": "Odd job persons"
                                },
                                {
                                    "code": "9623",
                                    "name": "Meter readers and vending-machine collectors"
                                },
                                {
                                    "code": "9624",
                                    "name": "Water and firewood collectors"
                                },
                                {
                                    "code": "9629",
                                    "name": "Elementary workers not elsewhere classified"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}