APIMUX. Empowering Your Product.
Structured data from every major platform, aggregated into a single endpoint. A few lines of code. Instant access.
Core Capabilities
All-in-one Data Access
APIMUX provides the most comprehensive and stable data aggregation interfaces.
TikTok Video Data
High-concurrency access to TikTok watermark-free videos, public post metadata, and comments to track viral trends.
Meta (Facebook) Ads Library
Real-time search for Meta Ads library creatives and delivery data to discover high-converting ad inspirations.
Amazon Product & Review Data
Efficiently aggregate Amazon product details, pricing, and reviews for e-commerce product selection and research.
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, Ready to Use
Standardized JSON responses with minimalist API design. Get started in minutes with comprehensive documentation.
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
One command to install, one command to configure. Access TikTok, Meta Ads, and Amazon data right from your terminal.
# Install globally $ npm install -g @apimux/cli # Set your API key $ apimux config set --api-key YOUR_API_KEY # Search TikTok posts $ apimux tiktok post-search --keyword "AI tools" # List TikTok Shop products $ apimux tiktok shop-products --seller-id 173130210 --region US # Search Meta Ads $ apimux meta-ads search --query "skincare" # Search Amazon products $ apimux amazon search --query "wireless earbuds"
AI Agent Integration
Tell your AI agent (e.g. Claude Code) to run APIMUX CLI commands. Structured JSON envelope output and --field extraction make it effortless for LLMs to parse and act on the data.
# Tell your AI agent (e.g. Claude Code): # "Use apimux CLI to find TikTok posts about AI" # Structured JSON envelope for agents $ apimux tiktok post-search --keyword "AI" --envelope { "success": true, "data": [ ... ], "meta": { "cursor": "..." } } # Extract specific fields with dot notation $ apimux tiktok post-detail --url "..." \ --field data.title --field data.stats # Pipe to downstream tools $ apimux meta-ads search --query "AI" --raw | jq
Pricing
Choose the plan that works best for you
FAQ