通过公开Guest API提取LinkedIn职位数据,无需任何认证。无需LinkedIn账号,无需管理Cookie,零封号风险。三种灵活模式:按关键词搜索、获取指定职位详情、批量处理LinkedIn职位URL。每个结果均包含公司Logo和完整描述。
# 通过Apify API启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~linkedin-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["product manager"], "location": "Berlin", "maxResultsPerQuery": 50, "includeJobDetails": true }' # 或通过MCP与AI代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/linkedin-scraper
| 特性 | NanoScrape | 需登录的爬虫 |
|---|---|---|
| 是否需要登录 | 否 | 是(账号有风险) |
| Docker镜像 | ~12MB | 500MB - 2GB |
| 内存占用 | 128MB | 1-4GB |
| 账号封禁风险 | 零 | 高 |
| Cookie管理 | 无需 | 需手动刷新 |
| 速度 (1k职位) | ~5分钟 | 30-90分钟 |
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Product Manager |
| company | string | Spotify |
| location | string | Berlin, Germany |
| seniority_level | string | Mid-Senior level |
| employment_type | string | Full-time |
| description | string | 完整职位描述文本 |
| company_logo | string | https://media.licdn.com/... |
| applicant_count | number | 142 |
| url | string | https://linkedin.com/jobs/... |
| posted_at | string | 2026-04-20 |