抓取 marktplaats.nl 分类广告,这是荷兰最大的在线市场,含 10M+ 活跃广告。返回标题、完整描述、EUR 价格 (从分换算)、价格类型 (FIXED、MIN_BID、SEE_DESCRIPTION)、城市、国家、GPS 坐标、类目、卖家名与数字 ID、主图与所有图片 URL、发布日期与源 URL。Actor 直接使用站点内部 JSON API,无需 HTML 解析。粘贴任意 marktplaats.nl 搜索 URL,Actor 自动处理分页。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~marktplaats-nl-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": [ "https://www.marktplaats.nl/l/auto-s/opel/f/astra+benzine/1064+473/", "https://www.marktplaats.nl/q/iphone/" ], "maxResults": 200 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/marktplaats-nl-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| id | string | m2380372505 |
| title | string | Opel Astra 1.6 Edition |
| price | number | 8500 |
| currency | string | EUR |
| price_type | string | FIXED |
| city | string | Amsterdam |
| latitude | number | 52.3676 |
| longitude | number | 4.9041 |
| category | string | Auto's |
| seller_id | number | 12345678 |
| seller_name | string | AutoHouse BV |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.marktplaats.nl/a/... |