# Computrabajo Job Listings Data Extractor

**Use case:** 

Extract detailed job listings from Computrabajo, including titles, companies, locations, and descriptions. Gather up to 100 job entries in one run.

## Input

```json
{
  "searchUrl": "https://mx.computrabajo.com/trabajo-de-sales",
  "maxJobs": 100,
  "includeFullDescription": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "source": {
    "label": "Source API",
    "format": "text"
  }
}
```

## About this Actor

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