Skip navigation

Reference Manual

Browse careers by industry

Industry listing

https://services.onetcenter.org/ws/mpp/browse/
JSON XML
{
   "industry" : [
      {
         "href" : "https://services.onetcenter.org/ws/mpp/browse/56",
         "code" : 56,
         "title" : "Administración y servicios de apoyo"
      },
      {
         "href" : "https://services.onetcenter.org/ws/mpp/browse/11",
         "code" : 11,
         "title" : "Agricultura, ciencia forestal, pesca y caza"
      },
      ...
   ]
}

This response lists each of the industries available to browse. The code element corresponds to a two-digit NAICS external site code. The href parameter indicates the URL of the specific industry resource. Each industry resource lists related careers, as described below.

Careers in industry

https://services.onetcenter.org/ws/mpp/browse/[industry code]
JSON XML
{
   "category" : "all",
   "sort" : "category",
   "start" : 1,
   "end" : 20,
   "total" : 62,
   "link" : [
      {
         "href" : "https://services.onetcenter.org/ws/mpp/browse/48?category=all&sort=category&start=21&end=40",
         "rel" : "next"
      }
   ],
   "career" : [
      {
         "href" : "https://services.onetcenter.org/ws/mpp/careers/43-5011.00/",
         "percent_employed" : 91,
         "category" : "Most",
         "code" : "43-5011.00",
         "title" : "Agentes de Carga y Flete",
         "tags" : {
            "bright_outlook" : true,
            "green" : false,
            "apprenticeship" : true
         }
      },
      {
         "href" : "https://services.onetcenter.org/ws/mpp/careers/43-5011.01/",
         "percent_employed" : 91,
         "category" : "Most",
         "code" : "43-5011.01",
         "title" : "Agentes de Cargas",
         "tags" : {
            "bright_outlook" : true,
            "green" : false,
            "apprenticeship" : false
         }
      },
      ...
   ]
}

This response lists careers where at least 10% of workers are employed in the selected industry. You can filter this list by passing a category parameter in the query string:

  • all - include all categories (default)
  • Most - most people (over 50%) in these careers work in this industry
  • Some - some people (between 10% and 50%) in these careers work in this industry

By default, the list is sorted by category and then by career title. You can change this by passing a sort parameter in the query string:

  • category - sort by category (default)
  • name - sort by career title
  • bright_outlook - return Bright Outlook careers first
  • apprenticeship - return careers with Registered Apprenticeships first
  • percent_employed - sort by percentage of workers employed in the industry

By default, up to 20 matching careers are returned. For information on navigating paged results, see the description of the See all careers service.

For details about each returned career's industry employment, as shown in the "¿Dónde trabajan?" popup at Mi Próximo Paso, see the Where do they work? service.

In this section