# Bilingual Engineer Job Listings in Japan

**Use case:** 

Access bilingual engineer job postings from CareerCross in Japan. Extract details like JPY salaries, company information, and required language levels.

## Input

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

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company_name": {
    "label": "Employer Name",
    "format": "string"
  },
  "english_level": {
    "label": "English Level",
    "format": "string"
  },
  "japanese_level": {
    "label": "Japanese Level",
    "format": "string"
  },
  "visa_status": {
    "label": "Visa Sponsorship",
    "format": "string"
  },
  "industry": {
    "label": "Industry Segment",
    "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.