# Hamburg Warehouse Jobs Leads Scraper

**Use case:** 

Scrape Arbeitsagentur warehouse job leads in Hamburg with employers, locations, job URLs, apply links, and posting dates.

## Input

```json
{
  "keyword": "lagerist",
  "location": "Hamburg",
  "radiusKm": 25,
  "searchUrls": [
    {
      "url": "https://www.arbeitsagentur.de/jobsuche/suche?was=developer&wo=Berlin"
    }
  ],
  "maxItems": 100,
  "maxPages": 5,
  "includeDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "referenceNumber": {
    "label": "Reference",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "externalApplyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "occupation": {
    "label": "Occupation",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "remotePossible": {
    "label": "Remote",
    "format": "boolean"
  },
  "salaryInfo": {
    "label": "Salary info",
    "format": "text"
  },
  "startDate": {
    "label": "Start date",
    "format": "date"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sourceSearchUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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