# crape OCC Mundial jobs with full descriptions

**Use case:** 

Extract OCC Mundial listings with the complete job description from each detail page. Pay per result.

## Input

```json
{
  "keyword": "ventas",
  "contractType": "permanente",
  "maxResults": 5,
  "fetchDetails": true
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "locationText": {
    "label": "Location",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "datePostedISO": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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