# Extract Bumeran Mexico sales jobs

**Use case:** 

Collect Bumeran Mexico sales vacancies into a normalized dataset for recruiting research, spreadsheet export, or downstream enrichment.

## Input

```json
{
  "countryCodes": [
    "MX"
  ],
  "query": "ventas",
  "startUrls": [],
  "sort": "recent",
  "maxItems": 10,
  "maxConcurrency": 4
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "modality": {
    "label": "Modality",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "modifiedAt": {
    "label": "Modified at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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