编程

友鹰-Shopee商品搜索

试用

友鹰Shopee商品选品工具,支持Shopee全站点的商品查询与筛选,覆盖马来西亚、中国台湾、印尼、泰国、菲律宾、新加坡、越南、巴西、墨西哥、智利、哥伦比亚等11个站点。当用户提到Shopee选品、虾皮商品搜索、Shopee爆款、虾皮市场分析、Shopee品类选品、虾皮关键词选品、Shopee销量筛选、虾皮价格筛选、东南亚电商选品、Shopee product search, Shopee product selection, Shopee bestsellers, Shopee market analysis时触发此技能。即使用户未明确提及"友鹰"或"Shopee",只要其需求涉及在虾皮平台上搜索商品或筛选Shopee商品数据,也应触发此技能。

它能做什么

友鹰Shopee商品选品工具,支持Shopee全站点的商品查询与筛选,覆盖马来西亚、中国台湾、印尼、泰国、菲律宾、新加坡、越南、巴西、墨西哥、智利、哥伦比亚等11个站点。当用户提到Shopee选品、虾皮商品搜索、Shopee爆款、虾皮市场分析、Shopee品类选品、虾皮关键词选品、Shopee销量筛选、虾皮价格筛选、东南亚电商选品、Shopee product search, Shopee product selection, Shopee bestsellers, Shopee market analysis时触发此技能。即使用户未明确提及"友鹰"或"Shopee",只要其需求涉及在虾皮平台上搜索商品或筛选Shopee商品数据,也应触发此技能。

技能文档

友鹰-Shopee 商品选品

This skill guides you on how to query and filter Shopee product data across 11 marketplaces, helping cross-border sellers discover trending products and market opportunities on Shopee.

Core Concepts

友鹰(YouYing)Shopee 商品选品工具提供 Shopee 全站商品的结构化查询能力。卖家可通过关键词、价格区间、销量、上架时间、店铺属性等多维度条件灵活组合筛选,发现爆款货源与市场机会。

核心数据维度

  • 销量数据:前30天销售件数(sold)、估算前30天销售件数(estimateSold)、商品总销售件数(historicalSold)、前30天销售额(payment)
  • 价格数据:默认价(price)、最低价(minPrice)、最高价(maxPrice)
  • 店铺数据:店铺名称、是否官方店铺、虾皮优选、本地/海外、跨境/本土
  • 商品属性:评分、评分数、收藏数、浏览数、SKU 数量、上架时间、类目结构

Data Fields

Product Fields (Output)

FieldAPI NameDescriptionExample
商品IDpid商品唯一标识12345678
商品标题title商品名称Storage Box Organizer
商品描述description商品详细描述...
商品主图imageUrl商品主图URLhttps://...
商品链接productUrlShopee商品页面链接https://...
默认价price商品默认价格(当地货币)29.90
最低价minPriceSKU最低价19.90
最高价maxPriceSKU最高价39.90
前30天销售件数sold近30天实际销量1500
估算前30天销量estimateSold估算的近30天销量1200
总销售件数historicalSold商品累计总销量50000
前30天销售额payment近30天销售金额(当地货币)45000
商品评分rating0-5分4.8
评分数ratings收到的评分总数320
收藏数favorite被收藏次数2800
浏览数viewCount浏览次数15000
库存stock当前库存数量500
SKU数量skuNumberSKU变体数量8
上架时间genTime商品首次上架日期2025-06-01
类目结构categoryStructure所属类目层级路径Home & Living > Storage
店铺名称shopName所属店铺名称BestHome Official
店铺链接shopUrl店铺页面链接https://...
是否官方店铺isOfficialShop1=是, 0=否1
虾皮优选isShopeeVerified1=优选, 0=非优选1
发货类型cbOption1=跨境, 0=本土0
店铺所在地类型shippingIconType0=本地, 1=海外0
商品状态status1=正常, 0=下架1

Supported Marketplaces

站点station 值代码
马来西亚malaysiaMY
中国台湾taiwan_chinaTaiwan_CHN
印度尼西亚indonesiaID
泰国thailandTH
菲律宾philippinesPH
新加坡singaporeSG
越南vietnamVN
巴西brazilBR
墨西哥mexicoMX
智利chileCL
哥伦比亚columbiaCO

