从 Glassdoor 提取雇主数据,这是全球最大的雇主评价平台,覆盖美国、欧洲及全球。一个 Actor 内置六种抓取模式:评价(评分、优点、缺点、雇佣状态、岗位、日期)、职位(开放岗位、薪资估算、描述)、薪资(按岗位基本与总薪)、面试(问题、难度、结果)、概览(评分、规模、CEO、总部)和福利(按评分的员工福利)。我们只提取公开可见的 Glassdoor 页面,不绕过登录。
# 通过 Apify API 启动任务 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~glassdoor-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "startUrls": ["https://www.glassdoor.com/Reviews/SAP-Reviews-E10471.htm"], "mode": "reviews", "maxResults": 100 }' # 或通过 MCP 与 AI 智能体一起使用: # https://mcp.apify.com?tools=santamaria-automations/glassdoor-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| company_name | string | SAP |
| review_title | string | Great work-life balance |
| rating | integer | 4 |
| pros | string | Flexible hours, good benefits |
| cons | string | Slow decision making |
| job_title | string | Software Engineer |
| employment_status | string | Current Employee |
| review_date | string | 2026-03-15 |
| recommend | boolean | true |
| ceo_approval | boolean | true |