公司
GET /companies/{slug} 公開
一家公司及其職缺頁面。
路徑參數
slugstring 必填- 公司的蛞蝓。範例
acme
查詢參數
limitinteger- 職缺列表的頁面大小。範例
20 offsetinteger- 職缺清單中要跳過的行。範例
0
curl "https://freehire.me/api/v1/companies/acme"{
"data": {
"company": {
"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"
},
"jobs": [ { "public_slug": "...", "title": "...", "...": "..." } ]
}
}