# Monitor RemoteOK AI Engineering Jobs

**Use case:** 

Monitor RemoteOK AI Engineering Jobs to track remote hiring demand, tags, salaries, and apply URLs.

## Input

```json
{
  "tags": [
    "ai",
    "engineer"
  ],
  "minSalary": 0,
  "sort": "default",
  "maxItems": 100
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "datePosted": {
    "label": "Published At",
    "format": "text"
  },
  "validThrough": {
    "label": "Valid Through",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "applicantCountries": {
    "label": "Applicant Countries",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "jobBenefits": {
    "label": "Benefits",
    "format": "array"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RemoteOK Jobs Scraper ($0.5 per 1000 results)](https://apify.com/igolaizola/remoteok-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/remoteok-jobs-scraper) to learn more, explore other use cases, and run it yourself.