# Computrabajo Job Listings for Sales in Mexico

**Use case:** 

Access live job listings for ventas in Mexico. Get details like title, company, location, posted date, and direct links.

## Input

```json
{
  "items": [
    "ar:sommelier"
  ],
  "maxConcurrency": 1
}
```

## Output

```json
{
  "input": {
    "label": "Query",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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