# Scrape developer jobs in Bulgaria

**Use case:** 

Extract developer job listings from Dev.bg across Bulgaria. Structured tech job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "category": "",
  "seniority": "5+ години опит",
  "location": "",
  "workMode": "hybrid",
  "postedAfter": "",
  "fetchDetails": false,
  "maxResults": 5,
  "skipDuplicates": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "workMode": {
    "label": "Work mode",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "text"
  }
}
```

## About this Actor

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