added

Added Salary Estimates API

Added new endpoints to calculate reasonable salaries for S Corporation owner-employees using Bureau of Labor Statistics (BLS) data. The following endpoints are now available:

See our guide for estimating reasonable salaries, or read more about the new endpoints.

Example

Here’s an example response to calling POST /v1/employees/{employee_uuid}/salary_estimates:

{
  "zip_code": "91104",
  "occupations": [
    {
      "code": "111021",
      "experience_level": "expert",
      "primary": true,
      "time_percentage": 1.0
    }
  ],
  "annual_net_revenue": "100000.0"
}