# Scrape developer jobs in Japan

**Use case:** 

Extract developer jobs from Doda.jp across Japan. Structured Japanese job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "engineer",
  "employmentType": "fulltime",
  "salaryMin": 0,
  "requestDelayMs": 1500,
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "prefecture": {
    "label": "Prefecture",
    "format": "text"
  },
  "nearestStations": {
    "label": "Nearest Stations",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min (¥)",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max (¥)",
    "format": "number"
  },
  "salaryText": {
    "label": "Salary (raw)",
    "format": "text"
  },
  "isNewArrival": {
    "label": "New Arrival",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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