# Japan Jobs Requiring No Work Permit

**Use case:** 

Extract data on bilingual job vacancies in Japan. Get insights on JPY salaries, companies, and required language levels.

## Input

```json
{
  "mode": "search",
  "keyword": "bilingual",
  "language": "en",
  "startUrls": [
    {
      "url": "https://www.careercross.com/en/job/detail-1595279"
    }
  ],
  "jobIds": [
    "1595279"
  ],
  "maxItems": 150,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company_name": {
    "label": "Employer Name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment Terms",
    "format": "string"
  },
  "date_posted": {
    "label": "Posted Date",
    "format": "string"
  },
  "url": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CareerCross Scraper: Japan Bilingual Jobs](https://apify.com/getascraper/career-cross-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/career-cross-scraper) to learn more, explore other use cases, and run it yourself.