# Bumeran Job Listings Extractor

**Use case:** 

Scrape job listings from Bumeran Argentina, including titles, descriptions, salaries, and locations. Collect up to 200 results from 20 pages.

## Input

```json
{
  "startUrl": "https://www.bumeran.com.ar/empleos.html",
  "keyword": "developer",
  "location": "Buenos Aires",
  "collectDetails": true,
  "results_wanted": 200,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "modality": {
    "label": "Modality",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "job_type": {
    "label": "Job type",
    "format": "text"
  },
  "published_date": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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