Skip navigation

Reference Manual

https://services.onetcenter.org/ws/mpp/search?keyword=[phrase or code]
JSON XML
{
   "keyword" : "arquitecto",
   "start" : 1,
   "end" : 20,
   "total" : 47,
   "link" : [
      {
         "href" : "https://services.onetcenter.org/ws/mpp/search?keyword=arquitecto&start=21&end=40",
         "rel" : "next"
      }
   ],
   "career" : [
      {
         "href" : "https://services.onetcenter.org/ws/mpp/careers/17-1011.00/",
         "code" : "17-1011.00",
         "title" : "Arquitectos",
         "tags" : {
            "bright_outlook" : true,
            "green" : false,
            "apprenticeship" : false
         }
      },
      {
         "href" : "https://services.onetcenter.org/ws/mpp/careers/17-1012.00/",
         "code" : "17-1012.00",
         "title" : "Arquitectos Paisajistas",
         "tags" : {
            "bright_outlook" : false,
            "green" : false,
            "apprenticeship" : false
         }
      },
      ...
   ]
}

This response searches for Mi Próximo Paso careers using a word, phrase, or title. The closest matches are returned first; up to 20 results are returned. The search operates on Spanish language key words, just as in Mi Próximo Paso.

If the service is called with a full or partial O*NET-SOC code, matching results are returned sorted by code. If the given code is only found in a previous O*NET-SOC taxonomy, relevant occupations are returned from the current taxonomy.

If more than 20 matches are found, the list will be paged; for information on navigating paged results, see the description of the See all careers service.

To learn more about the keyword search, see the following technical report:

In this section