station必填参数,可传站点名(如 malaysia)或代码(如 MY)。当用户未指定站点时,需要询问用户想查询哪个站点。

调用方式

  • API 端点POST /youying/shopee/getProductInfos(完整参数/响应/错误码见 references/api.md
  • Python 脚本python scripts/youying_shopee_search.py '' [--inline]
  • 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。

输出策略(脚本默认行为)

  • 始终将完整响应写入 /linkfox///data/linkfox-youying-shopee-get-product-infos-.json 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录; 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)
  • 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
  • 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如 total/costToken、最大列表字段的长度 + 前 3 条样本)
  • --inline 强制全量打印到 stdout(同样落盘)

读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jqConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。

解决认证和积分问题

发生以下异常情况时,采用 references/onboarding.md 引导解决问题:

异常情况

  • 未配置API Key:环境变量未配置 LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY
  • 响应401或402状态码
  • 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。

How to Build Queries

根据用户需求,将自然语言转换为 API 参数组合。核心原则是精确映射用户的筛选条件到对应参数

Principles for Building API Calls

  1. 必填站点:每次调用必须指定 station。用户说"马来""马来西亚"→ malaysia;"中国台湾"→ taiwan_china;"印尼"→ indonesia
  2. 关键词搜索keyword 为标题关键词,搭配 keywordType 控制匹配模式(1=整句匹配,2=多词AND,3=多词OR)
  3. 数值范围:大多数筛选条件使用 Start/End 或 Min/Max 成对参数,按需设置单侧或双侧
  4. 排序orderBy 指定排序字段,orderByType 指定升/降序(默认 DESC 降序)
  5. 分页page 从 1 开始,pageSize 范围 1-1000,默认 1000
  6. 排除逻辑notExistKeyword 可排除包含特定词的商品,notExistShopIdList 可排除特定店铺

Common Query Scenarios

1. 关键词选品 — 按销量筛选热销商品

station: malaysia
keyword: Storage Box
keywordType: 2
soldMin: 100
orderBy: sold
orderByType: DESC
pageSize: 100

2. 新品发现 — 近期上架且有一定销量的商品

station: thailand
keyword: Phone Case
listingDateFrom: 2025-06-01
soldMin: 50
orderBy: gen_time
orderByType: DESC

3. 高潜力商品 — 低价高销量

station: indonesia
keyword: LED Light
priceMax: 50000
soldMin: 500
orderBy: payment
orderByType: DESC

4. 跨境卖家商品筛选

station: malaysia
keyword: Wireless Earbuds
cbOption: 1
soldMin: 200
orderBy: sold
orderByType: DESC

5. 品类选品 — 按类目 + 销售额筛选

station: vietnam
pL1Id: 11036379
paymentStart: 10000000
orderBy: payment
orderByType: DESC
pageSize: 200

6. 竞品店铺分析 — 查看特定店铺的商品

station: malaysia
shopIdList: 123456789
orderBy: sold
orderByType: DESC

7. 优选商品筛选 — 虾皮优选 + 高评分

station: philippines
keyword: Beauty
isShopeeVerified: 1
ratingMin: 4.5
soldMin: 100
orderBy: rating
orderByType: DESC

8. 大卖排除 — 发现中小卖家机会

station: taiwan_china
keyword: 收纳盒
notExistShopIdList: 111111,222222,333333
soldMin: 50
soldMax: 500
orderBy: sold
orderByType: DESC

Display Rules

  1. Present data only: Show query results in clear tables without subjective business advice
  2. Currency notice: Different marketplaces use different currencies (MYR, TWD, IDR, THB, PHP, SGD, VND, BRL, MXN, CLP, COP). Always remind users of the currency context when showing price/payment data
  3. Volume notice: When results are large, show core data (title, price, sold, payment, rating) and remind users they can view more via pagination
  4. Key metrics highlight: Prioritize showing sold (前30天销量), payment (前30天销售额), price, rating as these are the most decision-relevant metrics
  5. Error handling: When a query fails, explain the reason based on the error response and suggest adjusting query criteria
  6. Image display: When imageUrl is available, include product images to help users make visual assessments

