adzuna_estimate_salary
Estimate annual salary for a job role from its title and description. Ideal for pricing a CV target or verifying salary for an ad without stated pay.
Instructions
Estimate an annual salary for a role from its title and description (Adzuna Jobsworth).
Unlike the histogram/history tools (which summarise live ads), this predicts a single figure for a specific role you describe — useful for pricing a CV target or sanity-checking a job ad that states no salary. Feed it a job title plus the ad body or a skills summary.
Args: params (JobsworthInput): Validated parameters containing: - country (str): ISO code, default 'gb' - title (str): the job title to price - description (str): role/skills text; the full JD works well - response_format (ResponseFormat): 'markdown' or 'json'
Returns:
str: Markdown with the estimated annual salary, or JSON with key salary (float,
local currency). The salary key is absent when Adzuna cannot produce an estimate.
On failure, an 'Error: ...' string explaining the cause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |