Skip navigation

Reference Manual (API Version 1.9)

Browse by Hot Technology

Hot Technology listing

https://services.onetcenter.org/v1.9/ws/online/hot_technology/
JSON XML
{
   "start" : 1,
   "end" : 162,
   "total" : 162,
   "technology" : [
      {
         "id" : "Adobe Acrobat",
         "name" : "Adobe Acrobat"
      },
      {
         "id" : "Adobe After Effects",
         "name" : "Adobe After Effects"
      },
      {
         "id" : "Adobe Creative Cloud software",
         "name" : "Adobe Creative Cloud software"
      },
      ...
   ]
}

Hot Technologies are requirements frequently included in employer job postings. This response lists all hot technologies recognized in O*NET OnLine. The id attribute can be passed to the Hot Technology details service below, to retrieve more information about a particular technology.

O*NET OnLine marks hot technologies with a fire icon Hot Technology; developers can download this icon in multiple sizes from the Resource Center Graphics section. To learn more about the identification of hot technologies, see the report Identification of “Hot Technologies” within the O*NET System.

The result list is paged, returning all activities by default. To limit the results, provide start and end parameters to jump directly to the desired results.

Occupations in Hot Technology

https://services.onetcenter.org/v1.9/ws/online/hot_technology/[technology ID]
JSON XML
{
   "id" : "Microsoft Excel",
   "sort" : "rank",
   "start" : 1,
   "end" : 20,
   "total" : 856,
   "link" : [
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/online/hot_technology/Microsoft Excel?id=Microsoft%20Excel&sort=rank&start=21&end=40",
         "rel" : "next"
      }
   ],
   "title" : {
      "id" : "Microsoft Excel",
      "name" : "Microsoft Excel"
   },
   "categories" : {
      "title" : [
         {
            "id" : 43232110,
            "name" : "Spreadsheet software"
         }
      ]
   },
   "occupation" : [
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/11-3031.03/",
         "code" : "11-3031.03",
         "title" : "Investment Fund Managers",
         "tags" : {
            "bright_outlook" : true,
            "green" : false
         },
         "technology_rank" : 1
      },
      ...
   ]
}

Hot Technologies are requirements frequently included in employer job postings. This response provides a list of relevant occupations and other information about a particular technology.

The technology element provides the title of the chosen technology. If the technology occurs at the example level within an occupation's Tools & Technology report, the categories element provides a list of all associated categories. This element is not present for hot technologies which occur at the category level.

The service also returns occupations linked to this technology. By default, occupations are sorted by a rank ordering based on the number of job postings including this technology. You can change this order by passing the optional sort parameter:

  • name - sort by occupation title
  • code - sort by O*NET-SOC code
  • rank - sort by relevance (default)

The result list is paged, returning 20 occupations 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