# Colombia Developer Jobs Data Scraper

**Use case:** 

Scrape job listings for developer positions in Colombia. Receive up to 200 results as CSV, JSON, or Excel files, sorted by your specified keywords.

## Input

```json
{
  "keywords": [
    "desarrollador",
    "programador"
  ],
  "contractType": "",
  "workModality": "",
  "area": "",
  "positionLevel": "",
  "sortExpression": "PublishDate_Desc",
  "maxPagesPerKeyword": 5,
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "salaryMinMillions": {
    "label": "Salary min (M COP)",
    "format": "number"
  },
  "salaryMaxMillions": {
    "label": "Salary max (M COP)",
    "format": "number"
  },
  "contractType": {
    "label": "Contract type",
    "format": "string"
  },
  "workMode": {
    "label": "Work mode",
    "format": "string"
  },
  "publishedText": {
    "label": "Published (text)",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [elempleo Colombia Job Scraper — Empleos, No Login](https://apify.com/logiover/elempleo-colombia-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/elempleo-colombia-job-scraper) to learn more, explore other use cases, and run it yourself.