从Gelbe Seiten提取结构化企业数据,德国官方黄页,拥有数百万企业列表。获取公司名称、地址、电话号码、网站、营业时间和行业分类。我们的爬虫还能检测和提取在线聊天按钮的可用性,标识出支持即时沟通的企业。
# 通过Apify API启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~gelbeseiten-de-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"searchQueries": ["elektriker"], "location": "Munich", "maxResultsPerQuery": 200}' # 或通过MCP与AI代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/gelbeseiten-de-scraper
| 特性 | NanoScrape | 替代方案 |
|---|---|---|
| Docker镜像 | ~12MB | 无 |
| 内存占用 | 128MB | 无 |
| 每1k搜索结果成本 | $3.00 | 无 |
| 聊天检测 | 支持 | 无 |
| 覆盖列表数 | 数百万 | 无 |
| 可用性 | Apify上唯一的爬虫 | 无可用 |
| 字段 | 类型 | 示例 |
|---|---|---|
| company_name | string | Elektro Schmidt GmbH |
| address | string | Lindwurmstr. 25, 80337 München |
| phone | string | +49 89 123456 |
| string | [email protected] | |
| website | string | https://www.example.de |
| has_chat | boolean | true |
| opening_hours | object | {"Mon": "07:00-17:00", ...} |
| category | string | Elektriker |
| url | string | https://gelbeseiten.de/... |