# Hosco Job Listings Extractor

**Use case:** 

Extract detailed hospitality job listings from Hosco. Get structured data including titles, companies, locations, and salary ranges.

## Input

```json
{
  "startUrl": "https://www.hosco.com/en/jobs",
  "keyword": "",
  "location": "",
  "collectDetails": true,
  "detail_concurrency": 8,
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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