# SAP ERP Consultant Jobs in Germany

**Use case:** 

Find SAP ERP consultant Fiori job listings across Germany. Receive up to 100 detailed job entries in CSV or JSON format.

## Input

```json
{
  "searchKeyword": "SAP ERP consultant Fiori",
  "remoteOnly": false,
  "jobTypes": [],
  "tags": [],
  "location": "Germany",
  "postedSince": "",
  "maxJobs": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobTypes": {
    "label": "Job Types",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  }
}
```

## About this Actor

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