活動與共享看板

GET /stats/jobs-activity 公開

每個時期增加與刪除的職缺的公共時間序列。

在一個日期範圍內聚合到所請求的粒度;該系列很密集(缺失週期為 0)。預設值:granularity=dayto=今天、from to 之前的每個粒度視窗。未知的粒度或超過 4000 天的範圍是 400

查詢參數

granularity string
dayweekmonth 之一(預設 day)。範例 week
from string (YYYY-MM-DD)
開始日期 (UTC)。默认为 to 之前的每粒度窗口。範例 2026-01-01
to string (YYYY-MM-DD)
結束日期 (UTC)。預設為今天。範例 2026-06-30
curl
curl "https://freehire.me/api/v1/stats/jobs-activity?granularity=week"
json — response
{
  "data": [
    { "period": "2026-06-01", "added": 120, "removed": 40 },
    { "period": "2026-06-08", "added": 98, "removed": 55 }
  ],
  "meta": { "granularity": "week", "from": "2025-06-09", "to": "2026-06-08" }
}

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

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

A new version of freehire is available