# Scrape developer jobs in Greece

**Use case:** 

Extract developer jobs from Skywalker.gr across Greece. Structured Greek job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "",
  "maxResults": 5,
  "skipReposts": false,
  "startUrls": [],
  "proxyConfiguration": {},
  "fetchDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Period",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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