从Das Oertliche提取结构化数据,德国最受信赖的电话目录之一。我们的爬虫直接从页面提取JSON-LD结构化数据,包括来自Google、Jameda和Yelp的聚合评分。以Apify上最低的成本获取电话号码、地址和丰富的企业数据。
# 通过Apify API启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~dasoertliche-de-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"searchQueries": ["zahnarzt"], "location": "Berlin", "maxResultsPerQuery": 100}' # 或通过MCP与AI代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/dasoertliche-de-scraper
| 特性 | NanoScrape | 替代方案 |
|---|---|---|
| Docker镜像 | ~12MB | 无 |
| 内存占用 | 128MB | 无 |
| 每1k搜索结果成本 | $2.00 | 无 |
| JSON-LD提取 | 支持 | 无 |
| 多平台评分 | Google + Jameda + Yelp | 无 |
| 可用性 | Apify上唯一的爬虫 | 无可用 |
| 字段 | 类型 | 示例 |
|---|---|---|
| name | string | Zahnarzt Dr. Weber |
| phone | string | +49 30 123456 |
| address | string | Kurfürstendamm 100, 10709 Berlin |
| google_rating | number | 4.7 |
| jameda_rating | number | 1.2 |
| yelp_rating | number | 4.0 |
| opening_hours | object | {"Mon": "08:00-18:00", ...} |
| website | string | https://www.example.de |
| url | string | https://dasoertliche.de/... |