parse_and_compare
Parse share links and coupon text to identify products, search across platforms, and produce a cross-platform price comparison report.
Instructions
解析分享链接/淘口令,自动找全网同款并比价。
从用户分享的文本中提取商品标识 (淘口令/京东链接/拼多多链接),
查询原品价格,然后跨平台搜索同款,输出比价报告。
Args:
raw_text: 包含商品链接或口令的分享文本
page_size: 每平台取前 N 个同款结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw_text | Yes | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||