OLX.pl 抓取器:波兰第一的分类广告市场

抓取 olx.pl 分类广告,这是波兰最大的在线市场。Actor 使用 OLX 公开 REST API 返回标题、完整描述、PLN 或 EUR 价格、状态、城市与省、GPS 坐标、卖家名与类型 (私人或商家)、所有图片 URL、发布日期与源 URL。按关键词搜索,按波兰城市 (warszawa、krakow、wroclaw) 或类目 ID 过滤,多查询并行运行。自动分页。

在 Apify 上打开 → 立即试用
每条
$0.003/条
运行启动
$0.05
国家
波兰
货币
PLN / EUR
代理
Apify 数据中心
模式
仅 HTTP API

您可以抓取的内容

主要使用场景

API 示例

# 通过 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

集成

输出字段

字段类型示例
titlestringiPhone 15 Pro 256GB
pricenumber4200
currencystringPLN
conditionstringused
citystringWarszawa
regionstringmazowieckie
latitudenumber52.2297
longitudenumber21.0122
seller_typestringbusiness
posted_atstring2026-06-10T08:14:00Z
source_urlstringhttps://www.olx.pl/d/oferta/...

相关抓取器

在 Apify 上打开 → 立即试用(免费套餐可用)