← 返回
未分类 Key

Ehunt Temu Product Query

通过 EHunt Temu 商品查询(网关路由 `ehunt/temu/productQuery`)按多维度筛选 Temu 商品(关键词/商品 ID/店铺 ID、前后台类目、价格、评分、评论、总/周/日销量、上架时间、全托管/半托管、半托管地区、标签等)。当用户提到 EHunt Temu 商品、Temu 选品、拼...
通过 EHunt Temu 商品查询(网关路由 `ehunt/temu/productQuery`)按多维度筛选 Temu 商品(关键词/商品 ID/店铺 ID、前后台类目、价格、评分、评论、总/周/日销量、上架时间、全托管/半托管、半托管地区、标签等)。当用户提到 EHunt Temu 商品、Temu 选品、拼...
linkfox-ai linkfox-ai 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 148
下载
💾 0
安装
1
版本
#latest

概述

EHunt Temu 商品查询(ehunt/temu/productQuery

在具备 LinkFox「第三方数据服务」MCP 时,对应网关路由 ehunt/temu/productQuery 调用(MCP 展示名:Temu 商品查询,确切工具名以当前环境下发的工具元数据为准)。鉴权与上游路由由网关处理;若响应含根级 code 字段,是否成功以实网为准。

要点

  • 分页page 从 1 起;pageSize 默认 20、最大 100(建议 ≤50)。
  • 区间入参Begin / End 成对出现(价格、评分、评论、总/周/日销量、上架时间),组成上游区间。
  • 类目categoryHome 前台类目 ID、categoryBackend 后台类目 ID;可先用 Temu 品类检索拿到 id。
  • 托管模式isLocal(0=全托管,1=半托管);半托管可用 region 限定地区(多个逗号分隔)。
  • 上下架soldOut(0=上架,1=下架)。
  • 标签tags / customTags 多个用逗号分隔。
  • 排序sortBy 为「字段-方向」字符串,如 order_week-0(周销量降序,默认)、price-0order_total-0rating-0

脚本(可选)

命令行调试:python scripts/ehunt_temu_product_query.py ''(需 LINKFOXAGENT_API_KEY)。详见 references/api.md 末尾。

参考

入参/出参表见 references/api.md

Handling Large Responses

To avoid overflowing the agent context, persist the response to disk and extract only the fields you need:

python scripts/response_io.py run --script scripts/ehunt_temu_product_query.py --out-dir <DIR> '<params>'
python scripts/response_io.py read <file> --fields "<paths>"   # or --path "<JMESPath>"

> Pick --out-dir outside any git working tree (e.g. /tmp/... on Unix, %TEMP%/... on Windows). Persisted responses may contain PII, pricing, or auth-sensitive data — do not commit them. Files are not auto-deleted; clean up when the task is done.

run writes the full response to a file and emits only a schema preview + file path. read projects specific fields, with --limit/--offset for slicing and --format json|jsonl|csv|table for output.

When to prefer this pattern — apply your judgment based on the response characteristics, e.g.:

  • High field count per record, or fields you don't need
  • Batch/paginated results (multiple items per call)
  • Long-text fields (descriptions, reviews, HTML, time series)
  • Output reused across later steps rather than consumed immediately

For small, single-use responses, calling the main script directly is fine.

⚠️ The preview is a truncated schema + sample, not the full data. Any field-level decision must read from the persisted file via read.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-06-01 21:28

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 78 📥 37,926
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 161 📥 41,173
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 25,936