抓取 njuskalo.hr 分类广告,这是克罗地亚最大的在线市场,每日 500K+ 访问。可选垂类:公寓售卖、公寓出租、汽车、电子或招聘。Actor 返回标题、EUR 价格、位置、类目、主图 URL、发布日期与源 URL,自动分页至所选结果上限。基于类目的简洁输入使运行配置最小且可预测。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~njuskalo-hr-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "category": "apartments-sale", "maxResults": 200 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/njuskalo-hr-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Stan 60 m2 Centar |
| price | number | 140000 |
| currency | string | EUR |
| location | string | Zagreb |
| category | string | apartments-sale |
| image_url | string | https://slika.njuskalo.hr/... |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.njuskalo.hr/... |