从Zefix.ch提取结构化公司数据,这是瑞士官方的中央企业名称索引。返回公司名称、UID、法律形式、注册地址、经营目的和所在州。纯HTTP -- 无需Chrome,无需Playwright。
# 通过Apify API启动一次运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~zefix-ch-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["software"], "canton": "ZH", "maxResultsPerQuery": 100 }' # 或通过MCP与AI代理一起使用: # https://mcp.apify.com?tools=santamaria-automations/zefix-ch-scraper
| 特性 | NanoScrape | 基于浏览器的抓取工具 |
|---|---|---|
| Docker镜像 | ~12MB | 500MB - 2GB |
| 内存占用 | 128MB | 1-4GB |
| 每1k结果成本 | ~$3 | $10 - $30 |
| 反爬虫方案 | TLS指纹 | 完整Chrome浏览器 |
| 速度 (1k公司) | 约3分钟 | 15-30分钟 |
| 瑞士覆盖 | 全部26个州 | 不确定 |
| 字段 | 类型 | 示例 |
|---|---|---|
| name | string | NanoScrape GmbH |
| uid | string | CHE-123.456.789 |
| legal_form | string | GmbH |
| address | string | Bahnhofstrasse 1, 8001 Zurich |
| canton | string | ZH |
| purpose | string | Software development and consulting |
| status | string | Active |
| url | string | https://zefix.ch/... |