# elempleo Bogota Sales Jobs Scraper Colombia

**Use case:** 

Collect sales and commercial job openings in Bogota from elempleo with company, salary range and requirements.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "startUrl": "https://www.elempleo.com/co/ofertas-empleo/ventas"
}
```

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