# Sap SuccessFactors Jobs

**Use case:** 

Explore SAP with SuccessFactors Jobs Scraper - Public Career Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "searchUrls": [
    "https://jobs.sap.com/search/?q=data"
  ],
  "query": "",
  "includeDescription": true,
  "maxResults": 3
}
```

## Output

```json
{
  "job_id": {
    "label": "Job Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "requisition_id": {
    "label": "Requisition Id",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted At",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "job_url": {
    "label": "Job Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [SuccessFactors Jobs Scraper - Public Career Data](https://apify.com/benthepythondev/successfactors-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/successfactors-jobs-scraper) to learn more, explore other use cases, and run it yourself.