Get Skill History
get_skill_historyTrack a skill's market adoption over time with monthly company counts, job mentions, and month-over-month growth rates to identify hiring trends.
Instructions
Time-series of a skill's market adoption. Analyst tier. Returns monthly companyCount + jobMentions for the skill, top companies hiring for it each month, and computed MoM deltas. Use for 'how fast is Rust adoption growing?' or 'is React still dominant?'. Not for discovering early-stage skills you can't yet name — use find_emerging_skills for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes | Skill name or id (e.g. 'Rust', 'kubernetes', 'Machine Learning'). Aliases resolve via codex/skills.json. | |
| months | No | Months of history to return (1-24, default 12). Monthly snapshots began March 2026, so depth is capped by available history. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Monthly market-adoption history for one skill | |
| meta | No | Request/response metadata (pagination cursors, snapshot timestamps, applied filters) | |
| citation_url | No | hirejack.com URL to cite when surfacing this result |