AI 产品解读Web page scraper that uploads scraped content to Coze Knowledge
Enables users to easily scrape and collect web page content for use in Coze Knowledge, eliminating the need for manual data entry when building knowledge bases for AI bots
User navigates to a target web page in Coze, the extension receives commands from Coze web app, scrapes content based on configured XPaths, handles pagination if needed, and uploads the collected data back to Coze Knowledge for AI bot training.
Scrape web pages with custom XPath configurationsSupport pagination collection (scroll and next button types)Deep mark functionality for nested content scrapingUpload scraped data directly to Coze KnowledgeRecord and sub-page collection capabilities
- 目标用户
- Coze platform users building knowledge bases / Content curators and researchers / Users creating AI bots on Coze who need training data
- Content script JS file is very large (4.7MB) and minified, making detailed analysis difficult
- The extension appears to be built with Plasmo framework which bundles code heavily
- Could not verify exact Coze platform authentication flow from extension code alone
付费分析未识别到付费功能
No payment APIs, subscription checks, premium feature gates, or billing-related code found in the extension source. The extension is a free utility tool that scrapes web pages and uploads to Coze Knowledge. While Coze platform itself may have paid tiers, the extension itself does not implement or enforce any paid features.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension scrapes web pages and uploads data to Coze Knowledge. Coze (coze.com) is a platform owned by ByteDance that requires user authentication to access Knowledge features. While the extension itself has no login UI, the core workflow of uploading scraped content to Coze requires an authenticated Coze account. The extension uses externally_connectable to receive commands from the Coze web app, indicating it's a companion tool that works alongside the authenticated Coze platform.