Jobfeed Insights Widget
Bring business-critical labor market demand information to your customersโ fingertips with our Jobfeed-for-ATS offering.
Textkernel offers the following data that can be easily imported and displayed within your user interface:
- Total number of jobs per month
- Top 5 emerging and declining skills
- Top 5 emerging and declining professions
- Top 10 most demanded professions
- Education level
Each graph can be called with the following parameters:
- The country where the jobs are based: Germany, France, Netherlands, Belgium, UK, Austria, US, Canada, Spain and Italy
- The language in which you want to see the title, legend and labels: English, Dutch, French, German, Italian and Spanish
- An industry filter based on the industry of the employer: (The type of industry varies by country)
Additional feature information:
Customize the display format. The graphs are displayed in a picture format called Scalable Vector Graphic or in short SVG. This format allows you to embed the graph into your system with the height/width that you prefer.
De-duplicated and high-quality data. All data counts shown in the graph represent unique jobs. This means multiple website postings of the same job are all merged into one through Textkernelโs deduplication logic.
Example graphical representations๐
Example 1๐
Total number of jobs per month
The overview consists of the last 12 months excluding the current month
The month in which a job is counted is the month in which the job was first posted. If the job remains open for 3 months and is reposted on different websites itโs still only counted once.
Example 2๐
Top 5 emerging and declining skills
As a result of Textkernelsโ latest job parsing technology, we are able to visualize the skills demanded within a job requisition. Textkernel can identify language, IT, soft and professional skills.
The graph above demonstrates which of these skills are in increased or decreased demand, comparing the numbers of the previous month with the month before. (Tip!: When a skill is increasing in popularity it might be worth training or finding employees with these skills.)
Example 3๐
Top 5 emerging and declining professions
The most demanded professions in the previous month compared to the month before.The top 5 professions with the highest increase or decrease in percentage are displayed for the specified country and industry.
Example 4๐
Top 10 most demanded professions
The most demanded professions in your industry with a twist:
This graph shows the most demanded professions in your industry. Once they are identified it shows the total number of unique job postings in the country across all industries. By also showing how many of these job postings are from intermediary companies this gives you a good indication how many companies and head hunters are looking for employees you might have employed or which you are looking to hire.
Example 5๐
Education level
All the unique jobs in the previous month grouped by education level
Retrieving graph๐
The graphs be accessed via HTTP GET request
https://widget.jobfeed.com/chart/{chart_id}?country={country}&language={language}[&industry={industry}]
Where chart_id
is path parameter specifying requested graph, country
, language
are required query parameters and industry
is optional query parameter.
Query parameters are case-sensitive.
Chart id๐
Required
Specify for which visualization is requested
Value | Description |
---|---|
1 | Total number of jobs per month |
2 | Top 5 emerging and declining skills |
3 | Top 5 emerging and declining professions |
4 | Top 10 most demanded professions |
5 | Education level |
Country๐
Required
Specify for which country visualization is requested
Possible values
Value | Description |
---|---|
at | Austria |
be | Belgium |
ca | Canada |
de | Germany |
es | Spain |
fr | France |
gb | United Kingdom |
it | Italy |
nl | Netherlands |
us | United States of America |
Language๐
Required
Specify in which language visualization is requested
Possible values
Value | Description |
---|---|
de | German |
en | English |
es | Spanish |
fr | French |
it | Italian |
nl | Dutch |
Industry๐
Can be passed only with combination with country with one of nl
, de
, fr
, us
, uk
, ca
.
Possible options are described on industries overview page
If omitted or if the specified country doesn't have industry information, all data from the entire country will be displayed.
Possible error codes๐
HTTP Error code | Description |
---|---|
400 | Incorrect query arguments. Refer to response message for details |
All other errors will return HTTP code 200 and a svg file showing "No graph available".
Embed on your website๐
<object type="image/svg+xml" data="https://widget.jobfeed.com/chart/{chart_id}?country=COUNTRY_CODE&language=LANGUAGE_CODE[&industry=INDUSTRY_ID]"></object>