# Find Bulgarian jobs with full descriptions

**Use case:** 

Scrape job listings from JobTiger.bg including full descriptions. Clean structured Bulgarian job data. Pay per result.

## Input

```json
{
  "searchQuery": "мениджър",
  "maxResults": 5,
  "fetchDetails": true
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary (Raw)",
    "format": "text"
  },
  "publishDate": {
    "label": "Publish Date",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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