# Full Stack Developer Jobs on Workable

**Use case:** 

Full stack engineering roles across all Workable company job boards, newest first.

## Input

```json
{
  "searchQuery": "full stack developer",
  "locations": [
    "Germany",
    "Netherlands"
  ],
  "workplace": "any",
  "postedWithinDays": 7,
  "companyBoards": [
    "blueground",
    "skroutz"
  ],
  "maxJobs": 300,
  "includeDescription": true,
  "requestDelaySecs": 1
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "description": {
    "label": "Job description",
    "format": "string"
  },
  "requirements": {
    "label": "Requirements",
    "format": "string"
  },
  "benefits": {
    "label": "Benefits",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Workable Jobs Scraper · Company Job Boards, Roles & Locations](https://apify.com/reapx/workable-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/workable-jobs-scraper) to learn more, explore other use cases, and run it yourself.