Market pulse

GET /me/market-pulse 僅限工作階段

Weekly demand trend for your profile skills.

One entry per profile skill seen in at least one open job; a skill never seen is omitted rather than reported with a zero. change_pct is null with fewer than two snapshots, or when the earliest snapshot’s count was zero. A profile with no skills yet answers an empty data array, not an error.

curl
curl "https://freehire.me/api/v1/me/market-pulse" -b cookies.txt
json — response
{
  "data": [
    {
      "skill": "go",
      "open_count": 640,
      "change_pct": 12.5,
      "series": [
        { "week_start": "2026-07-06", "open_count": 570 },
        { "week_start": "2026-08-10", "open_count": 640 }
      ]
    }
  ],
  "meta": { "week_start": "2026-08-10" }
}

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

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

A new version of freehire is available