JobScore Jobs Scraper - Company Career Boards
Scrape open jobs from any public JobScore company career board: title, department, parsed location, employment type, salary range, recruiter contact, description and apply link. Export to JSON, CSV or Excel.
{ "jobId": "djC09bkIDa_73XV-BIk47R", "title": "Assistente Fiscal", "company": "Solutions 2 GO", "companyBoard": "solutions2go", "department": "Controladoria", "employmentType": "Full Time", "location": {"raw":"Manaus - Amazonas","city":null,"stat…, "contactCount": 0, "recruiters": [] }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Job Id | Title | Company | Company Board |
|---|---|---|---|
| djC09bkIDa_73XV-BIk47R | Assistente Fiscal | Solutions 2 GO | solutions2go |
| d1Jh2yFrbaHOXkxyUH5V6C | Manager, Financial Planning & Ana… | Solutions 2 GO | solutions2go |
| bqiPsT15DhUO6cig4mQaFr | Logistics & Business Operations C… | Solutions 2 GO | solutions2go |
| dza8IuWofpLyr9yb3rZuSC | Director, Warehouse Operations | Solutions 2 GO | solutions2go |
| d_WcADsO5cQiNwlnSdxEqg | Sales Order Coordinator | Solutions 2 GO | solutions2go |
{ "jobId": "djC09bkIDa_73XV-BIk47R", "title": "Assistente Fiscal", "company": "Solutions 2 GO", "companyBoard": "solutions2go", "department": "Controladoria", "employmentType": "Full Time", "location": {"raw":"Manaus - Amazonas","city":null,"stat…, "contactCount": 0, "recruiters": [] }
常见问题
How do I find a company's board id?
It is the last part of the company career page URL, for example `solutions2go` in `careers.jobscore.com/careers/solutions2go`. You can paste the whole URL and the id is detected for you.
Can I scrape several companies at once?
Yes. Add as many boards as you like and the jobs are collected from every one in a single run.
Does it include salary and recruiter details?
When the employer publishes them. Many postings include a salary range and the recruiter or hiring manager with their LinkedIn profile.
How fresh is the data?
Every board is read live at run time, so each record reflects the open roles at the moment of the run (see observedAt).