adzuna_salary_history
Retrieve monthly average advertised salaries for a role, category, or location. Monitor salary trends over time to see if pay is rising or falling.
Instructions
Get the average advertised salary month by month for a role, category and/or location.
Shows whether pay for a role is trending up or down over time.
Args: params (HistoryInput): Validated parameters containing: - country (str): ISO code, default 'gb' - what (Optional[str]): role keywords - location0/1/2 (Optional[str]): hierarchical location filter - category (Optional[str]): category tag - months (Optional[int]): months of history to return - response_format (ResponseFormat): 'markdown' or 'json'
Returns:
str: Markdown table of month vs average salary, or JSON with key month
(dict mapping 'YYYY-MM' (str) to average annual salary (float)).
Month order is not guaranteed by the API; this tool sorts it.
On failure, an 'Error: ...' string explaining the cause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |