Skip to main content
Glama
folathecoder

Adzuna Jobs MCP Server

by folathecoder

get_salary_history

Analyze historical salary trends for specific job roles, locations, and categories to support salary negotiations and job market timing decisions.

Instructions

Get historical salary trends over time for matching jobs.

PURPOSE: Analyze how salaries have changed. Useful for: - "Are X salaries going up or down?" - Trend analysis for negotiations - Market timing for job searches

Args: country: ISO 3166-1 alpha-2 country code. Supported: "gb", "us", "de", "fr", "au", "nz", "ca", "in", "pl", "br", "at", "za"

keywords: Filter to specific roles (e.g., "software engineer"). location: Location filter (e.g., "London"). category: Category tag from get_categories (e.g., "it-jobs"). months: Number of months of history (default 12, max ~24). - 6: Recent trend - 12: Year-over-year comparison - 24: Longer-term view

Returns: dict: Contains "month" array of data points: - month: Year-month string (YYYY-MM format) - salary: Average salary that month (annual, local currency)

Example response: { "month": [ {"month": "2024-01", "salary": 52000}, {"month": "2024-02", "salary": 52500}, {"month": "2024-03", "salary": 53000} ] }

How to analyze: - Compare first vs last month for overall change - Calculate % change: ((last - first) / first) * 100 - Look for consistent direction vs volatility

Errors: - Invalid country code: "API Error 400: Invalid country" - Invalid category: "API Error 400: Invalid category tag" - Rate limit exceeded: "API Error 429: Too many requests" - Authentication failure: "API Error 401: Invalid credentials"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYes
keywordsNo
locationNo
categoryNo
monthsNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/folathecoder/adzuna-job-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server