salary_histogram
Generate a salary distribution histogram for job search results. Provide an ISO country and optional filters (keywords, category, location) to see vacancy counts across salary bands.
Instructions
Get the current distribution of salaries for a job search as a histogram.
Each key in the returned histogram is the lower bound of a salary band; the value is the number of vacancies whose salary falls in that band.
country: ISO country code, e.g. "gb", "us", "de". what: keywords to filter jobs by (AND semantics, all words must match). category: a category tag as returned by list_categories. 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 |
|---|---|---|---|
| what | No | ||
| country | Yes | ||
| category | No | ||
| location | No |