AI 产品解读Scrapes note data from Xiaohongshu (Little Red Book) user profiles, search results, and boards.
Automates the collection of note details (title, author, likes, images, videos, tags, etc.) from Xiaohongshu, saving users from manual data entry.
User navigates to a Xiaohongshu profile or search page -> clicks extension icon -> extension scrapes visible notes -> user can export to CSV.
Collect notes from user profile pagesCollect notes from search resultsExport collected data to CSVDownload note resources (images/videos)Fetch detailed note information
- 目标用户
- Social media analysts / Marketers / Researchers
- The extension relies on the structure of Xiaohongshu's web pages (DOM selectors), which may break if the site updates its layout.
- The extension requires the user to be logged into Xiaohongshu to function effectively, as unauthenticated sessions may have limited access to data.
付费分析未识别到付费功能
No code references to payment platforms, subscription management, license keys, or premium feature gating were found. The extension appears to be a free tool. The keyword 'upgrade' found in static analysis was not associated with any billing logic.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension scrapes data from xiaohongshu.com. It reads cookies from the xiaohongshu.com domain to authenticate requests. The content script checks for the presence of a login button (#login-btn) to determine if the user is logged into the destination service. Xiaohongshu requires login to view full profile data and search results, which are necessary for the extension's core scraping functionality.