company_job_salary
Get estimated salary for a job title at a specific company, with optional filters for location and experience level.
Instructions
Get estimated job salaries/pay in a specific company by job title and optionally a location and experience level in years.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | The company name for which to get salary information (e.g. Amazon). | |
| location | No | Free-text location/area in which to get salary estimation. | |
| job_title | Yes | Job title for which to get salary estimation. | |
| location_type | No | Specify the type of the location you are looking to get salary estimation for additional accuracy. Allowed values: ANY, CITY, STATE, COUNTRY Default: ANY | |
| years_of_experience | No | Get job estimation for a specific experience level range (years). Allowed values: ALL, LESS_THAN_ONE, ONE_TO_THREE, FOUR_TO_SIX, SEVEN_TO_NINE, TEN_TO_FOURTEEN, ABOVE_FIFTEEN Default: ALL |