AI 产品解读TikTok and Instagram Reels analytics tool that displays advanced user metrics on profile pages
Provides creators, marketers, and analysts with aggregated video performance metrics (views, likes, comments, shares, engagement rate) directly on TikTok and Instagram profile pages, eliminating the need to manually calculate or visit third-party analytics sites.
User visits a TikTok or Instagram profile page → Extension content script detects the profile URL → Extension fetches video data from platform APIs → Aggregates metrics (views, likes, comments, shares, engagement rate) → Displays metrics in a container above the user bio → User can click to download all video data as CSV
Display aggregated video metrics (views, likes, comments, shares, engagement rate) on TikTok user profile pagesDisplay aggregated video metrics (views, likes, comments) on Instagram Reels profile pagesDownload all video data as CSV file with one clickReal-time metrics overlay on profile pagesSupport for both TikTok and Instagram platforms
- 目标用户
- TikTok and Instagram content creators / Social media marketers and agencies / Influencer analysts and researchers / Brand managers tracking social media performance
- Extension source is compiled/bundled (TypeScript compiled to JS), making some original source structure less clear
- No access to the backend at buzzlytics.io to confirm if there are paid tiers on the web service
- Cannot verify if TikTok/Instagram API endpoints might require authentication in the future or for certain accounts
付费分析未识别到付费功能
The extension has no paid features, subscription gating, or payment integration. The UI displays 'Pro Statistics' as a label (line 112 of utils.ts) but this is just a display name, not a paid tier indicator. There are no references to Stripe, PayPal, subscription management, license keys, upgrade prompts, or any billing logic. All features (viewing metrics, downloading CSV) are available without any payment or account. The extension is free to use.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension works by injecting content scripts directly into TikTok and Instagram profile pages. It fetches public API endpoints from TikTok and Instagram without requiring any user authentication or login to the extension itself. The APIs called (TikTok's /api/user/detail/ and /api/post/item_list/, Instagram's /api/v1/users/web_profile_info/) are public endpoints that do not require the user to be logged into Buzzlytics or any external service. No login UI, OAuth, or credential handling is present in the extension code.