# Find English-speaking jobs in Tokyo

**Use case:** 

Scrape English-language jobs in Japan from Daijob.com. Structured job data for expats. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "manager",
  "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.