Swiss Phone Directory技能使用说明
2026-04-01
新闻来源:网淘吧
围观:27
电脑广告
手机广告
瑞士电话目录查询功能
搜索瑞士电话目录(search.ch),查找企业、个人和电话号码。
快速开始
# Search for a business
python3 scripts/searchch.py search "Migros" --location "Zürich"
# Search for a person
python3 scripts/searchch.py search "Müller Hans" --type person
# Reverse phone number lookup
python3 scripts/searchch.py search "+41442345678"
# Business-only search
python3 scripts/searchch.py search "Restaurant" --location "Bern" --type business --limit 5
指令
搜索
搜索企业、个人或电话号码。

python3 scripts/searchch.py search <query> [options]
Options:
--location, -l City, ZIP, street, or canton (e.g., "Zürich", "8000", "ZH")
--type, -t Filter: "business", "person", or "all" (default: all)
--limit, -n Max results (default: 10, max: 200)
--lang Output language: de, fr, it, en (default: de)
示例
# Find restaurants in Rapperswil
python3 scripts/searchch.py search "Restaurant" -l "Rupperswil" -t business -n 5
# Find a person by name
python3 scripts/searchch.py search "Meier Peter" -l "Zürich" -t person
# Reverse lookup a phone number
python3 scripts/searchch.py search "044 123 45 67"
# Search with canton abbreviation
python3 scripts/searchch.py search "Bäckerei" -l "SG"
输出格式
结果包含以下信息(如果可用):
- 名称- 企业或个人名称
- 类型- 组织或个人
- 地址- 街道、邮编、城市、州
- 电话- 可点击的 tel: 链接(例如:
[044 123 45 67](tel:+41441234567)) - 传真- 可点击的 tel: 链接
- 电子邮件- 电子邮件地址
- 网站- 网站URL
- 分类- 业务分类
可点击的电话号码 📞
电话号码会自动格式化为带有tel:协议的Markdown链接:
📞 [044 123 45 67](tel:+41441234567)
这使得在移动设备上一键拨号成为可能(适用于Telegram、Signal、WhatsApp等应用)。
要禁用可点击链接,请使用--no-clickable参数。
配置
获取API密钥(免费)
- 申请密钥: https://search.ch/tel/api/getkey.en.html
- 填写表格(姓名、邮箱、用途)
- 审批时间:约10-15分钟,密钥将通过邮件发送
设置环境变量
export SEARCHCH_API_KEY="your-api-key-here"
如需永久设置,请参阅references/configuration.md.
API 参考
- 基础 URL:
https://search.ch/tel/api/ - 速率限制:取决于 API 密钥级别
- 完整文档:https://search.ch/tel/api/help.en.html
文章底部电脑广告
手机广告位-内容正文底部


微信扫一扫,打赏作者吧~