# Export Arbeitsagentur job listings

**Use case:** 

Bulk-export public job postings from Arbeitsagentur.de. Get company names, roles, locations, contract types, and application URLs.

## Input

```json
{
  "position": "Marketing",
  "location": "Hamburg",
  "startUrls": [
    {
      "url": "https://www.arbeitsagentur.de/jobsuche/suche?angebotsart=1&was=Marketing&wo=Hamburg"
    }
  ],
  "maxItems": 15,
  "proxy": {
    "useApifyProxy": true
  },
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "mainJob": {
    "label": "Main job"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "jobType": {
    "label": "Job type"
  },
  "referenceNumber": {
    "label": "Reference number"
  },
  "publishingStartDate": {
    "label": "Publishing start date"
  },
  "firstPublicationDate": {
    "label": "First publication date"
  },
  "lastUpdatedAt": {
    "label": "Last updated at"
  },
  "contractDuration": {
    "label": "Contract duration"
  },
  "contractDurationLimitedTo": {
    "label": "Contract duration limited to"
  },
  "contractDurationMonths": {
    "label": "Contract duration months"
  },
  "startDate": {
    "label": "Start Date",
    "format": "date"
  },
  "entryPeriod": {
    "label": "Entry period"
  },
  "salaryNote": {
    "label": "Salary note"
  },
  "employerName": {
    "label": "Employer name"
  },
  "employerCustomerNumberHash": {
    "label": "Employer customer number hash"
  },
  "employerWebsite": {
    "label": "Employer website"
  },
  "employerIndustry": {
    "label": "Employer industry"
  },
  "employerFirmSize": {
    "label": "Employer firm size"
  },
  "location": {
    "label": "Location"
  },
  "employerAddress": {
    "label": "Employer address"
  },
  "isFullTime": {
    "label": "Is full time"
  },
  "isMarginalEmployment": {
    "label": "Is marginal employment"
  },
  "isPartTimeMorning": {
    "label": "Is part time morning"
  },
  "isPartTimeAfternoon": {
    "label": "Is part time afternoon"
  },
  "isPartTimeEvening": {
    "label": "Is part time evening"
  },
  "isPartTimeFlexible": {
    "label": "Is part time flexible"
  },
  "isWorkFromHome": {
    "label": "Is work from home"
  },
  "nightOrWeekendShift": {
    "label": "Night or weekend shift"
  },
  "isDisabilityRequired": {
    "label": "Is disability required"
  },
  "isPrivateAgency": {
    "label": "Is private agency"
  },
  "isTemporaryEmployment": {
    "label": "Is temporary employment"
  },
  "externalURL": {
    "label": "External URL",
    "format": "link"
  },
  "isExternal": {
    "label": "Is external"
  },
  "applicationEmail": {
    "label": "Application email"
  },
  "allianzpartnerName": {
    "label": "Allianzpartner name"
  },
  "allianzpartnerUrl": {
    "label": "Allianzpartner url"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Bundesagentur für Arbeit (Arbeitsagentur) Scraper](https://apify.com/lexis-solutions/bundesagentur-fur-arbeit-arbeitsagentur-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/bundesagentur-fur-arbeit-arbeitsagentur-scraper) to learn more, explore other use cases, and run it yourself.