# Berlin Job Listings Extractor from Arbeitsagentur.de

**Use case:** 

Extract detailed job vacancies and labor market insights from Berlin's Arbeitsagentur site. Get information on 100 current positions and their details.

## Input

```json
{
  "startUrl": "https://www.arbeitsagentur.de/jobsuche/suche?wo=Berlin&umkreis=25&angebotsart=1",
  "keyword": "software engineer",
  "location": "Berlin",
  "collectDetails": true,
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

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

## About this Actor

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