# Cybersecurity Jobs Scraper for Latin America

**Use case:** 

Scrape cybersecurity job openings across Latin America from GetOnBrd with company details, salaries and seniority. Export to CSV, JSON or Excel.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchTerm": "developer",
  "category": "cybersecurity",
  "remoteOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "remoteModality": {
    "label": "Remote Modality",
    "format": "text"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "minSalary": {
    "label": "Min Salary",
    "format": "number"
  },
  "maxSalary": {
    "label": "Max Salary",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "perks": {
    "label": "Perks",
    "format": "array"
  },
  "lang": {
    "label": "Language",
    "format": "text"
  },
  "applicationsCount": {
    "label": "Applications",
    "format": "number"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "companyId": {
    "label": "Company ID",
    "format": "number"
  },
  "companyWebsite": {
    "label": "Company Website",
    "format": "link"
  },
  "companyCountry": {
    "label": "Company Country",
    "format": "text"
  },
  "companyDescription": {
    "label": "Company Description",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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