historical_salary
Retrieve monthly average salary data for a country, filtered by job category and location. Analyze historical salary trends over time.
Instructions
Get average salary by month for a category and/or location, over time.
Returned keys are "YYYY-MM" strings; order is not guaranteed by the API.
country: ISO country code, e.g. "gb", "us", "de". category: a category tag as returned by list_categories. months: how many months of history to return. location: a hierarchical place, most general first, e.g. ["UK", "London"]. See regional_data for how to discover valid values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| months | No | ||
| country | Yes | ||
| category | No | ||
| location | No |