赚钱与工作自由职业 · 定价
自由职业费率计算器
Your first client is real — now you have to name a number.
从目标收入反推你必须收的费率:扣掉不可计费的时间、经营开销、休假,以及让自由职业的一小时不如受雇一小时值钱的自雇税缺口。
数值
- Required hourly rate
- 106
- day rate ≈ 851
- Required annual revenue
- 122,286
- Billable hours / year
- 1,150
老手的解读
值得了解
Sanity check vs employment: an employee earning your target grosses ~50/hour of actual work. Your 106 looks high next to it precisely because it carries employer taxes, benefits, overhead, and unbillable time — the 1.5–2× rule of thumb exists for a reason. Quoting an employee-equivalent rate is the classic new-freelancer underpricing.
值得了解
Raising the rate beats raising the hours: at 25 billable hours/week you are near sustainable capacity. Value-based or day-rate pricing also removes the hourly ceiling entirely for productized work.
方法说明
所需营收 = 目标到手 ÷ (1 − 税率) + 开销;费率 = 营收 ÷ (可计费小时 × 工作周数)。税针对利润(扣除开销后)征收,本工具对此做了保守的近似。
可计费小时的默认值(每周 25 小时)反映了一个一致的发现:一旦算上销售、行政和空窗期,全职自由职业者大约只有一半的工作时间可计费。
常见问题
- 怎么把工资换算成自由职业费率?
- 经验法则:(年薪 ÷ 2,000) × 1.5 到 2。一个相当于 8 万美元受雇者的人,自由职业大约收 60–80 美元/小时——这个倍数覆盖自雇税、福利、开销和不可计费的时间。
面向智能体
调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →
curl -s https://xearno.tools/api/v1/tools/freelance-rate \
-H 'content-type: application/json' \
-d '{"targetIncome":80000,"billableHours":25,"weeksOff":6,"overhead":8000,"taxBuffer":30}'Schema: GET /api/v1/tools/freelance-rate · MCP 工具名: freelance_rate