抓取 WeWorkRemotely.com 职位,每职位 26 个字段。含结构化薪资(最小、最大、货币)、雇佣类型(全职、合同、兼职)、类目、从列表徽章提取的国家、文本与 HTML 完整描述、地区(Anywhere、US Only、Europe)、公司名称与 logo。可开启雇主增强获取总部位置、公司网站与已发布职位总数。按结果付费,每 1,000 个职位 $3。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~weworkremotely-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": ["https://weworkremotely.com/categories/remote-programming-jobs"], "includeCompanyInfo": true, "maxResults": 100 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/weworkremotely-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Full-Stack Engineer |
| company | string | Basecamp |
| category | string | Full-Stack Programming |
| employment_type | string | Full-Time |
| region | string | Anywhere in the World |
| countries | string[] | ["USA","Canada"] |
| salary_min | integer | 100000 |
| salary_max | integer | 150000 |
| company_hq_location | string | Chicago, IL |
| apply_url | string | https://weworkremotely.com/... |