# Export Cybersecurity Job Listings from Arbeitnow

**Use case:** 

Collect up to 150 Cybersecurity job postings from Arbeitnow. Get structured data in CSV or JSON format for your analysis.

## Input

```json
{
  "searchKeyword": "Cybersecurity",
  "remoteOnly": false,
  "jobTypes": [],
  "tags": [],
  "location": "",
  "postedSince": "",
  "maxJobs": 150
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobTypes": {
    "label": "Job Types",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  }
}
```

## About this Actor

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