Get Market History
get_market_historyAnalyze hiring market trends over time with daily or monthly data on job counts, remote share, compensation, and skill distributions.
Instructions
Time-series of market-wide hiring stats: total jobs, remote share, compensation, seniority + family distribution, top skills. Analyst tier. Daily resolution back to early March 2026; monthly resolution from March 2026. Use for 'how has the market shifted in 2026?' or 'is remote hiring trending up?'. Not for the current snapshot — use get_market_pulse for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days of daily history (1-90, default 30). Only used when range='daily'; ignored for range='monthly'. | |
| range | No | Granularity. 'daily' returns up to 90 days back (rich, recent). 'monthly' returns up to 24 months back (coarser, longer view). Defaults to daily. | |
| detail | No | 'compact' (default) returns a slim per-snapshot series (date, jobs, companies, remote share, median comp) plus full distributions for only the first and latest snapshots — enough for trend analysis at ~10x less output. 'full' returns every snapshot's complete distributions (seniority, family, top skills); only use when you need per-date distribution detail. | |
| months | No | Months of monthly history (1-24, default 12). Only used when range='monthly'; ignored for range='daily'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Market-wide hiring time-series; shape depends on `detail` (compact: series+endpoints, full: snapshots) | |
| meta | No | Request/response metadata (pagination cursors, snapshot timestamps, applied filters) | |
| citation_url | No | hirejack.com URL to cite when surfacing this result |