# Japan Executive Consultant Job Leads

**Use case:** 

Obtain leads for B2B companies in Japan from executive job signals. Extract structured details on salaries, requirements, and corporate profiles.

## Input

```json
{
  "startUrls": [],
  "keyword": "コンサルタント",
  "crawlType": "listings-only",
  "prefecture": "all",
  "jobCategory": "JG002",
  "minSalary": 0,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Employer Name",
    "format": "string"
  },
  "companyPresident": {
    "label": "CEO Name (Lead)",
    "format": "string"
  },
  "companyCapital": {
    "label": "Registered Capital",
    "format": "string"
  },
  "companyEmployees": {
    "label": "Employees Scale",
    "format": "string"
  },
  "title": {
    "label": "Active Vacancy",
    "format": "string"
  },
  "salaryMin": {
    "label": "Min Salary (JPY)",
    "format": "number"
  },
  "url": {
    "label": "Profile 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.