Reference Manual (API Version 1.9)
Browse by Hot Technology
Hot Technology listing
"start" : 1,
"end" : 170,
"total" : 170,
"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"
},
...
]
}
<technology id="Adobe Acrobat">Adobe Acrobat</technology>
<technology id="Adobe After Effects">Adobe After Effects</technology>
<technology id="Adobe Creative Cloud software">Adobe Creative Cloud software</technology>
...
</hot_technologies>
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 ; 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
"id" : "Microsoft Excel",
"sort" : "rank",
"start" : 1,
"end" : 20,
"total" : 859,
"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/13-2051.00/",
"code" : "13-2051.00",
"title" : "Financial and Investment Analysts",
"tags" : {
"bright_outlook" : true,
"green" : false
},
"technology_rank" : 1
},
...
]
}
<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">Microsoft Excel</title>
<categories>
<title id="43232110">Spreadsheet software</title>
</categories>
<occupation href="https://services.onetcenter.org/v1.9/ws/online/occupations/13-2051.00/">
<code>13-2051.00</code>
<title>Financial and Investment Analysts</title>
<tags bright_outlook="true" green="false" />
<technology_rank>1</technology_rank>
</occupation>
...
</hot_technology>
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.