# Japan Finance Manager Salary Data

**Use case:** 

Get salary benchmarks for Finance Managers in Japan. Extract JPY salary ranges, company details, and required language levels.

## Input

```json
{
  "mode": "search",
  "keyword": "finance manager",
  "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"
  },
  "salary_min": {
    "label": "Min Salary",
    "format": "number"
  },
  "salary_max": {
    "label": "Max Salary",
    "format": "number"
  },
  "salary_currency": {
    "label": "Currency",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "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.