# Scrape Software Developer Jobs on Computrabajo Mexico

**Use case:** 

Collect software and IT job postings on Computrabajo Mexico with company, salary, location and requirements for recruiting and talent pipelines.

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "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 Scraper](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.