履歷建立與客製化

GET /me/cvs/{id}/tracer-links 僅限工作階段

What is known about this CV's traced links.

One entry per link the PDF carries (header links, project links). Clicks you made on your own CV are excluded from the counts; bot_clicks is tallied separately rather than folded in. distinct_visitors is omitted — not zero — on a deployment with no visitor salt, since there is no honest count to report.

路徑參數

id string (uuid) 必填
履歷 ID。
curl
curl "https://freehire.me/api/v1/me/cvs/0f2c…/tracer-links" -b cookies.txt
json — response
{
  "data": [
    {
      "source_path": "header.links[0]",
      "destination_url": "https://github.com/you",
      "traced_url": "https://freehire.me/cv/acme-x7abc",
      "clicks": 12,
      "bot_clicks": 3,
      "distinct_visitors": 9,
      "last_click_at": "2026-07-20T10:00:00Z"
    }
  ]
}

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available