# Japan Company Review Scraper (en-hyouban / エン カイシャの評判) (`jungle_synthesizer/lighthouse-en-hyouban-company-review-scraper`) Actor

Scrapes employer reviews, ratings, and salary data from en-hyouban.com (エン カイシャの評判) — Japan's #2 employer-review platform. Extracts JSON-LD EmployerAggregateRating, per-dimension breakdowns, crowd-sourced salary, and employee reviews by URL or sitemap.

- **URL**: https://apify.com/jungle\_synthesizer/lighthouse-en-hyouban-company-review-scraper.md
- **Developed by:** [BowTiedRaccoon](https://apify.com/jungle_synthesizer) (community)
- **Categories:** Jobs, Lead generation, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## En Hyouban (Lighthouse) Japan Company Review Scraper

Extract company reviews, employer ratings, salary data, and employee feedback from [En Hyouban (エン カイシャの評判)](https://en-hyouban.com/), Japan's second-largest employer review platform. Each company record includes structured review data from JSON-LD markup — clean, parseable, and stable.

Japan's employer-review market is dominated by two platforms. The larger one is AWS-WAF-blocked. En Hyouban is reachable, structured, and covers roughly 300,000 companies across every industry and prefecture. This actor is the only way to get this data in bulk.

---

### What You Get

Each output record corresponds to one company page. The dataset includes:

| Field | Type | Description |
|-------|------|-------------|
| `company_id` | string | 11-digit En Hyouban company identifier |
| `company_name` | string | Company name in Japanese |
| `company_name_en` | string | English name if available |
| `industry` | string | Industry sector (e.g., 流通・小売, IT・通信) |
| `prefecture` | string | Prefecture of headquarters |
| `overall_rating` | number | Aggregate employer rating (1–5 scale) |
| `rating_count` | integer | Total employee reviews driving the rating |
| `rating_breakdown` | object | Per-dimension scores: 会社の成長性や将来性, 実力主義, 活気のある風土, 20代成長環境, and five more |
| `avg_annual_salary_jpy` | integer | Average reported annual salary in JPY |
| `salary_by_role` | array | Per-role salary ranges when available |
| `reviews` | array | Recent employee reviews with author details, rating, and post date |
| `employee_count` | integer | Headcount (従業員数) |
| `founded_year` | integer | Year founded |
| `headquarters` | string | Full headquarters address |
| `source_url` | string | Source page URL |

#### Sample Record

```json
{
  "company_id": "10000000090",
  "company_name": "株式会社綿半ホームエイド",
  "industry": "流通・小売（ホームセンター）",
  "prefecture": "長野県",
  "overall_rating": 3.5,
  "rating_count": 198,
  "rating_breakdown": {
    "会社の成長性や将来性": 3.4,
    "事業の優位性や独自性": 3.2,
    "実力主義": 3.1,
    "活気のある風土": 3.2,
    "20代成長環境": 3.5,
    "仕事を通じた社会貢献": 3.2,
    "イノベーションへの挑戦": 3.6,
    "経営陣の手腕": 3.3
  },
  "avg_annual_salary_jpy": 3900000,
  "salary_by_role": [],
  "reviews": [
    {
      "author_name": "女性 / 経理 / 現職（回答時） / 新卒入社 / 在籍6～10年 / 正社員",
      "rating": 3.7,
      "posted_at": "2024-12-02"
    }
  ],
  "employee_count": 344,
  "founded_year": 1977,
  "headquarters": "長野県長野市大字南長池205番地",
  "source_url": "https://en-hyouban.com/company/10000000090/"
}
````

***

### Input

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `maxItems` | integer | — | Maximum number of companies to scrape. Set to `0` to scrape all ~300k companies. Required. |

Start small to verify output matches your needs. Each company page is independent — the actor stops cleanly at the limit you set.

***

### Use Cases

**HR tech and recruiting platforms** building Japan-market employer intelligence. En Hyouban's rating and review data reflects domestic employee sentiment that Glassdoor does not cover for Japan.

**Equity research and due diligence** where understanding workforce satisfaction, attrition signals, and management perception supports investment theses.

**Competitive benchmarking** across industries. The eight-dimension rating breakdown (growth trajectory, meritocracy, transparency, team culture, youth development, social contribution, innovation, management quality) gives a richer signal than a single star rating.

**Salary benchmarking for Japan.** Average annual salary data plus employee-count context — useful for compensation analysis and headcount planning in Japanese markets.

***

### Discovery Method

The actor walks En Hyouban's sitemap index (`sitemap_top.xml`) and its gzip-compressed child sitemaps, which together list the full set of company detail pages. No pagination, no directory traversal. The sitemap covers approximately 300,000 entries across all 47 prefectures and all industry categories.

Extraction is driven by the site's `application/ld+json` markup (EmployerAggregateRating schema) for ratings and reviews, supplemented by CSS selectors for salary and company metadata fields.

***

### Pricing

This actor uses Pay Per Event pricing. You are charged per company record extracted. See the actor's store page for the current rate.

***

*Built and maintained by [OrbTop](https://orbtop.com)*

# Actor input Schema

## `sp_intended_usage` (type: `string`):

Please describe how you plan to use the data extracted by this crawler.

## `sp_improvement_suggestions` (type: `string`):

Provide any feedback or suggestions for improvements.

## `sp_contact` (type: `string`):

Provide your email address so we can get in touch with you.

## `startUrls` (type: `array`):

Optional list of en-hyouban company page URLs to scrape (e.g. https://en-hyouban.com/company/00006069738/). When omitted, the actor crawls from the sitemap up to maxItems companies.

## `maxItems` (type: `integer`):

Maximum number of companies to scrape (0 = no limit). Applies when startUrls is empty and the actor crawls from the sitemap.

## Actor input object example

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "startUrls": [
    {
      "url": "https://en-hyouban.com/company/00006069738/"
    }
  ],
  "maxItems": 10
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "sp_intended_usage": "Describe your intended use...",
    "sp_improvement_suggestions": "Share your suggestions here...",
    "sp_contact": "Share your email here...",
    "startUrls": [
        {
            "url": "https://en-hyouban.com/company/00006069738/"
        }
    ],
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("jungle_synthesizer/lighthouse-en-hyouban-company-review-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "sp_intended_usage": "Describe your intended use...",
    "sp_improvement_suggestions": "Share your suggestions here...",
    "sp_contact": "Share your email here...",
    "startUrls": [{ "url": "https://en-hyouban.com/company/00006069738/" }],
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("jungle_synthesizer/lighthouse-en-hyouban-company-review-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "startUrls": [
    {
      "url": "https://en-hyouban.com/company/00006069738/"
    }
  ],
  "maxItems": 10
}' |
apify call jungle_synthesizer/lighthouse-en-hyouban-company-review-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=jungle_synthesizer/lighthouse-en-hyouban-company-review-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Japan Company Review Scraper (en-hyouban / エン カイシャの評判)",
        "description": "Scrapes employer reviews, ratings, and salary data from en-hyouban.com (エン カイシャの評判) — Japan's #2 employer-review platform. Extracts JSON-LD EmployerAggregateRating, per-dimension breakdowns, crowd-sourced salary, and employee reviews by URL or sitemap.",
        "version": "0.1",
        "x-build-id": "0crzwsNuTqTrthUla"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jungle_synthesizer~lighthouse-en-hyouban-company-review-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jungle_synthesizer-lighthouse-en-hyouban-company-review-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/jungle_synthesizer~lighthouse-en-hyouban-company-review-scraper/runs": {
            "post": {
                "operationId": "runs-sync-jungle_synthesizer-lighthouse-en-hyouban-company-review-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/jungle_synthesizer~lighthouse-en-hyouban-company-review-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-jungle_synthesizer-lighthouse-en-hyouban-company-review-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "maxItems"
                ],
                "properties": {
                    "sp_intended_usage": {
                        "title": "What is the intended usage of this data?",
                        "minLength": 1,
                        "type": "string",
                        "description": "Please describe how you plan to use the data extracted by this crawler."
                    },
                    "sp_improvement_suggestions": {
                        "title": "How can we improve this crawler for you?",
                        "minLength": 1,
                        "type": "string",
                        "description": "Provide any feedback or suggestions for improvements."
                    },
                    "sp_contact": {
                        "title": "Contact Email",
                        "minLength": 1,
                        "type": "string",
                        "description": "Provide your email address so we can get in touch with you."
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Optional list of en-hyouban company page URLs to scrape (e.g. https://en-hyouban.com/company/00006069738/). When omitted, the actor crawls from the sitemap up to maxItems companies.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "type": "integer",
                        "description": "Maximum number of companies to scrape (0 = no limit). Applies when startUrls is empty and the actor crawls from the sitemap."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
