抓取 Naukri.com(印度)与 NaukriGulf.com(中东)的招聘信息。每个职位返回 49 个字段:标题、公司、AmbitionBox 评分、follower_count、技能标签、完整描述、最低与最高工作经验年数、含币种的薪资范围、成立年份、公司规模、总部、官网、福利及相似公司。可在印度最大招聘网站与海湾合作委员会地区按关键词和地点搜索。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~naukri-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["software engineer"], "location": "Bangalore", "platform": "naukri", "maxResultsPerQuery": 50 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/naukri-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Software Engineer |
| company | string | Infosys |
| location | string | Bangalore |
| min_experience_years | integer | 5 |
| max_experience_years | integer | 8 |
| min_salary | integer | 2000000 |
| max_salary | integer | 3500000 |
| currency | string | INR |
| skills | string[] | ["Java","Spring Boot","AWS"] |
| description | string | Job description text... |