# SuccessFactors Cloud Jobs Monitoring Workflow

**Use case:** 

Run a repeatable vacancy-monitoring feed for recruiting, aggregation, or labor-market intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://jobs.sap.com/search/"
    }
  ],
  "keywords": "cloud",
  "location": "Germany",
  "includeDescription": true,
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted date",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "requisitionId": {
    "label": "Requisition ID",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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