# Scrape developer jobs in Hungary

**Use case:** 

Extract developer jobs from Dreamjobs.hu across Hungary. Structured Hungarian job data. Pay per result.

## Input

```json
{
  "searchQuery": "fejlesztő",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "language": "",
  "debugMode": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Companyname",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "jobType": {
    "label": "Jobtype",
    "format": "text"
  },
  "jobLevel": {
    "label": "Joblevel",
    "format": "text"
  },
  "jobCategory": {
    "label": "Jobcategory",
    "format": "text"
  },
  "jobSubcategory": {
    "label": "Jobsubcategory",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salarymin",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salarymax",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salarycurrency",
    "format": "number"
  },
  "salaryPeriod": {
    "label": "Salaryperiod",
    "format": "number"
  },
  "applicationUrl": {
    "label": "Application Url",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "text"
  },
  "expiresAt": {
    "label": "Expires At",
    "format": "text"
  },
  "isNew": {
    "label": "Isnew",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "tasks": {
    "label": "Tasks",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "contentHash": {
    "label": "Contenthash",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "changeStatus": {
    "label": "Changestatus",
    "format": "text"
  }
}
```

## About this Actor

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