xearno.tools

赚钱与工作自由职业 · 定价

自由职业费率计算器

全球通用——纯算术,不涉及各地规则

第一个客户是真的来了——现在你得报个价。

从目标收入反推你必须收的费率:扣掉不可计费的时间、经营开销、休假,以及让自由职业的一小时不如受雇一小时值钱的自雇税缺口。

都不太像?用你自己的话描述。

用一句话描述你的情况——任何语言都行。我来填表,工具来算。

数值

所需时薪
106
day rate ≈ 851
所需年营收
122,286
计费工时/年
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

把这个计算器嵌入网页

可免费嵌入你自己的网站。规则变了它也照常能用,因为数据由我们维护——没有广告、没有 cookie,并会链接回完整版工具。

<iframe src="https://xearno.tools/embed/freelance-rate" width="100%" height="980" style="border:1px solid #23262e;border-radius:12px;max-width:640px" loading="lazy" title="自由职业费率计算器 — Xearno Tools"></iframe>