# Monitor Computrabajo Chile analyst jobs

**Use case:** 

Collect enriched Computrabajo Chile analyst vacancies on a schedule with descriptions, requirements, structured salary, dates, and stable offer IDs.

## Input

```json
{
  "country": "cl",
  "searchQueries": [
    "analista de datos"
  ],
  "startUrls": [],
  "includeDetails": true,
  "maxItems": 10,
  "maxResultsPerQuery": 10
}
```

## Output

```json
{
  "offerId": {
    "label": "Offer ID",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workMode": {
    "label": "Work mode",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Vacancy",
    "format": "string"
  }
}
```

## About this Actor

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