Important Limitations

  • Result cap: pageSize maximum is 1000 records per request
  • Required field: station is always required — if missing, ask the user which marketplace to query
  • Price currency: Prices are in local currency of the selected marketplace, not USD
  • Data freshness: Data depends on 友鹰's crawling schedule, see lastModiTime for last update time

User Expression & Scenario Quick Reference

Applicable - Shopee product search and filtering:

User SaysScenario
"虾皮上什么好卖" "Shopee爆款"Hot-selling product discovery
"帮我在Shopee上搜xx商品"Keyword product search
"马来站最近上架的新品"New product discovery by listing date
"销量过千的商品有哪些"Volume-based product filtering
"东南亚哪些品类有机会"Category-level opportunity scan
"帮我看看这个店铺的商品"Competitor shop analysis
"跨境商品和本土商品对比"Cross-border vs local comparison
"Shopee优选商品筛选"Shopee Verified product filtering
"低价高销量的商品"Price-volume opportunity mining

Not applicable - Needs beyond Shopee product search:

  • Amazon, TikTok, eBay, 1688 等其他平台的商品搜索
  • Shopee 广告投放策略
  • Shopee 店铺运营建议
  • Shopee 物流/仓储方案
  • 已有本地 Shopee 数据文件的处理

Boundary judgment: When users say "东南亚选品", "虾皮市场分析", or "跨境电商选品", if it boils down to searching and filtering products on Shopee by various criteria, this skill applies. If they're asking about logistics planning, advertising strategy, or store operations, it does not apply.

积分消耗规则

消耗 4 积分。

用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。

Feedback:

Auto-detect and report feedback via the Feedback API when any of the following apply:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.


For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.

相关技能

查询单个 Shopee 公共商品详情。输入带有 -i.数字店铺ID.数字商品ID 的商品直链,支持新加坡、印度尼西亚、马来西亚、菲律宾、泰国、台湾、越南和巴西站点,返回来源当前可获取的价格、折扣、销量、库存、SKU 变体、图片、品牌、类目、店铺与评分等结构化数据。当用户提到 Shopee 商品详情、虾皮商品链接解析、价格库存核对、SKU 变体、竞品页面拆解、Shopee product details、Shopee listing lookup 时触发。即使用户未明确说“商品详情”,只要提供 Shopee 商品直链并希望读取当前公开页面数据,也应触发此技能。

1 次安装

按多维度筛选独立站 Shopify 商品(关键词/URL、价格、周销量、上架时间、Facebook 广告、竞争度、是否有货源、发货国家等)。当用户提到 Shopify 商品、Shopify 选品、独立站选品、Shopify 爆款、Shopify dropshipping、独立站铺货、Facebook 广告商品、Shopify product query、shopify items 时触发。即使用户未提及工具名,只要在 Shopify 独立站上搜商品、看周销量/销售额/竞争度或筛品,也应触发此技能。

1 次安装

通过 Clawec API 按站点与类目查询 Shopee 商品列表(近30天销量/GMV、价格、本土跨境、优选商城等筛选)。在用户需要虾皮类目搜品、Shopee 商品数据榜、站点选品、销量销售额筛选时使用;关键词搜品请用 clawec-shopee-product-search。

Shopee(虾皮)店铺授权与管理技能,支持 ERP 与广告(AD)双应用分开授权。提供授权流程、已授权店铺查询以及授权状态读取。授权时可填写店铺名 shopName,region 支持 cn / global / br,appType 支持 erp / ad。当用户提到 Shopee 店铺授权、虾皮店铺绑定、ERP 授权、广告授权、appType、查询已授权 Shopee 店铺、Shopee seller authorization, bind Shopee shop, Shopee Ads authorization 时触发。即使未明确提及"Shopee"或"授权",只要涉及虾皮卖家账号绑定、ERP/广告应用授权或店铺列表查询,也应触发。

1 次安装

通过 Clawec API 查询 Shopee 商品热搜词(引流词/同类目热词,含搜索指数、近30天销量销售额、推荐出价)。在用户需要虾皮热搜词、引流词分析、同类目热词、SEO/广告选词时使用。