# Find jobs in Mexico on Bumeran

**Use case:** 

Scrape job listings in Mexico from Bumeran. Structured Latin American job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "contador",
  "brand": "bumeran-mx",
  "location": "",
  "workArea": "",
  "workType": "Full-time",
  "workModality": "",
  "sort": "RECIENTES",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "onlyNew": false,
  "compactMode": false,
  "maxDescriptionLen": 0,
  "requestDelayMs": 1000,
  "respectRobotsTxt": true,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "workType": {
    "label": "Work type",
    "format": "text"
  },
  "workModality": {
    "label": "Modality",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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