# Computrabajo Colombia jobs extractor

**Use case:** 

Extract public developer vacancies from a real Computrabajo Colombia search page with offer IDs, employers, locations, salaries, and links.

## Input

```json
{
  "country": "mx",
  "searchQueries": [
    "desarrollador"
  ],
  "startUrls": [
    {
      "url": "https://co.computrabajo.com/trabajo-de-desarrollador"
    }
  ],
  "includeDetails": false,
  "maxItems": 20,
  "maxResultsPerQuery": 20
}
```

## 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.