# Scrape IT jobs on Kariyer.net

**Use case:** 

Extract IT and software job listings from Kariyer.net across Turkey. Structured Turkish tech job data. Pay per result.

## Input

```json
{
  "searchQuery": "yazılım",
  "location": "",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "positionLevel": {
    "label": "Level",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "departmentName": {
    "label": "Department",
    "format": "text"
  },
  "applicationCount": {
    "label": "Applicants",
    "format": "number"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "companySize": {
    "label": "Company Size",
    "format": "text"
  },
  "sectorName": {
    "label": "Sector",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "closingDate": {
    "label": "Closing",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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