Swiss Phone Directory
Swiss phone directory lookup via search.ch API. Search for businesses, people, or reverse-lookup phone numbers. Use when: (1) finding contact details for Swiss companies or people, (2) looking up addr
Swiss phone directory lookup via search.ch API. Search for businesses, people, or reverse-lookup phone numbers. Use when: (1) finding contact details for Swiss companies or people, (2) looking up addr
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Search the Swiss phone directory (search.ch) for businesses, people, and phone numbers.
# 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
Search for businesses, people, or phone numbers.
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 5Find 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"
Results include (when available):
[044 123 45 67](tel:+41441234567))Phone numbers are automatically formatted as Markdown links with
tel: protocol:
📞 [044 123 45 67](tel:+41441234567)
This enables one-tap calling on mobile devices (Telegram, Signal, WhatsApp, etc.).
To disable clickable links, use
--no-clickable.
export SEARCHCH_API_KEY="your-api-key-here"
For permanent setup, see references/configuration.md.
https://search.ch/tel/api/No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.