adzuna_salary_histogram
Check the distribution of advertised salaries for any role and location to validate salary expectations. Returns a histogram of salary bands with vacancy counts.
Instructions
Get the current distribution of advertised salaries for a role and/or location.
Each key is the LOWER bound of an annual salary band in local currency; each value is the number of live vacancies in that band. Use it to sanity-check a salary expectation or to see where a target figure sits in the market.
Args: params (HistogramInput): 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 - response_format (ResponseFormat): 'markdown' or 'json'
Returns:
str: Markdown table of salary band vs vacancy count, or JSON with key
histogram (dict mapping salary-band lower bound (str) to vacancy count).
Band 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 |