AI 产品解读Fashion price comparison browser extension that instantly compares prices of items you're viewing across thousands of online stores against 250M+ secondhand listings and 40,000+ retail/resale partners
Online fashion shoppers waste time and money manually checking multiple stores for better prices. Phia automates price comparison in one click, surfacing cheaper secondhand and alternative options without leaving the current page.
User browses any online store → Phia content script detects product page and scrapes item details → User clicks 'Should I Buy This?' button → Extension sends product data to Phia API → API returns price comparisons from retail and resale marketplaces → Overlay shows cheaper alternatives on the current page → User can save items for price drop alerts
One-click price comparison while browsing any online storeCheaper secondhand alternatives from 150+ platforms (The RealReal, eBay, Poshmark, etc.)Saved items with price drop notificationsSmart insights on resale value and brand performanceRewards/cashback loyalty programReview aggregation from major retailers
- 目标用户
- Fashion-conscious online shoppers / Secondhand/vintage luxury buyers / Price-sensitive consumers looking for deals on clothing and accessories
- Source code is heavily minified/bundled, making it difficult to trace exact authentication gates and UI flows
- Cannot determine server-side feature gating that may exist on api.phia.com
- The 'isAuthenticated' fields in GraphQL responses could be product authenticity OR user auth status - ambiguous without seeing the full data flow
付费分析未识别到付费功能
No evidence of paid features, subscription gating, or payment processing within the extension. The keyword hits for 'subscription', 'checkout', and 'purchase' are false positives: 'checkout' appears as checkoutConfig/checkoutDetector which detect shopping cart pages on third-party sites (functional, not billing), and other hits are in generic minified library code. No Stripe/PayPal integration found, no 'premium', 'upgrade', 'billing' UI, no license checks. The rewards/points system (rewardConfig with isRewardsEnabled, pointsMultiplier at background.js line 122-131) is a loyalty program, not a paid feature. Extension revenue likely comes from affiliate/commission when users click through to purchase.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The core workflow (browsing a product page, clicking the Phia button, viewing price comparisons) does not require login. Authentication exists via Google OAuth (manifest.json lines 58-63) and Firebase credentials flow (background.js lines 136-140), but the 'isAuthenticated' fields in GraphQL product queries (lines 246, 264, 282, 584, 615) refer to product authenticity verification (luxury goods authentication), not user login state. Login is required only for secondary features: getUserPreferences (background.js line 934: 'User not authenticated'), saved products/collections, and price drop alerts. Sign-in redirect exists at app.phia.com/sign-in.