SuccessFactors Jobs & Company Careers Scraper
Scrape every open job from any company career site running on SAP SuccessFactors with title, department, location (city, state, country, remote), employment type, apply link, posted date, full description and the hiring company. Export to JSON, CSV or Excel.
{ "jobId": "1405852533", "title": "Development Architect - Product Processes & So…", "company": "SAP", "department": "Software-Design and Development", "location": {"city":null,"state":null,"country":null,"re…, "listingLocation": "Budapest, HU, 1031", "employmentType": "Regular Full Time", "requisitionId": "453745", "careerLevel": "Professional" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Job Id | Title | Company | Department |
|---|---|---|---|
| 1405852533 | Development Architect - Product P… | SAP | Software-Design and Development |
| 1406411233 | Development Architect (f/m/d) - A… | SAP | Software-Design and Development |
| 1389521933 | Cloud Architect & Advisory | SAP | Sales Support |
| 1406944833 | Services Architecture Sr. Special… | SAP | Customer Service and Support |
{ "jobId": "1405852533", "title": "Development Architect - Product Processes & So…", "company": "SAP", "department": "Software-Design and Development", "location": {"city":null,"state":null,"country":null,"re…, "listingLocation": "Budapest, HU, 1031", "employmentType": "Regular Full Time", "requisitionId": "453745", "careerLevel": "Professional" }
常见问题
Which sites does this work with?
Company career sites powered by SAP SuccessFactors, which many large employers use for their public job listings. Paste the career-site home or search URL and the scraper handles the rest.
How many jobs can it return per site?
It pages through every open role on the site, from a handful to thousands. Use Max Items to cap the combined total when you only need a sample.
Can I scrape several companies in one run?
Yes. Add multiple career sites and the scraper collects jobs from each in turn, tagging every record with its careerSite so you can tell them apart.
Do I get the full job description?
Yes, when Fetch full job details is on the scraper adds the complete description, employment type, parsed city, state and country, posted date and company for each role. Turn it off for a faster, lighter run that still returns title, location and apply link.
What happens if a site URL is wrong?
The scraper records an error row for that site with the reason and moves on to the next one, so one bad entry never stops the run.