# Scrape developer jobs in Japan

**Use case:** 

Extract developer jobs from MyNavi Tenshoku across Japan. Structured Japanese job data. Pay per result.

## Input

```json
{
  "searchQuery": "engineer",
  "fetchDetails": false,
  "prefectureCode": 0,
  "remoteOnly": false,
  "employmentTypeFilter": "",
  "requestDelayMs": 1000,
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID"
  },
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company"
  },
  "employmentType": {
    "label": "Employment Type"
  },
  "locationSnippet": {
    "label": "Location"
  },
  "salarySnippet": {
    "label": "Salary (text)"
  },
  "salaryMin": {
    "label": "Salary Min (JPY)"
  },
  "salaryMax": {
    "label": "Salary Max (JPY)"
  },
  "salaryCurrency": {
    "label": "Currency"
  },
  "datePosted": {
    "label": "Date Posted"
  },
  "dateExpiry": {
    "label": "Expiry Date"
  }
}
```

## About this Actor

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