# Scrape Software Developer Jobs in Berlin

**Use case:** 

Extract up to 150 job listings for Software Developer positions in Berlin. Access structured data in CSV or JSON format.

## Input

```json
{
  "searchKeyword": "Software Developer",
  "remoteOnly": false,
  "jobTypes": [],
  "tags": [],
  "location": "Berlin",
  "postedSince": "",
  "maxJobs": 150
}
```

## 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.