# Find jobs near Berlin within a radius

**Use case:** 

Scrape jobs near Berlin within a 25km radius from Arbeitsagentur.de. Structured German job data. Pay per result.

## Input

```json
{
  "searchQuery": "pflege",
  "location": "Berlin",
  "locationRadius": 25,
  "jobOfferType": "",
  "workingHours": "",
  "contractType": "",
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

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