# Scrape developer jobs in Japan

**Use case:** 

Extract developer jobs from Daijob.com across Japan. Structured bilingual Japanese job data. Pay per result.

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "prefecture": {
    "label": "Prefecture",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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