linkfox-temu-store-query
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTemu 店铺查询
Temu Store Query
在具备 LinkFox「第三方数据服务」MCP 时,对应网关路由 调用(MCP 展示名:Temu 店铺查询,确切工具名以当前环境下发的工具元数据为准)。鉴权与上游路由由网关处理;若响应含根级 字段,是否成功以实网为准。
ehunt/temu/storeQuerycodeWhen LinkFox "Third-Party Data Service" MCP is available, call the corresponding gateway route (MCP display name: Temu Store Query, the exact tool name is subject to the tool metadata delivered in the current environment). Authentication and upstream routing are handled by the gateway; if the response contains a root-level field, success is subject to the actual network status.
ehunt/temu/storeQuerycode要点
Key Points
- 分页:从 1 起;
page默认 20、最大 100。pageSize - 区间入参:/
*Min成对出现(总/周/月销量、总/周/月销售额、评分、评论、粉丝、商品数),组成上游区间。*Max - 站点:国家站点 ID,多个逗号分隔(如
siteId=美国、211=英国)。76 - 类目:后台类目 ID,多个逗号分隔。
category - 托管模式:(0=全托管,1=半托管,字符串)。
isLocal - 开店时间:/
listedTimeBegin(YYYY-MM-DD)。listedTimeEnd - 排序:为「字段-方向」字符串,如
sortBy(周销量降序,默认)、order_week_count-0、order_count-0、total_revenue-0。rating-0
- Pagination: starts from 1;
pagedefaults to 20, maximum 100.pageSize - Range Parameters: /
*Minappear in pairs (total/weekly/monthly sales volume, total/weekly/monthly revenue, rating, reviews, followers, number of products) to form upstream ranges.*Max - Sites: is the country site ID, multiple IDs separated by commas (e.g.,
siteId=US,211=UK).76 - Categories: is the backend category ID, multiple IDs separated by commas.
category - Managed Mode: (0=fully managed, 1=semi-managed, string type).
isLocal - Store Opening Time: /
listedTimeBegin(YYYY-MM-DD).listedTimeEnd - Sorting: is a string in the format of "field-direction", such as
sortBy(weekly sales volume descending, default),order_week_count-0,order_count-0,total_revenue-0.rating-0
脚本(可选)
Script (Optional)
命令行调试:(需 )。详见 references/api.md 末尾。
python scripts/temu_store_query.py '<JSON>'LINKFOXAGENT_API_KEYCommand line debugging: (requires ). See the end of references/api.md.
python scripts/temu_store_query.py '<JSON>'LINKFOXAGENT_API_KEY参考
References
入参/出参表见 references/api.md。
See references/api.md for the input/output parameter table.
解决认证和积分问题
Resolve Authentication and Points Issues
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
When the following exceptions occur, guide users to resolve them using references/onboarding.md:
异常情况
Exception Scenarios
- 未配置API Key:环境变量未配置 ,也未配置
LINKFOX_AGENT_API_KEY。LINKFOXAGENT_API_KEY - 响应401或402状态码
- 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。
- API Key Not Configured: Neither nor
LINKFOX_AGENT_API_KEYis configured in environment variables.LINKFOXAGENT_API_KEY - Response with 401 or 402 Status Code
- Response Indicates Insufficient Points or Balance: The message contains "insufficient points balance/insufficient billing/insufficient balance/quota exceeded/insufficient balance/package expired/need to recharge/please recharge" or similar meanings.
积分消耗规则
Points Consumption Rules
按动态规则计费:消耗积分 = 店铺数量 × 1.8。按本页返回条数计费;翻到下一页,本质上是再发一次请求,再按下一页返回条数重新计算。
重要:本技能的服务按倍数动态计算,可能一次性消耗大量积分,必须提醒用户,由用户决定是否继续。
Billed according to dynamic rules: Points consumed = number of stores × 1.8. Billed based on the number of items returned on this page; turning to the next page is essentially sending another request, and points are recalculated based on the number of items returned on the next page.
Important: The service of this skill is calculated dynamically by multiples, which may consume a large number of points at one time. Users must be reminded and decide whether to continue.