抓取 Seek (澳大利亚、新西兰)、JobStreet (新加坡、马来西亚、印度尼西亚、菲律宾) 和 JobsDB (香港、泰国) 的职位。每个职位返回 40 个字段:salary_min、salary_max、salary_currency、完整描述、联系邮箱与电话、含行业、规模、描述与福利的公司档案、classifications 与 sub_classification、雇主筛选问题以及 job_alive 检查。一个统一抓取器覆盖亚太 Seek 集团旗下所有站点。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~seek-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "country": "au", "searchUrls": ["https://au.seek.com/software-engineer-jobs"], "maxResults": 100, "includeJobDetails": true }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/seek-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Backend Engineer |
| company | string | Atlassian |
| location | string | Sydney NSW |
| country | string | AU |
| salary_min | integer | 140000 |
| salary_max | integer | 180000 |
| salary_currency | string | AUD |
| company_industry | string | Information Technology |
| classification | string | Information & Communication Technology |
| company_perks | string[] | ["Stock options","Hybrid work"] |