# Ingeniero civil empleos Colombia - elempleo

**Use case:** 

Extrae vacantes de ingeniero civil de elempleo Colombia. Obtén cargo, empresa, salario, ciudad, tipo de contrato, experiencia y requisitos.

## Input

```json
{
  "maxJobs": 10,
  "withDetails": true,
  "startUrl": "https://www.elempleo.com/co/ofertas-empleo/ingeniero-civil"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "workMode": {
    "label": "Work Mode",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [elempleo Colombia Job Listings & Salary Scraper](https://apify.com/scrapers_lat/elempleo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/elempleo-scraper) to learn more, explore other use cases, and run it yourself.