9 个数据源,38+ 项能力,一个统一 API。
通过稳定 contract,一次接入 Amazon、TikTok、抖音、Meta Ads、Google Ads、Google Trends、Reddit、小红书和 TrendCloud 数据,面向产品和 AI Agent 使用。
TikTok
Meta Ads
Amazon
APIMUX
Your App
核心数据能力
9 个数据源,38 项能力
APIMUX 将电商、社交、广告和趋势数据收敛到统一稳定的 API 与 CLI 交付面。
Amazon 电商情报
14 项能力覆盖商品搜索、评论、销量趋势、BSR 追踪、价格、问答和市场分析。
社交媒体分析
追踪 TikTok、抖音、Reddit 和小红书上的爆款内容与互动指标。
广告情报
监控 Meta Ads 和 Google Ads 的广告素材与投放表现。
市场趋势洞察
获取 Google Trends 和 TrendCloud 提供的实时搜索趋势与市场情报。
GET /v1/tiktok/video HTTP/1.1
Host: api.apimux.io
Authorization: Bearer sk_live_xxxx
{
"status": 200,
"data": {
"id": "742918...",
"title": "Going viral 🔥",
"likes": 234521,
"shares": 18203
}
}统一 API Contract
跨数据源提供标准化 JSON 响应、适合 Agent 的 compact 格式和稳定字段 contract。
为 AI Agent 构建
通过 CLI + Skills 交付,面向 Claude/GPT Agent 优化,减少 token 开销。
CLI 工具
安装 APIMUX CLI,直接从终端访问所有平台数据——适用于自动化脚本和 AI Agent 集成。
安装 & 快速开始
从 GitHub Releases 安装 CLI,通过浏览器登录或 API key 配置凭证,然后在终端发现并调用 38 个数据能力。
# Install the prebuilt binary $ curl -fsSL https://github.com/reorc/apimux-cli/releases/latest/download/install.sh | sh # Sign in, or configure a manual API key for CI $ apimux auth login $ apimux config set --api-key YOUR_API_KEY --base-url https://apimux.io/api/core # Discover and inspect capabilities $ apimux schema capabilities $ apimux schema show amazon.search_products # Search Amazon products $ apimux amazon search_products --q "wireless earbuds" --market US # Search Meta Ads $ apimux meta_ads search_ads --q "skincare" # Search TikTok videos $ apimux tiktok search_videos --keyword "AI tools"
AI Agent 集成
把 APIMUX CLI 和 skills 交给 Agent。Agent 可以先检查 schema,再调用能力并解析 compact JSON;只有需要完整 service envelope 时才使用 --debug。
# Tell your AI agent (e.g. Claude Code): # "Use APIMux to search Amazon US for wireless earbuds." # Let the agent inspect the schema first $ apimux schema show amazon.search_products # Default output is compact JSON for agents $ apimux amazon search_products --q "wireless earbuds" --market US { "columns": ["title", "asin", "price", "rating"], "rows": [ ... ] } # Use --debug when the full service envelope is needed $ apimux --debug amazon search_products --q "wireless earbuds" # Pipe raw data to downstream tools $ apimux --output data meta_ads search_ads --q "AI" | jq
价格
选择最适合您的付费计划
常见问题