公司

GET /companies 公開

列出具有職缺數量和非規範化方面的公司;可選篩選條件。

首先最活躍。構面參數是可重複的,並透過陣列重疊進行篩選(或在構面內,AND 跨構面),可與 q 組合。 meta.total 報告與完整篩選條件相符的計數。

查詢參數

q string
不區分大小寫的名稱子字串篩選條件。範例 acme
collections string
精選集合 slug(例如 ycbigtech)。可重複。範例 yc
regions string
公司僱用的地區。可重複。範例 eu
countries string
ISO 3166-1 alpha-2 國家。可重複。範例 DE
industries string
Curated industry. Matches a company through its curated industries **or** the equivalent job-derived domain. Repeatable.範例 fintech
domains string
Raw job-derived domain, including values no industry names (other, media, mobility). Repeatable.範例 fintech
company_type string
公司類型(例如 productoutstaff)。可重複。範例 product
company_size string
大小桶(例如 51-200)。可重複。範例 51-200
remote_regions string
工作衍生的遠端招募區域。可重複。範例 eu
yc_batch string
YC 批次(例如 W21)。可重複。範例 W21
yc_status string
YC公司狀況。可重複。範例 active
yc_stage string
YC融資階段。可重複。範例 series-a
yc_flags string
策劃的 YC 突出標誌。可重複。範例 hiring
maturity string
公司階段/成熟度。可重複。範例 growth
subindustries string
YC 子行業葉(請參閱 /companies/subindustries)。可重複。範例 payments
limit integer
頁面大小,1–100。範例 20
offset integer
要跳過的行。範例 0
curl
curl "https://freehire.me/api/v1/companies?q=acme&collections=yc"
json — response
{
  "data": [
    {
      "slug": "acme",
      "name": "Acme",
      "job_count": 12,
      "collections": ["yc"],
      "regions": ["eu"],
      "countries": ["DE"],
      "domains": ["fintech"],
      "company_types": ["product"],
      "company_sizes": ["51-200"],
      "industries": ["payments"],
      "year_founded": 2015,
      "employee_count": 120,
      "hq_country": "DE",
      "organization_type": "private",
      "tagline": "Payments for builders",
      "company_info": { "...": "..." },
      "remote_regions": ["eu"],
      "yc_batch": ["W21"],
      "yc_status": ["active"],
      "yc_stage": ["series-a"],
      "yc_flags": ["hiring"],
      "maturity": "growth"
    }
  ],
  "meta": { "total": 1, "limit": 20, "offset": 0 }
}

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

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

A new version of freehire is available