# English-Speaking Sales Jobs in Frankfurt (StepStone)

**Use case:** 

Recruiters hiring English speakers in Frankfurt get StepStone.de sales listings with company and description snippet, so the job language is easy to screen.

## Input

```json
{
  "keywords": "sales english speaking",
  "location": "Frankfurt",
  "site": "de",
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedText": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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