get_salary_statistics
Estimate salary distribution (median, percentiles, min/max) for a professional role in a specific region by sampling salaried job postings. Provide a role ID and area code to get statistics for informed hiring or job-search decisions.
Instructions
Estimate salary distribution (median, P25/P75, min/max) for a professional role in a region by sampling posted vacancy salaries client-side. Biased sample (only vacancies that disclose salary) — not official market data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the computed stats object as JSON instead of the formatted summary. | |
| text | No | Optional keyword to narrow the role (e.g. 'senior python'). | |
| area_id | No | Region code (1=Moscow, 2=Saint Petersburg). Use get_areas to find codes. | |
| sample_pages | No | Pages of 100 salaried vacancies to sample (1-5). More = better estimate, more API calls. | |
| professional_role_id | Yes | Professional role ID. Use get_professional_roles or suggest_positions to find IDs. |