抓取 olx.pl 分类广告,这是波兰最大的在线市场。Actor 使用 OLX 公开 REST API 返回标题、完整描述、PLN 或 EUR 价格、状态、城市与省、GPS 坐标、卖家名与类型 (私人或商家)、所有图片 URL、发布日期与源 URL。按关键词搜索,按波兰城市 (warszawa、krakow、wroclaw) 或类目 ID 过滤,多查询并行运行。自动分页。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~olx-pl-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["iphone 15", "samsung galaxy s24", "pixel 8"], "location": "warszawa", "maxResults": 200, "maxResultsPerQuery": 80, "sortBy": "filter_float_price:asc" }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/olx-pl-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | iPhone 15 Pro 256GB |
| price | number | 4200 |
| currency | string | PLN |
| condition | string | used |
| city | string | Warszawa |
| region | string | mazowieckie |
| latitude | number | 52.2297 |
| longitude | number | 21.0122 |
| seller_type | string | business |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.olx.pl/d/oferta/... |