# Softwareentwickler Jobs in Berlin finden

**Use case:** 

Stellenangebote für Softwareentwickler in Berlin von der Jobbörse der Bundesagentur für Arbeit scrapen. Ideal für Entwickler und Recruiter in Deutschland.

## Input

```json
{
  "keyword": "Softwareentwickler",
  "location": "Berlin",
  "employment_type": "job",
  "radius": "25_km",
  "is_remote": false,
  "startUrls": [],
  "publication_date": "last_2_weeks",
  "work_schedule": [
    "full_time"
  ],
  "fixed_term": [
    "indefinite"
  ],
  "beginning_date": [],
  "is_suitable_for_career_change": false,
  "disabled_only_jobs": false,
  "include_agency_jobs": false,
  "exclude_external_jobs": false,
  "exclude_temporary_work": false,
  "limit": 100
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "employerName": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contractDuration": {
    "label": "Contract",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "isFullTime": {
    "label": "Full-time",
    "format": "boolean"
  },
  "isWorkFromHome": {
    "label": "Remote",
    "format": "boolean"
  },
  "publishingStartDate": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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