# CareerCross   Japan Bilingual Job Listings — Full Export

**Use case:** 

Scrape the full careercross - japan bilingual job listings dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract careercross - japan bilingual job listings for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "search",
  "keyword": "engineer english",
  "language": "en",
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "string"
  },
  "salary_min": {
    "label": "Salary Min",
    "format": "number"
  },
  "salary_max": {
    "label": "Salary Max",
    "format": "number"
  },
  "english_level": {
    "label": "English Level",
    "format": "string"
  },
  "japanese_level": {
    "label": "Japanese Level",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

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