抓取 Subito.it 的广告,这是意大利第一的分类广告平台,月访问超过 3000 万。每条返回 17 个字段:标题、完整描述、EUR 价格、状态 (Come nuovo、Buono stato、Nuovo)、大区、城市、市镇、卖家名称与 seller_type (个人/商家)、所有图片及发布日期。粘贴任意带筛选的 subito.it 搜索 URL (类目、大区、价格区间、状态),Actor 自动处理分页。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~subito-it-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": [ "https://www.subito.it/annunci-lombardia/vendita/telefonia/?q=iphone", "https://www.subito.it/annunci-italia/vendita/motori/?q=bmw&pe=10000&advt=0%2C2" ], "maxResults": 200, "maxResultsPerQuery": 100 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/subito-it-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| id | string | 12345678 |
| title | string | iPhone 15 Pro Max 256GB |
| price | number | 850 |
| currency | string | EUR |
| condition | string | Come nuovo |
| region | string | Lombardia |
| city | string | Milano |
| seller_name | string | Mario R. |
| seller_type | string | private |
| source_url | string | https://www.subito.it/... |