This GraphQL query fetches all jobs whose title matches a regular expression.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
query SearchJobByTitle { jobs( where: { title: { matchesRegex: "engin" options: "i" } } order: [title_ASC] ) { results { title SOCDetailedGroup { code broadGroup { minorGroup { majorGroup { title } title } title } title STEMGroups { results { code subDomain { domain { title } title } occupationType { title } } } } } } }
{ "data": { "jobs": { "results": [ { "title": "Absorption and Adsorption Engineer", "SOCDetailedGroup": { "code": "17-2041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Chemical Engineers" }, "title": "Chemical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Aerodynamics Engineer", "SOCDetailedGroup": { "code": "17-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Aerospace Engineers" }, "title": "Aerospace Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Aeronautical Engineer", "SOCDetailedGroup": { "code": "17-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Aerospace Engineers" }, "title": "Aerospace Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Aeronautical Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Aerospace Engineering and Operations Technologist", "SOCDetailedGroup": { "code": "17-3021", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Aerospace Engineering and Operations Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Aerospace Products Sales Engineer", "SOCDetailedGroup": { "code": "41-9031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Sales and Related Occupations" }, "title": "Other Sales and Related Workers" }, "title": "Sales Engineers" }, "title": "Sales Engineers", "STEMGroups": { "results": [ { "code": "1.E", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Sales" } } ] } } }, { "title": "Agricultural Engineer", "SOCDetailedGroup": { "code": "17-2021", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Agricultural Engineers" }, "title": "Agricultural Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Agricultural Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Agricultural Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Agricultural Production Engineer", "SOCDetailedGroup": { "code": "17-2021", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Agricultural Engineers" }, "title": "Agricultural Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Agricultural Research Engineer", "SOCDetailedGroup": { "code": "17-2021", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Agricultural Engineers" }, "title": "Agricultural Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Air Analysis Engineering Technician", "SOCDetailedGroup": { "code": "17-3025", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Environmental Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Air Pollution Control Engineer", "SOCDetailedGroup": { "code": "17-2081", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Environmental Engineers" }, "title": "Environmental Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Aircraft Design Engineer", "SOCDetailedGroup": { "code": "17-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Aerospace Engineers" }, "title": "Aerospace Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Aircraft Engine Assembler", "SOCDetailedGroup": { "code": "51-2031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Production Occupations" }, "title": "Assemblers and Fabricators" }, "title": "Engine and Other Machine Assemblers" }, "title": "Engine and Other Machine Assemblers", "STEMGroups": { "results": [] } } }, { "title": "Aircraft Engine Mechanic", "SOCDetailedGroup": { "code": "49-3011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Installation, Maintenance, and Repair Occupations" }, "title": "Vehicle and Mobile Equipment Mechanics, Installers, and Repairers" }, "title": "Aircraft Mechanics and Service Technicians" }, "title": "Aircraft Mechanics and Service Technicians", "STEMGroups": { "results": [] } } }, { "title": "Aircraft Engine Specialist", "SOCDetailedGroup": { "code": "49-3011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Installation, Maintenance, and Repair Occupations" }, "title": "Vehicle and Mobile Equipment Mechanics, Installers, and Repairers" }, "title": "Aircraft Mechanics and Service Technicians" }, "title": "Aircraft Mechanics and Service Technicians", "STEMGroups": { "results": [] } } }, { "title": "Aircraft Engineer", "SOCDetailedGroup": { "code": "17-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Aerospace Engineers" }, "title": "Aerospace Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Antenna Engineer", "SOCDetailedGroup": { "code": "17-2072", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Electrical and Electronics Engineers" }, "title": "Electronics Engineers, Except Computer", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Application Integration Engineer", "SOCDetailedGroup": { "code": "15-1252", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Developers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Architectural Engineer", "SOCDetailedGroup": { "code": "17-2051", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Civil Engineers" }, "title": "Civil Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Astronautical Engineer", "SOCDetailedGroup": { "code": "17-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Aerospace Engineers" }, "title": "Aerospace Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Atomic Process Engineer", "SOCDetailedGroup": { "code": "17-2161", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Nuclear Engineers" }, "title": "Nuclear Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Audio Recording Engineer", "SOCDetailedGroup": { "code": "27-4014", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Sound Engineering Technicians", "STEMGroups": { "results": [] } } }, { "title": "Auto Research Engineer", "SOCDetailedGroup": { "code": "17-2141", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mechanical Engineers" }, "title": "Mechanical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Automotive Sheet Metal Engineer", "SOCDetailedGroup": { "code": "17-2131", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Materials Engineers" }, "title": "Materials Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Barge Engineer", "SOCDetailedGroup": { "code": "53-5031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Water Transportation Workers" }, "title": "Ship Engineers" }, "title": "Ship Engineers", "STEMGroups": { "results": [] } } }, { "title": "Bio-Mechanical Engineer", "SOCDetailedGroup": { "code": "17-2031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Bioengineers and Biomedical Engineers" }, "title": "Bioengineers and Biomedical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Biochemical Engineer", "SOCDetailedGroup": { "code": "17-2031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Bioengineers and Biomedical Engineers" }, "title": "Bioengineers and Biomedical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Biodiesel Engine Specialist", "SOCDetailedGroup": { "code": "49-3031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Installation, Maintenance, and Repair Occupations" }, "title": "Vehicle and Mobile Equipment Mechanics, Installers, and Repairers" }, "title": "Bus and Truck Mechanics and Diesel Engine Specialists" }, "title": "Bus and Truck Mechanics and Diesel Engine Specialists", "STEMGroups": { "results": [] } } }, { "title": "Biomaterials Engineer", "SOCDetailedGroup": { "code": "17-2031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Bioengineers and Biomedical Engineers" }, "title": "Bioengineers and Biomedical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Biomedical Engineer", "SOCDetailedGroup": { "code": "17-2031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Bioengineers and Biomedical Engineers" }, "title": "Bioengineers and Biomedical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Biomedical Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Biomedical Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Boiler Engineer", "SOCDetailedGroup": { "code": "51-8021", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Production Occupations" }, "title": "Plant and System Operators" }, "title": "Stationary Engineers and Boiler Operators" }, "title": "Stationary Engineers and Boiler Operators", "STEMGroups": { "results": [] } } }, { "title": "Bridge Engineer", "SOCDetailedGroup": { "code": "17-2051", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Civil Engineers" }, "title": "Civil Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Broadcast Engineer", "SOCDetailedGroup": { "code": "27-4012", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Broadcast Technicians", "STEMGroups": { "results": [] } } }, { "title": "Broadcast Maintenance Engineer", "SOCDetailedGroup": { "code": "27-4012", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Broadcast Technicians", "STEMGroups": { "results": [] } } }, { "title": "Broadcast Operations Engineer", "SOCDetailedGroup": { "code": "27-4012", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Broadcast Technicians", "STEMGroups": { "results": [] } } }, { "title": "Calibration Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Ceramic Engineer", "SOCDetailedGroup": { "code": "17-2131", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Materials Engineers" }, "title": "Materials Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Ceramic Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Chemical Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Chemical Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Chemical Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Chemical Process Engineer", "SOCDetailedGroup": { "code": "17-2041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Chemical Engineers" }, "title": "Chemical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Chemical Research Engineer", "SOCDetailedGroup": { "code": "17-2041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Chemical Engineers" }, "title": "Chemical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Circuit Design Engineer", "SOCDetailedGroup": { "code": "17-2072", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Electrical and Electronics Engineers" }, "title": "Electronics Engineers, Except Computer", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Civil Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Civil Engineering Technician", "SOCDetailedGroup": { "code": "17-3022", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Civil Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Civil Engineering Technologist", "SOCDetailedGroup": { "code": "17-3022", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Civil Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Coastal Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Combustion Engineer", "SOCDetailedGroup": { "code": "17-2141", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mechanical Engineers" }, "title": "Mechanical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Computer Applications Engineer", "SOCDetailedGroup": { "code": "15-1252", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Developers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Computer Network Engineer", "SOCDetailedGroup": { "code": "15-1241", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Database and Network Administrators and Architects" }, "title": "Computer Network Architects", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Computer Systems Engineer", "SOCDetailedGroup": { "code": "15-1252", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Developers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Computer Systems Software Engineer", "SOCDetailedGroup": { "code": "15-1252", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Developers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Concrete Engineering Technician", "SOCDetailedGroup": { "code": "17-3022", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Civil Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Construction Engineer", "SOCDetailedGroup": { "code": "17-2051", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Civil Engineers" }, "title": "Civil Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Corrosion Control Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Dialysis Engineer", "SOCDetailedGroup": { "code": "17-2031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Bioengineers and Biomedical Engineers" }, "title": "Bioengineers and Biomedical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Diesel Engine Fitter", "SOCDetailedGroup": { "code": "49-3031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Installation, Maintenance, and Repair Occupations" }, "title": "Vehicle and Mobile Equipment Mechanics, Installers, and Repairers" }, "title": "Bus and Truck Mechanics and Diesel Engine Specialists" }, "title": "Bus and Truck Mechanics and Diesel Engine Specialists", "STEMGroups": { "results": [] } } }, { "title": "Dinkey Engine Firer", "SOCDetailedGroup": { "code": "53-4022", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Rail Transportation Workers" }, "title": "Railroad Brake, Signal, and Switch Operators and Locomotive Firers" }, "title": "Railroad Brake, Signal, and Switch Operators and Locomotive Firers", "STEMGroups": { "results": [] } } }, { "title": "Ditching Machine Operating Engineer", "SOCDetailedGroup": { "code": "47-2073", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Construction and Extraction Occupations" }, "title": "Construction Trades Workers" }, "title": "Construction Equipment Operators" }, "title": "Operating Engineers and Other Construction Equipment Operators", "STEMGroups": { "results": [] } } }, { "title": "Dredge Engineer", "SOCDetailedGroup": { "code": "53-7031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Material Moving Workers" }, "title": "Dredge Operators" }, "title": "Dredge Operators", "STEMGroups": { "results": [] } } }, { "title": "Dub Room Engineer", "SOCDetailedGroup": { "code": "27-4014", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Sound Engineering Technicians", "STEMGroups": { "results": [] } } }, { "title": "Efficiency Engineer", "SOCDetailedGroup": { "code": "17-2112", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Industrial Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Electrical Design Engineer", "SOCDetailedGroup": { "code": "17-2071", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Electrical and Electronics Engineers" }, "title": "Electrical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Electrical Engineering Director", "SOCDetailedGroup": { "code": "11-9041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Management Occupations" }, "title": "Other Management Occupations" }, "title": "Architectural and Engineering Managers" }, "title": "Architectural and Engineering Managers", "STEMGroups": { "results": [ { "code": "1.D", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Managerial" } }, { "code": "3.D", "subDomain": { "domain": { "title": "Science and Engineering Related" }, "title": "Architecture" }, "occupationType": { "title": "Managerial" } } ] } } }, { "title": "Electrical Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Electrical Engineering Technician", "SOCDetailedGroup": { "code": "17-3023", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Electrical and Electronic Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Electrical Systems Engineer", "SOCDetailedGroup": { "code": "17-2071", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Electrical and Electronics Engineers" }, "title": "Electrical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Electrical and Electronic Engineering Technologist", "SOCDetailedGroup": { "code": "17-3023", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Electrical and Electronic Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Electronic Design Automation Engineer", "SOCDetailedGroup": { "code": "17-2072", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Electrical and Electronics Engineers" }, "title": "Electronics Engineers, Except Computer", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Electronic Engineer", "SOCDetailedGroup": { "code": "17-2072", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Electrical and Electronics Engineers" }, "title": "Electronics Engineers, Except Computer", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Electronics Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Engine Builder", "SOCDetailedGroup": { "code": "51-2031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Production Occupations" }, "title": "Assemblers and Fabricators" }, "title": "Engine and Other Machine Assemblers" }, "title": "Engine and Other Machine Assemblers", "STEMGroups": { "results": [] } } }, { "title": "Engine Designer", "SOCDetailedGroup": { "code": "17-2141", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mechanical Engineers" }, "title": "Mechanical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Engine Hostler", "SOCDetailedGroup": { "code": "53-4013", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Rail Transportation Workers" }, "title": "Locomotive Engineers and Operators" }, "title": "Rail Yard Engineers, Dinkey Operators, and Hostlers", "STEMGroups": { "results": [] } } }, { "title": "Engine Lathe Operator", "SOCDetailedGroup": { "code": "51-4034", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Production Occupations" }, "title": "Metal Workers and Plastic Workers" }, "title": "Machine Tool Cutting Setters, Operators, and Tenders, Metal and Plastic" }, "title": "Lathe and Turning Machine Tool Setters, Operators, and Tenders, Metal and Plastic", "STEMGroups": { "results": [] } } }, { "title": "Engineer, Photogrammetric", "SOCDetailedGroup": { "code": "17-1021", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Architects, Surveyors, and Cartographers" }, "title": "Surveyors, Cartographers, and Photogrammetrists" }, "title": "Cartographers and Photogrammetrists", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Engineering Design Manager", "SOCDetailedGroup": { "code": "11-9041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Management Occupations" }, "title": "Other Management Occupations" }, "title": "Architectural and Engineering Managers" }, "title": "Architectural and Engineering Managers", "STEMGroups": { "results": [ { "code": "1.D", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Managerial" } }, { "code": "3.D", "subDomain": { "domain": { "title": "Science and Engineering Related" }, "title": "Architecture" }, "occupationType": { "title": "Managerial" } } ] } } }, { "title": "Engineering Manager", "SOCDetailedGroup": { "code": "11-9041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Management Occupations" }, "title": "Other Management Occupations" }, "title": "Architectural and Engineering Managers" }, "title": "Architectural and Engineering Managers", "STEMGroups": { "results": [ { "code": "1.D", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Managerial" } }, { "code": "3.D", "subDomain": { "domain": { "title": "Science and Engineering Related" }, "title": "Architecture" }, "occupationType": { "title": "Managerial" } } ] } } }, { "title": "Engineering Psychologist", "SOCDetailedGroup": { "code": "19-3032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Life, Physical, and Social Science Occupations" }, "title": "Social Scientists and Related Workers" }, "title": "Psychologists" }, "title": "Industrial-Organizational Psychologists", "STEMGroups": { "results": [ { "code": "2.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Social Science" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Engineering Research Manager", "SOCDetailedGroup": { "code": "11-9041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Management Occupations" }, "title": "Other Management Occupations" }, "title": "Architectural and Engineering Managers" }, "title": "Architectural and Engineering Managers", "STEMGroups": { "results": [ { "code": "1.D", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Managerial" } }, { "code": "3.D", "subDomain": { "domain": { "title": "Science and Engineering Related" }, "title": "Architecture" }, "occupationType": { "title": "Managerial" } } ] } } }, { "title": "Engineering Supplies Sales", "SOCDetailedGroup": { "code": "41-4011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Sales and Related Occupations" }, "title": "Sales Representatives, Wholesale and Manufacturing" }, "title": "Sales Representatives, Wholesale and Manufacturing" }, "title": "Sales Representatives, Wholesale and Manufacturing, Technical and Scientific Products", "STEMGroups": { "results": [ { "code": "1.E", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Sales" } } ] } } }, { "title": "Engineering Writer", "SOCDetailedGroup": { "code": "27-3042", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Workers" }, "title": "Writers and Editors" }, "title": "Technical Writers", "STEMGroups": { "results": [] } } }, { "title": "Enterprise Systems Engineer", "SOCDetailedGroup": { "code": "15-1252", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Developers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Environmental Engineering Technologist", "SOCDetailedGroup": { "code": "17-3025", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Environmental Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Environmental Remediation Engineer", "SOCDetailedGroup": { "code": "17-2081", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Environmental Engineers" }, "title": "Environmental Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Environmental Remediation Engineering Technician", "SOCDetailedGroup": { "code": "17-3025", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Environmental Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Facilities Engineer", "SOCDetailedGroup": { "code": "17-2051", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Civil Engineers" }, "title": "Civil Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Farm Equipment Engineer", "SOCDetailedGroup": { "code": "17-2021", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Agricultural Engineers" }, "title": "Agricultural Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Ferry Engineer", "SOCDetailedGroup": { "code": "53-5031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Water Transportation Workers" }, "title": "Ship Engineers" }, "title": "Ship Engineers", "STEMGroups": { "results": [] } } }, { "title": "Film Sound Engineer", "SOCDetailedGroup": { "code": "27-4014", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Sound Engineering Technicians", "STEMGroups": { "results": [] } } }, { "title": "Fire Engine Pump Operator", "SOCDetailedGroup": { "code": "33-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Protective Service Occupations" }, "title": "Firefighting and Prevention Workers" }, "title": "Firefighters" }, "title": "Firefighters", "STEMGroups": { "results": [] } } }, { "title": "Fire Prevention Engineer", "SOCDetailedGroup": { "code": "17-2111", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Health and Safety Engineers, Except Mining Safety Engineers and Inspectors", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Fire Protection Engineer", "SOCDetailedGroup": { "code": "17-2111", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Health and Safety Engineers, Except Mining Safety Engineers and Inspectors", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Fixed-Wing Aircraft Flight Engineer", "SOCDetailedGroup": { "code": "55-3011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Military Specific Occupations" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Air Crew Members", "STEMGroups": { "results": [] } } }, { "title": "Flight Engineer", "SOCDetailedGroup": { "code": "55-3011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Military Specific Occupations" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Air Crew Members", "STEMGroups": { "results": [] } } }, { "title": "Flight Engineer Manager", "SOCDetailedGroup": { "code": "55-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Military Specific Occupations" }, "title": "First-Line Enlisted Military Supervisors" }, "title": "First-Line Enlisted Military Supervisors" }, "title": "First-Line Supervisors of Air Crew Members", "STEMGroups": { "results": [] } } }, { "title": "Flight Engineer, Helicopter", "SOCDetailedGroup": { "code": "55-3011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Military Specific Occupations" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Air Crew Members", "STEMGroups": { "results": [] } } }, { "title": "Flight Engineer, Performance Qualified", "SOCDetailedGroup": { "code": "55-3011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Military Specific Occupations" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Air Crew Members", "STEMGroups": { "results": [] } } }, { "title": "Flight Systems Test Engineer", "SOCDetailedGroup": { "code": "17-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Aerospace Engineers" }, "title": "Aerospace Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Flight Test Engineer", "SOCDetailedGroup": { "code": "17-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Aerospace Engineers" }, "title": "Aerospace Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Forensic Materials Engineer", "SOCDetailedGroup": { "code": "17-2131", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Materials Engineers" }, "title": "Materials Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Freight Engineer", "SOCDetailedGroup": { "code": "53-4011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Rail Transportation Workers" }, "title": "Locomotive Engineers and Operators" }, "title": "Locomotive Engineers", "STEMGroups": { "results": [] } } }, { "title": "Fuels Engineer", "SOCDetailedGroup": { "code": "17-2041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Chemical Engineers" }, "title": "Chemical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Genetic Engineer", "SOCDetailedGroup": { "code": "17-2031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Bioengineers and Biomedical Engineers" }, "title": "Bioengineers and Biomedical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Geophysical Engineer", "SOCDetailedGroup": { "code": "17-2151", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mining and Geological Engineers, Including Mining Safety Engineers" }, "title": "Mining and Geological Engineers, Including Mining Safety Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Geotechnical Engineer", "SOCDetailedGroup": { "code": "17-2051", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Civil Engineers" }, "title": "Civil Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Geotechnical Engineering Technician", "SOCDetailedGroup": { "code": "17-3022", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Civil Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Glass Science Engineer", "SOCDetailedGroup": { "code": "17-2131", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Materials Engineers" }, "title": "Materials Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Global Engineering Manager", "SOCDetailedGroup": { "code": "11-9041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Management Occupations" }, "title": "Other Management Occupations" }, "title": "Architectural and Engineering Managers" }, "title": "Architectural and Engineering Managers", "STEMGroups": { "results": [ { "code": "1.D", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Managerial" } }, { "code": "3.D", "subDomain": { "domain": { "title": "Science and Engineering Related" }, "title": "Architecture" }, "occupationType": { "title": "Managerial" } } ] } } }, { "title": "Gyroscopic Engineering Technician", "SOCDetailedGroup": { "code": "17-3027", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Mechanical Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Haulage Engine Operator", "SOCDetailedGroup": { "code": "53-4013", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Rail Transportation Workers" }, "title": "Locomotive Engineers and Operators" }, "title": "Rail Yard Engineers, Dinkey Operators, and Hostlers", "STEMGroups": { "results": [] } } }, { "title": "Hazardous Substances Engineer", "SOCDetailedGroup": { "code": "17-2081", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Environmental Engineers" }, "title": "Environmental Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Hazardous Waste Management Control Engineer", "SOCDetailedGroup": { "code": "17-2081", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Environmental Engineers" }, "title": "Environmental Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Heating and Cooling Systems Engineer", "SOCDetailedGroup": { "code": "17-2141", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mechanical Engineers" }, "title": "Mechanical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Helicopter Engine Mechanic", "SOCDetailedGroup": { "code": "49-3011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Installation, Maintenance, and Repair Occupations" }, "title": "Vehicle and Mobile Equipment Mechanics, Installers, and Repairers" }, "title": "Aircraft Mechanics and Service Technicians" }, "title": "Aircraft Mechanics and Service Technicians", "STEMGroups": { "results": [] } } }, { "title": "Highway Engineer", "SOCDetailedGroup": { "code": "17-2051", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Civil Engineers" }, "title": "Civil Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Highway Engineering Technician", "SOCDetailedGroup": { "code": "17-3022", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Civil Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Hydrographic Engineer", "SOCDetailedGroup": { "code": "17-2051", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Civil Engineers" }, "title": "Civil Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Illuminating Engineer", "SOCDetailedGroup": { "code": "17-2071", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Electrical and Electronics Engineers" }, "title": "Electrical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Industrial Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Industrial Engineering Technician", "SOCDetailedGroup": { "code": "17-3026", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Industrial Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Industrial Engineering Technologist", "SOCDetailedGroup": { "code": "17-3026", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Industrial Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Industrial Safety Engineer", "SOCDetailedGroup": { "code": "17-2111", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Health and Safety Engineers, Except Mining Safety Engineers and Inspectors", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Jet Engine Assembler", "SOCDetailedGroup": { "code": "51-2031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Production Occupations" }, "title": "Assemblers and Fabricators" }, "title": "Engine and Other Machine Assemblers" }, "title": "Engine and Other Machine Assemblers", "STEMGroups": { "results": [] } } }, { "title": "Jet Engine Mechanic", "SOCDetailedGroup": { "code": "49-3011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Installation, Maintenance, and Repair Occupations" }, "title": "Vehicle and Mobile Equipment Mechanics, Installers, and Repairers" }, "title": "Aircraft Mechanics and Service Technicians" }, "title": "Aircraft Mechanics and Service Technicians", "STEMGroups": { "results": [] } } }, { "title": "Lighting Engineering Technician", "SOCDetailedGroup": { "code": "17-3023", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Electrical and Electronic Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Logging Operating Engineer", "SOCDetailedGroup": { "code": "45-4022", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Farming, Fishing, and Forestry Occupations" }, "title": "Forest, Conservation, and Logging Workers" }, "title": "Logging Workers" }, "title": "Logging Equipment Operators", "STEMGroups": { "results": [] } } }, { "title": "Manufacturing Engineer", "SOCDetailedGroup": { "code": "17-2112", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Industrial Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Manufacturing Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Marine Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Marine Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Marine Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Marine Equipment Engineer", "SOCDetailedGroup": { "code": "17-2121", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Marine Engineers and Naval Architects" }, "title": "Marine Engineers and Naval Architects", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Materials Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Materials Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Mathematical Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Mathematical Engineering Technician", "SOCDetailedGroup": { "code": "15-2099", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Mathematical Science Occupations" }, "title": "Miscellaneous Mathematical Science Occupations" }, "title": "Mathematical Science Occupations, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } }, { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Mechanical Engineering Director", "SOCDetailedGroup": { "code": "11-9041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Management Occupations" }, "title": "Other Management Occupations" }, "title": "Architectural and Engineering Managers" }, "title": "Architectural and Engineering Managers", "STEMGroups": { "results": [ { "code": "1.D", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Managerial" } }, { "code": "3.D", "subDomain": { "domain": { "title": "Science and Engineering Related" }, "title": "Architecture" }, "occupationType": { "title": "Managerial" } } ] } } }, { "title": "Mechanical Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Mechanical Engineering Technician", "SOCDetailedGroup": { "code": "17-3027", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Mechanical Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Mechanical Engineering Technologist", "SOCDetailedGroup": { "code": "17-3027", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Mechanical Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Mechatronics Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Metallurgical Engineer", "SOCDetailedGroup": { "code": "17-2131", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Materials Engineers" }, "title": "Materials Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Metallurgical Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Metallurgical Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Mineral Engineer", "SOCDetailedGroup": { "code": "17-2151", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mining and Geological Engineers, Including Mining Safety Engineers" }, "title": "Mining and Geological Engineers, Including Mining Safety Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Mining Engineer", "SOCDetailedGroup": { "code": "17-2151", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mining and Geological Engineers, Including Mining Safety Engineers" }, "title": "Mining and Geological Engineers, Including Mining Safety Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Missile Navigation Systems Sales Engineer", "SOCDetailedGroup": { "code": "41-9031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Sales and Related Occupations" }, "title": "Other Sales and Related Workers" }, "title": "Sales Engineers" }, "title": "Sales Engineers", "STEMGroups": { "results": [ { "code": "1.E", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Sales" } } ] } } }, { "title": "Natural Gas Engineer", "SOCDetailedGroup": { "code": "17-2171", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Petroleum Engineers" }, "title": "Petroleum Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Naval Engineer", "SOCDetailedGroup": { "code": "17-2121", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Marine Engineers and Naval Architects" }, "title": "Marine Engineers and Naval Architects", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Network Engineer", "SOCDetailedGroup": { "code": "15-1241", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Database and Network Administrators and Architects" }, "title": "Computer Network Architects", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Nuclear Engineer", "SOCDetailedGroup": { "code": "17-2161", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Nuclear Engineers" }, "title": "Nuclear Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Nuclear Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Nuclear Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Nuclear Equipment Sales Engineer", "SOCDetailedGroup": { "code": "41-9031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Sales and Related Occupations" }, "title": "Other Sales and Related Workers" }, "title": "Sales Engineers" }, "title": "Sales Engineers", "STEMGroups": { "results": [ { "code": "1.E", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Sales" } } ] } } }, { "title": "Nuclear Radiation Engineer", "SOCDetailedGroup": { "code": "17-2161", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Nuclear Engineers" }, "title": "Nuclear Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Nuclear Steam Supply System Engineer", "SOCDetailedGroup": { "code": "17-2161", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Nuclear Engineers" }, "title": "Nuclear Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Ocean Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Oil Drilling Engineer", "SOCDetailedGroup": { "code": "17-2171", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Petroleum Engineers" }, "title": "Petroleum Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Oil Exploration Engineer", "SOCDetailedGroup": { "code": "17-2171", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Petroleum Engineers" }, "title": "Petroleum Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Oil Well Engineer", "SOCDetailedGroup": { "code": "17-2171", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Petroleum Engineers" }, "title": "Petroleum Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Optical Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Optical Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Optical Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Ordnance Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Ordnance Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Ordnance Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Oxidation Engineer", "SOCDetailedGroup": { "code": "17-2041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Chemical Engineers" }, "title": "Chemical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Packaging Engineer", "SOCDetailedGroup": { "code": "17-2112", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Industrial Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Petroleum Engineer", "SOCDetailedGroup": { "code": "17-2171", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Petroleum Engineers" }, "title": "Petroleum Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Petroleum Engineering Professor", "SOCDetailedGroup": { "code": "25-1032", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Educational Instruction and Library Occupations" }, "title": "Postsecondary Teachers" }, "title": "Engineering and Architecture Teachers, Postsecondary" }, "title": "Engineering Teachers, Postsecondary", "STEMGroups": { "results": [ { "code": "1.C", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Postsecondary Teaching" } } ] } } }, { "title": "Photonics Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Plastics Engineer", "SOCDetailedGroup": { "code": "17-2041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Chemical Engineers" }, "title": "Chemical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Pollution Control Engineer", "SOCDetailedGroup": { "code": "17-2081", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Environmental Engineers" }, "title": "Environmental Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Pollution Control Engineering Technician", "SOCDetailedGroup": { "code": "17-3025", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Environmental Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Polymerization Engineer", "SOCDetailedGroup": { "code": "17-2041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Chemical Engineers" }, "title": "Chemical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Power Distribution Engineer", "SOCDetailedGroup": { "code": "17-2071", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Electrical and Electronics Engineers" }, "title": "Electrical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Pre-Engineered Metal Building Ironworker", "SOCDetailedGroup": { "code": "47-2221", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Construction and Extraction Occupations" }, "title": "Construction Trades Workers" }, "title": "Structural Iron and Steel Workers" }, "title": "Structural Iron and Steel Workers", "STEMGroups": { "results": [] } } }, { "title": "Process Engineering Manager", "SOCDetailedGroup": { "code": "11-9041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Management Occupations" }, "title": "Other Management Occupations" }, "title": "Architectural and Engineering Managers" }, "title": "Architectural and Engineering Managers", "STEMGroups": { "results": [ { "code": "1.D", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Managerial" } }, { "code": "3.D", "subDomain": { "domain": { "title": "Science and Engineering Related" }, "title": "Architecture" }, "occupationType": { "title": "Managerial" } } ] } } }, { "title": "Product Safety Engineer", "SOCDetailedGroup": { "code": "17-2111", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Health and Safety Engineers, Except Mining Safety Engineers and Inspectors", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Product Safety Test Engineer", "SOCDetailedGroup": { "code": "17-2111", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Health and Safety Engineers, Except Mining Safety Engineers and Inspectors", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Production Engineer", "SOCDetailedGroup": { "code": "17-2112", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Industrial Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Radiation Engineer", "SOCDetailedGroup": { "code": "17-2161", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Nuclear Engineers" }, "title": "Nuclear Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Radio Station Audio Engineer", "SOCDetailedGroup": { "code": "27-4012", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Broadcast Technicians", "STEMGroups": { "results": [] } } }, { "title": "Railroad Engineer", "SOCDetailedGroup": { "code": "53-4011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Rail Transportation Workers" }, "title": "Locomotive Engineers and Operators" }, "title": "Locomotive Engineers", "STEMGroups": { "results": [] } } }, { "title": "Railway Engineer", "SOCDetailedGroup": { "code": "53-4011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Rail Transportation Workers" }, "title": "Locomotive Engineers and Operators" }, "title": "Locomotive Engineers", "STEMGroups": { "results": [] } } }, { "title": "Reactor Engineer", "SOCDetailedGroup": { "code": "17-2161", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Nuclear Engineers" }, "title": "Nuclear Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Reactor Projects Engineer", "SOCDetailedGroup": { "code": "17-2161", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Nuclear Engineers" }, "title": "Nuclear Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Recording Engineer", "SOCDetailedGroup": { "code": "27-4014", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Sound Engineering Technicians", "STEMGroups": { "results": [] } } }, { "title": "Remote Broadcast Engineer", "SOCDetailedGroup": { "code": "27-4012", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Broadcast Technicians", "STEMGroups": { "results": [] } } }, { "title": "Remotely Piloted Vehicle Engineering Technician", "SOCDetailedGroup": { "code": "17-3024", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Electro-Mechanical and Mechatronics Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Research Agricultural Engineer", "SOCDetailedGroup": { "code": "17-2021", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Agricultural Engineers" }, "title": "Agricultural Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Research Hydraulic Engineer", "SOCDetailedGroup": { "code": "17-2051", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Civil Engineers" }, "title": "Civil Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Salvage Engineer", "SOCDetailedGroup": { "code": "17-2199", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Miscellaneous Engineers" }, "title": "Engineers, All Other", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Salvage Engineering Technician", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Salvage Engineering Technologist", "SOCDetailedGroup": { "code": "17-3029", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Engineering Technologists and Technicians, Except Drafters, All Other", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Seismic Engineer", "SOCDetailedGroup": { "code": "17-2151", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mining and Geological Engineers, Including Mining Safety Engineers" }, "title": "Mining and Geological Engineers, Including Mining Safety Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Ships Equipment Engineer", "SOCDetailedGroup": { "code": "17-2121", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Marine Engineers and Naval Architects" }, "title": "Marine Engineers and Naval Architects", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Software Applications Engineer", "SOCDetailedGroup": { "code": "15-1252", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Developers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Software Engineer", "SOCDetailedGroup": { "code": "15-1252", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Developers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Software Quality Engineer", "SOCDetailedGroup": { "code": "15-1253", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Quality Assurance Analysts and Testers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Software Systems Engineer", "SOCDetailedGroup": { "code": "15-1252", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Developers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Software Test Engineer", "SOCDetailedGroup": { "code": "15-1253", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Computer and Mathematical Occupations" }, "title": "Computer Occupations" }, "title": "Software and Web Developers, Programmers, and Testers" }, "title": "Software Quality Assurance Analysts and Testers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Soil Engineer", "SOCDetailedGroup": { "code": "17-2081", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Environmental Engineers" }, "title": "Environmental Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Special Forces Engineer Sergeant", "SOCDetailedGroup": { "code": "55-3018", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Military Specific Occupations" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members" }, "title": "Special Forces", "STEMGroups": { "results": [] } } }, { "title": "Steam Shovel Operating Engineer", "SOCDetailedGroup": { "code": "47-2073", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Construction and Extraction Occupations" }, "title": "Construction Trades Workers" }, "title": "Construction Equipment Operators" }, "title": "Operating Engineers and Other Construction Equipment Operators", "STEMGroups": { "results": [] } } }, { "title": "Structural Engineer", "SOCDetailedGroup": { "code": "17-2051", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Civil Engineers" }, "title": "Civil Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Structural Engineering Technician", "SOCDetailedGroup": { "code": "17-3022", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Civil Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "System Safety Engineer", "SOCDetailedGroup": { "code": "17-2111", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Industrial Engineers, Including Health and Safety" }, "title": "Health and Safety Engineers, Except Mining Safety Engineers and Inspectors", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Telecasting Engineer", "SOCDetailedGroup": { "code": "27-4012", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Broadcast Technicians", "STEMGroups": { "results": [] } } }, { "title": "Telecommunication Engineer", "SOCDetailedGroup": { "code": "17-2072", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Electrical and Electronics Engineers" }, "title": "Electronics Engineers, Except Computer", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Television Audio Engineer", "SOCDetailedGroup": { "code": "27-4012", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Arts, Design, Entertainment, Sports, and Media Occupations" }, "title": "Media and Communication Equipment Workers" }, "title": "Broadcast, Sound, and Lighting Technicians" }, "title": "Broadcast Technicians", "STEMGroups": { "results": [] } } }, { "title": "Tool Engineer", "SOCDetailedGroup": { "code": "17-2141", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mechanical Engineers" }, "title": "Mechanical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Tool and Die Engineer", "SOCDetailedGroup": { "code": "17-2141", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Mechanical Engineers" }, "title": "Mechanical Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Towboat Engineer", "SOCDetailedGroup": { "code": "53-5031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Water Transportation Workers" }, "title": "Ship Engineers" }, "title": "Ship Engineers", "STEMGroups": { "results": [] } } }, { "title": "Traffic Engineering Technician", "SOCDetailedGroup": { "code": "53-6041", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Other Transportation Workers" }, "title": "Traffic Technicians" }, "title": "Traffic Technicians", "STEMGroups": { "results": [] } } }, { "title": "Train Engineer", "SOCDetailedGroup": { "code": "53-4011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Rail Transportation Workers" }, "title": "Locomotive Engineers and Operators" }, "title": "Locomotive Engineers", "STEMGroups": { "results": [] } } }, { "title": "Transportation Engineering Technician", "SOCDetailedGroup": { "code": "17-3022", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Drafters, Engineering Technicians, and Mapping Technicians" }, "title": "Engineering Technologists and Technicians, Except Drafters" }, "title": "Civil Engineering Technologists and Technicians", "STEMGroups": { "results": [ { "code": "1.B", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Technologist and Technician" } } ] } } }, { "title": "Truck Engine Technician", "SOCDetailedGroup": { "code": "49-3031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Installation, Maintenance, and Repair Occupations" }, "title": "Vehicle and Mobile Equipment Mechanics, Installers, and Repairers" }, "title": "Bus and Truck Mechanics and Diesel Engine Specialists" }, "title": "Bus and Truck Mechanics and Diesel Engine Specialists", "STEMGroups": { "results": [] } } }, { "title": "Tug Boat Engineer", "SOCDetailedGroup": { "code": "53-5031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Water Transportation Workers" }, "title": "Ship Engineers" }, "title": "Ship Engineers", "STEMGroups": { "results": [] } } }, { "title": "Tugboat Engineer", "SOCDetailedGroup": { "code": "53-5031", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Transportation and Material Moving Occupations" }, "title": "Water Transportation Workers" }, "title": "Ship Engineers" }, "title": "Ship Engineers", "STEMGroups": { "results": [] } } }, { "title": "Waste Management Engineer", "SOCDetailedGroup": { "code": "17-2081", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Environmental Engineers" }, "title": "Environmental Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Wastewater Treatment Engineer", "SOCDetailedGroup": { "code": "17-2081", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Environmental Engineers" }, "title": "Environmental Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Water Treatment Plant Engineer", "SOCDetailedGroup": { "code": "17-2081", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Environmental Engineers" }, "title": "Environmental Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Welding Engineer", "SOCDetailedGroup": { "code": "17-2131", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Materials Engineers" }, "title": "Materials Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } }, { "title": "Wind Tunnel Engineer", "SOCDetailedGroup": { "code": "17-2011", "broadGroup": { "minorGroup": { "majorGroup": { "title": "Architecture and Engineering Occupations" }, "title": "Engineers" }, "title": "Aerospace Engineers" }, "title": "Aerospace Engineers", "STEMGroups": { "results": [ { "code": "1.A", "subDomain": { "domain": { "title": "Science, Engineering, Mathematics, and Information Technology" }, "title": "Life and Physical Science, Engineering, Mathematics, and Information Technology" }, "occupationType": { "title": "Research, Development, Design, or Practitioner" } } ] } } } ] } } }