抓取 Bazos 上的分类广告,这是中欧最大的免费分类广告平台。一个 Actor 即可覆盖斯洛伐克 (bazos.sk)、捷克 (bazos.cz)、奥地利 (bazos.at) 和波兰 (bazos.pl)。返回标题、本地货币价格 (EUR、CZK、PLN)、位置、类目、浏览数、发布日期及图片 URL。跨四个国家站点自动分页,无需登录。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~bazos-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["iphone", "samsung galaxy"], "country": "sk", "category": "mobil", "maxResults": 200 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/bazos-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | iPhone 13 Pro 256GB |
| price | number | 650 |
| currency | string | EUR |
| location | string | Bratislava, 821 05 |
| category | string | mobil |
| image_url | string | https://bazos.sk/img/...jpg |
| views | integer | 342 |
| posted_at | string | 2026-06-10 |
| source_url | string | https://mobil.bazos.sk/inzerat/... |