# Remote DevOps & Cloud Jobs from Jobicy

**Use case:** 

Scrape remote job listings for DevOps and Cloud roles at Jobicy. Get data in CSV or JSON format for up to 100 positions.

## Input

```json
{
  "searchKeyword": "devops cloud AWS",
  "industry": "",
  "jobTypes": [],
  "jobLevel": "",
  "geo": "",
  "postedSince": "",
  "maxJobs": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "industries": {
    "label": "Industry",
    "format": "array"
  },
  "jobTypes": {
    "label": "Type",
    "format": "array"
  },
  "jobLevel": {
    "label": "Level",
    "format": "string"
  },
  "geo": {
    "label": "Geography",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  }
}
```

## About this Actor

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