赚钱与工作收入
加班费计算器
正常工时加上任意倍率(1.5×、2×)加班的每周税前工资,含加班产生的综合实际时薪。
数值
- Weekly gross
- 1,144.00
- Overtime pay
- 264.00
- 33.00/hour at 1.5×
- Blended hourly rate
- 23.83
老手的解读
值得了解
US FLSA baseline: non-exempt employees get 1.5× for hours beyond 40/week. Salaried does not automatically mean exempt — exemption depends on duties and salary level, and misclassification is one of the most common wage violations.
方法说明
每周税前 = 时薪 × 正常工时 + 时薪 × 倍率 × 加班小时。综合时薪 = 税前 ÷ 总工时。
面向智能体
调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →
curl -s https://xearno.tools/api/v1/tools/overtime-pay \
-H 'content-type: application/json' \
-d '{"rate":22,"regularHours":40,"otHours":8,"multiplier":1.5}'Schema: GET /api/v1/tools/overtime-pay · MCP 工具名: overtime_pay