# Tokyo Executive IT Engineer Job Data

**Use case:** 

Retrieve detailed IT engineer job listings from BizReach Japan. Access organized salary information, requirements, and company profiles.

## Input

```json
{
  "startUrls": [],
  "keyword": "エンジニア",
  "crawlType": "full",
  "prefecture": "13",
  "jobCategory": "JG001",
  "minSalary": 0,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Position Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "salaryText": {
    "label": "Raw Salary",
    "format": "string"
  },
  "prefecture": {
    "label": "Prefecture",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "remotePolicy": {
    "label": "Remote Policy",
    "format": "string"
  },
  "updatedDateISO": {
    "label": "Updated At",
    "format": "string"
  },
  "url": {
    "label": "BizReach 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.