travel-concierge
Travel Concierge
Find contact details (phone, email, WhatsApp, Instagram, etc.) for accommodation listings to enable direct booking.
Usage
When the user provides a booking URL or asks to find contact details for an accommodation:
-
Run the CLI to extract contact information:
travel-concierge find-contact "<url>" -
Present the dossier to the user with all discovered contact methods.
Supported Platforms
- Airbnb:
airbnb.com/rooms/... - Booking.com:
booking.com/hotel/... - VRBO:
vrbo.com/... - Expedia:
expedia.com/...Hotel...
Examples
Finding contacts for an Airbnb listing
User: "Find contact info for this Airbnb: https://www.airbnb.com/rooms/12345"
Action: Run travel-concierge find-contact "https://www.airbnb.com/rooms/12345"
Finding contacts for a Booking.com hotel
User: "How can I contact this hotel directly?" (with Booking.com URL)
Action: Run travel-concierge find-contact "<booking-url>"
JSON output for scripting
travel-concierge find-contact --json "https://..."
Verbose output to see search progress
travel-concierge find-contact --verbose "https://..."
Configuration
The tool works without any API keys using web scraping. For enhanced results, configure optional APIs:
# Set Google Places API key for verified phone/website data
travel-concierge config set googlePlacesApiKey "your-key"
# View current config
travel-concierge config show
Output Format
The CLI returns a contact dossier with:
- Property Information: Name, platform, location, host name
- Contact Methods:
- Phone numbers
- Email addresses
- WhatsApp (if available)
- Instagram profile
- Facebook page
- Website
- Google Maps URL
- Sources: Where each piece of contact info was found, with confidence levels
Notes
- The tool extracts publicly available information only
- Browser automation (via
agent-browser) may be needed for JavaScript-rendered listing pages - Some platforms heavily restrict scraping; results may vary
- Google Places API provides the most reliable contact data when configured
More from thinkfleetai/thinkfleet-engine
local-whisper
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
148flyio-cli-public
Use the Fly.io flyctl CLI for deploying and operating apps on Fly.io: deploys (local or remote builder), viewing status/logs, SSH/console, secrets/config, scaling, machines, volumes, and Fly Postgres (create/attach/manage databases). Use when asked to deploy to Fly.io, debug fly deploy/build/runtime failures, set up GitHub Actions deploys/previews, or safely manage Fly apps and Postgres.
24kagi-search
Web search using Kagi Search API. Use when you need to search the web for current information, facts, or references. Requires KAGI_API_KEY in the environment.
22feishu-bridge
Connect a Feishu (Lark) bot to ThinkFleet via WebSocket long-connection. No public server, domain, or ngrok required. Use when setting up Feishu/Lark as a messaging channel, troubleshooting the Feishu bridge, or managing the bridge service (start/stop/logs). Covers bot creation on Feishu Open Platform, credential setup, bridge startup, macOS launchd auto-restart, and group chat behavior tuning.
13bambu-local
Control Bambu Lab 3D printers locally via MQTT (no cloud). Supports A1, A1 Mini, P1P, P1S, X1C.
10voice-transcribe
Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
10