9 data sources. 38+ capabilities. One unified API.
Unified access to Amazon, TikTok, Douyin, Meta Ads, Google Ads, Google Trends, Reddit, Xiaohongshu, and TrendCloud data through stable contracts built for products and AI agents.
Core Data Capabilities
9 sources, 38 capabilities
APIMUX unifies e-commerce, social, advertising, and market-trend data behind one stable API and CLI surface.
Amazon E-commerce Intelligence
14 capabilities covering product search, reviews, sales trends, BSR tracking, pricing, Q&A, and market analysis.
Social Media Analytics
Track viral content and engagement across TikTok, Douyin, Reddit, and Xiaohongshu.
Advertising Intelligence
Monitor ad creatives and campaign performance on Meta Ads and Google Ads.
Market Trends & Insights
Real-time search trends and market intelligence from Google Trends and 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
}
}Unified API Contract
Standardized JSON responses, agent-friendly compact format, and stable field contracts across all sources.
Built for AI Agents
CLI + Skills delivery, optimized for Claude/GPT agents with minimal token overhead.
CLI Tool
Install the APIMUX CLI to access all platform data directly from your terminal — perfect for automation, scripting, and AI agent integration.
Install & Quick Start
Install from GitHub releases, authenticate with browser login or an API key, then discover and call 38 data capabilities from your terminal.
# 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 Integration
Give your agent the APIMUX CLI and skills. Agents can inspect schemas, call capabilities, and parse compact JSON output; use --debug only when the full service envelope is needed.
# 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
Pricing
Choose the plan that works best for you
FAQ