← 返回
开发者工具 中文

Travel Concierge CLI

Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia)
查找住宿列表(Airbnb、Booking.com、VRBO、Expedia)的联系详情
arein
开发者工具 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 1
Stars
📥 2,863
下载
💾 118
安装
1
版本
#latest

概述

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:

  1. Run the CLI to extract contact information:

```bash

travel-concierge find-contact ""

```

  1. 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 ""

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

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 12:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Onchain CLI

arein
加密货币投资组合跟踪、行情数据、CEX历史及交易查询的命令行工具。适用于查询加密货币价格、钱包余额、投资组合价值、Coinbase/Binance持仓、Polymarket预测或交易详情。
★ 2 📥 4,504
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,915
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,462