# Computrabajo Nursing Jobs Argentina Scraper

**Use case:** 

Scrape nursing job openings in Argentina from Computrabajo, capturing job titles, employers, salaries, cities, and detailed requirements.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "startUrl": "https://ar.computrabajo.com/trabajo-de-enfermero"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyRating": {
    "label": "Company Rating",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "workMode": {
    "label": "Work Mode",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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