AI product readExtract and save business contact data from Yandex Maps
Eliminates manual recording of customer information from Yandex Maps search results, enabling efficient customer list management for sales and marketing teams.
1. User logs into the extension with a suweizhisou account. 2. User navigates to Yandex Maps and searches for a location/category. 3. Extension auto-scrolls the page to load more results and scrapes business data. 4. Data is saved to chrome.storage.local. 5. User can view results, export CSV, mine emails for websites, or submit to CRM.
Auto-scroll and scrape business listings from Yandex Maps (yandex.com/maps, yandex.ru/maps)Save extracted data (name, address, phone, website, social links) to local storageExport collected data as CSVBatch email mining for extracted websites via WebSocketView customer profiles by redirecting to apps.suweizhisou.comSubmit extracted contacts to a CRM system (system.crm.51hcls.com)
- Target users
- Sales teams / Business development professionals / Marketing agencies / Lead generation specialists / Users targeting Russian/CIS market customers
- The extension source files are minified (content.min.js, popup.min.js, result.min.js, bg.min.js), making some logic harder to trace. However, key login and data-flow logic was successfully identified. No access to the actual backend behavior (e.g., whether free tier has limits) is available without live testing.
MonetizationNo paid features detected
No payment, subscription, upgrade, or billing logic is found in the extension source code. The extension gates functionality behind a free login account. While the destination service (apps.suweizhisou.com) may have its own business plans, the extension itself does not implement or reference any paid features, payment platforms, or upgrade flows.
- Confidence
- 90
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension implements a built-in login UI in popup.html (username/password fields) and validates credentials against its own backend API (https://img.suweizhisou.com/api/home/login4-map). It stores JWT and crmToken in chrome.storage.local. The content script checks for valid tokens before allowing data extraction, and redirects to login on expiration or missing tokens.