# High Salary Manager Job Listings in Japan

**Use case:** 

Track high-class manager positions in Japan with salaries over 8 million JPY. Gain insights on requirements and corporate profiles in seconds.

## Input

```json
{
  "startUrls": [],
  "keyword": "マネージャー",
  "crawlType": "full",
  "prefecture": "all",
  "jobCategory": "all",
  "minSalary": 8000000,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Position Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "salaryMin": {
    "label": "Min Annual (¥)",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max Annual (¥)",
    "format": "number"
  },
  "prefecture": {
    "label": "Location Prefecture",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "url": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## About this Actor

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