← 返回
未分类 Key

Ehunt Shopify Store Query

通过 EHunt Shopify 店铺查询(网关路由 `ehunt/shopify/storeQuery`)按多维度筛选独立站 Shopify 店铺(店名/域名、国家、创建年限、产品数、广告数、月访问量、月订单量、社媒粉丝等)。当用户提到 EHunt Shopify 店铺、Shopify 店铺分析、独立站店铺、S...
通过 EHunt Shopify 店铺查询(网关路由 `ehunt/shopify/storeQuery`),按店名/域名、国家、创建年限、产品数、广告数、月访问量、月订单量、社媒粉丝等多维度筛选独立站 Shopify 店铺,适用于用户提及 EHunt Shopify 店铺、Shopify 店铺分析或独立站店铺的场景。
linkfox-ai linkfox-ai 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 142
下载
💾 0
安装
1
版本
#latest

概述

EHunt Shopify 店铺查询(ehunt/shopify/storeQuery

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

要点

  • 分页page 从 1 起;pageSize 默认 20、最大 100。
  • 区间入参Min / Max 成对出现(产品数、广告数、月访问量、月订单量),组成上游区间。
  • 店铺年限 year:1=最近 1 年、2=1~2 年、3=2~3 年、4=3 年以上。
  • 排序sortBy 整数枚举(0=产品数,1=类目数,2=月访问量,3=FB 粉丝,4=Ins 粉丝,5=广告数,6=相关度,7=月订单数默认);orderBydesc(默认)/asc
  • 国家country 传国家代码(如 USCN)。

脚本(可选)

命令行调试:python scripts/ehunt_shopify_store_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_shopify_store_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:29

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 272 📥 100,079
business-ops

LinkFoxAgent

linkfox-ai
跨境电商AI助手,配备79个专业工具,覆盖Amazon、TikTok、eBay、Walmart、Shopee、Ozon的产品调研、竞品分析和关键词追踪...
★ 8 📥 3,167
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 296 📥 138,802