# Azerbaijan Job Listings Extractor

**Use case:** 

Retrieve live job postings from boss.az. Get detailed information including title, employer, location, salary, and requirements for up to 3 jobs.

## Input

```json
{
  "max_items": 3,
  "freshness_days": 30,
  "fetch_full_description": true
}
```

## Output

```json
{
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_raw": {
    "label": "Salary",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Boss.az Azerbaijan Jobs Scraper](https://apify.com/zinin/boss-az) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/boss-az) to learn more, explore other use cases, and run it yourself.