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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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.