# Find Computrabajo jobs with full descriptions

**Use case:** 

Scrape job listings from Computrabajo including full descriptions. Clean structured Latin American job data. Pay per result.

## Input

```json
{
  "country": "mx",
  "searchQuery": "contador",
  "location": "",
  "category": "",
  "contractType": "",
  "maxResults": 5,
  "fetchDetails": true,
  "skipReposts": false,
  "maxItems": 5,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "date"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "workModality": {
    "label": "Modality",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Computrabajo.com Job Scraper](https://apify.com/unfenced-group/computrabajo-com-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/computrabajo-com-job-scraper) to learn more, explore other use cases, and run it yourself.