Skip navigation

Reference Manual

SOC crosswalk search

https://services.onetcenter.org/ws/online/crosswalks/soc?keyword=[title or code]
JSON XML
{
   "keyword" : "physician assistant",
   "start" : 1,
   "end" : 20,
   "total" : 33,
   "link" : [
      {
         "href" : "https://services.onetcenter.org/ws/online/crosswalks/soc?keyword=physician%20assistant&start=21&end=33",
         "rel" : "next"
      }
   ],
   "match" : [
      {
         "code" : "29-1071",
         "title" : "Physician Assistants",
         "occupations" : {
            "occupation" : [
               {
                  "href" : "https://services.onetcenter.org/ws/online/occupations/29-1071.00/",
                  "code" : "29-1071.00",
                  "title" : "Physician Assistants",
                  "tags" : {
                     "bright_outlook" : true,
                     "green" : false
                  }
               },
               ...
            ]
         }
      },
      {
         "code" : "31-2021",
         "title" : "Physical Therapist Assistants",
         "occupations" : {
            "occupation" : [
               {
                  "href" : "https://services.onetcenter.org/ws/online/occupations/31-2021.00/",
                  "code" : "31-2021.00",
                  "title" : "Physical Therapist Assistants",
                  "tags" : {
                     "bright_outlook" : true,
                     "green" : false
                  }
               }
            ]
         }
      },
      ...
   ]
}

This response searches codes and titles from the Standard Occupational Classification (SOC). Matching results are returned, along with the O*NET-SOC occupations linked to each match.

The result list is paged, returning 20 matches at a time by default. To navigate the full set of results, use the link rel="next" and link rel="prev" elements, or provide start and end parameters to jump directly to the desired results.

In this section