E-commerce Multi-Platform Product Data Analysis Assistant
Paste the following prompt into your AI chat to install this skill:
Please install @user_72ffbadb/ecommerce-multi-analyzer according to https://skillhub.cn/install/skillhub.md.
About this skill
The problem it addresses
When a user has a product link from JD, Taobao, Pinduoduo, Douyin, or 1688, the next step is usually manual: open other platforms, copy keywords, search comparable listings, then compare price, rating, review count, and shop information. This skill turns that workflow into a structured process: parse the platform from the link, extract the source product details, search comparable listings across platforms, and generate a comparable HTML report. It is better suited for engineers, procurement, operations, or comparison workflows that need cleaned-up data, rather than a full production crawler.
Core workflow and limits
- Link parsing: recognizes domains such as
jd.com,taobao.com,pinduoduo.com,douyin.com, and1688.com; short links may need to be expanded or converted into keywords first. - Detail extraction: uses
WebFetchto retrieve title, price, specs, rating, review count, and shop information; if blocked, it falls back toWebSearchwith the product title. - Cross-platform search: searches Taobao, JD, Pinduoduo, Douyin, 1688, and Suning using core product terms, model names, or keywords, then extracts the top 3 relevant listings per platform with price and rating.
- Comparison analysis: calculates lowest price, highest price, average price, price gap percentage, highest-rated platform, and a value score based on price, rating, and sales data when available.
- Report output: saves structured JSON to
/tmp/ecommerce_data.json, then runsscripts/generate_report.pyto create an HTML report with charts and purchase recommendations.
Because e-commerce sites have strong anti-scraping behavior, data may be missing, incomplete, or time-sensitive. At least three platforms should be covered for a meaningful comparison; if only one platform is found, manual supplementation is recommended.
Use Cases
- Find comparable prices and ratings for a JD laptop link across Taobao, Pinduoduo, and 1688, then compile a comparison report.
- Expand a Pinduoduo short link into keywords, search Douyin, Taobao, and JD for the same item, and output the lowest price and price gap.
- Extract product title, specs, shop reputation, and review count from the listing page into verifiable JSON data before procurement.
- Generate an HTML report with charts and purchase recommendations for operations teams reviewing promotional prices across platforms.
Best For
- Procurement specialists who need to expand a single product link into a multi-platform price comparison report.
- Operations staff monitoring promotional pricing and checking price differences for the same product across platforms.
- Engineers who need to extract product titles, ratings, and shop information into structured data.
- Product analysts doing supply-chain selection and comparing model-level prices between 1688 and retail platforms.
Related Skills
An A-share market monitor using Sina Finance API for real-time quotes, price and percentage alerts, daily logging, and scheduled checks.
Turn pasted or queried Xiaohongshu notes into a research memo covering title patterns, structure, quoted comments, and follow-up angles; public lookups are optional and confirmed before paid execution.
A universal base component that automatically launches the Edge browser and connects the BrowserSkill extension, ensuring readiness for web scraping and browser automation tasks.
A fully local-run WeChat chat analysis tool with MBTI personality inference, sentiment analysis, risk detection, relationship health assessment, and conversation prediction, emphasizing privacy.