# Empleos de Desarrollador de Software Computrabajo México

**Use case:** 

Extrae empleos de desarrollador de software en Computrabajo México

## Input

```json
{
  "maxItems": 50,
  "withDetails": false,
  "startUrl": "https://www.computrabajo.com.mx/trabajo-de-programador"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyRating": {
    "label": "Company Rating",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "workMode": {
    "label": "Work Mode",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "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 [Computrabajo Job Listings & Salary Scraper (LATAM)](https://apify.com/scrapers_lat/computrabajo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/computrabajo-scraper) to learn more, explore other use cases, and run it yourself.