linkfox-junglescout-product-database
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseJungle Scout — 产品数据库查询
Jungle Scout — 产品数据库查询
This skill queries the Jungle Scout Product Database via the LinkFox tool gateway, enabling multi-condition filtering of Amazon products across 10 marketplaces. Sellers can discover products by category, price range, sales volume, revenue, reviews, rating, BSR rank, Listing Quality Score (LQS), seller type, and more.
本技能通过LinkFox工具网关调用Jungle Scout产品数据库,支持在10个站点对亚马逊商品进行多条件筛选。卖家可按品类、价格区间、销量、收入、评论数、评分、BSR排名、Listing质量评分(LQS)、卖家类型等维度发掘产品。
Core Concepts
核心概念
Jungle Scout 产品数据库是亚马逊商品级别的多维筛选工具,帮助卖家从海量商品中快速锁定目标产品:
- 品类选品:按亚马逊主分类筛选特定品类下的商品
- 销量/收入筛选:通过月销量和月收入范围圈定市场规模合适的产品
- 竞争度评估:通过评论数、评分、卖家数量判断竞争激烈程度
- Listing 质量评估:LQS(Listing Quality Score,1-10分)帮助发现优化空间大的产品
- 产品类型过滤:区分 FBA/FBM/AMZ 卖家类型、标准尺寸/超大尺寸
- 新品发现:通过上架日期筛选近期上架的新品
Internal paging: The API handles pagination automatically; you specify to control how many results you want, and the backend fetches them across pages internally.
needCountJungle Scout 产品数据库是亚马逊商品级别的多维筛选工具,帮助卖家从海量商品中快速锁定目标产品:
- 品类选品:按亚马逊主分类筛选特定品类下的商品
- 销量/收入筛选:通过月销量和月收入范围圈定市场规模合适的产品
- 竞争度评估:通过评论数、评分、卖家数量判断竞争激烈程度
- Listing 质量评估:LQS(Listing Quality Score,1-10分)帮助发现优化空间大的产品
- 产品类型过滤:区分 FBA/FBM/AMZ 卖家类型、标准尺寸/超大尺寸
- 新品发现:通过上架日期筛选近期上架的新品
内部分页:API会自动处理分页;您只需指定来控制所需结果数量,后端会自动跨页获取数据。
needCountData Fields
数据字段
Key Output Fields
核心输出字段
| Field | API Name | Description | Example |
|---|---|---|---|
| 商品标题 | title | 产品标题 | Yoga Mat Non Slip... |
| 品牌 | brand | 品牌名称 | Liforme |
| 主分类 | category | 亚马逊主分类 | Sports & Outdoors |
| 分类路径 | breadcrumbPath | 完整分类层级 | Sports & Outdoors > Exercise & Fitness |
| 价格 | price | 当前售价 (USD) | 29.99 |
| 月销量 | approximate30DayUnitsSold | 近30天预估销量 | 1200 |
| 月收入 | approximate30DayRevenue | 近30天预估收入 (USD) | 35988.00 |
| BSR排名 | productRank | Best Sellers Rank | 3456 |
| 评论数 | reviews | 累计评论数 | 850 |
| 评分 | rating | 平均评分 (1.0-5.0) | 4.5 |
| LQS | listingQualityScore | Listing质量评分 (1-10) | 8 |
| 卖家数量 | numberOfSellers | 在售卖家数 | 3 |
| 卖家类型 | sellerType | 卖家类型 (amz/fba/fbm) | fba |
| 首次上架日期 | dateFirstAvailable | 产品首次上架日期 | 2024-06-15 |
| 重量 | weightValue / weightUnit | 产品重量 | 2.5 lbs |
| 尺寸 | lengthValue / widthValue / heightValue / dimensionsUnit | 产品尺寸 | 24×8×8 inches |
| 父ASIN | parentAsin | 父体ASIN | B0XXXXXXXX |
| Buy Box持有者 | buyBoxOwner | Buy Box 当前持有卖家 | BrandName |
| 费用明细 | feeBreakdown | FBA费用、推荐费、总费用等 | {fbaFee: 5.40, ...} |
| 子分类排名 | subcategoryRanks | 子分类BSR排名列表 | [{subcategory: "Yoga Mats", rank: 12}] |
| 消耗Token | costToken | 本次调用消耗的 token 数 | 5 |
| 字段 | API名称 | 描述 | 示例 |
|---|---|---|---|
| 商品标题 | title | 产品标题 | Yoga Mat Non Slip... |
| 品牌 | brand | 品牌名称 | Liforme |
| 主分类 | category | 亚马逊主分类 | Sports & Outdoors |
| 分类路径 | breadcrumbPath | 完整分类层级 | Sports & Outdoors > Exercise & Fitness |
| 价格 | price | 当前售价 (USD) | 29.99 |
| 月销量 | approximate30DayUnitsSold | 近30天预估销量 | 1200 |
| 月收入 | approximate30DayRevenue | 近30天预估收入 (USD) | 35988.00 |
| BSR排名 | productRank | Best Sellers Rank | 3456 |
| 评论数 | reviews | 累计评论数 | 850 |
| 评分 | rating | 平均评分 (1.0-5.0) | 4.5 |
| LQS | listingQualityScore | Listing质量评分 (1-10) | 8 |
| 卖家数量 | numberOfSellers | 在售卖家数 | 3 |
| 卖家类型 | sellerType | 卖家类型 (amz/fba/fbm) | fba |
| 首次上架日期 | dateFirstAvailable | 产品首次上架日期 | 2024-06-15 |
| 重量 | weightValue / weightUnit | 产品重量 | 2.5 lbs |
| 尺寸 | lengthValue / widthValue / heightValue / dimensionsUnit | 产品尺寸 | 24×8×8 inches |
| 父ASIN | parentAsin | 父体ASIN | B0XXXXXXXX |
| Buy Box持有者 | buyBoxOwner | Buy Box 当前持有卖家 | BrandName |
| 费用明细 | feeBreakdown | FBA费用、推荐费、总费用等 | {fbaFee: 5.40, ...} |
| 子分类排名 | subcategoryRanks | 子分类BSR排名列表 | [{subcategory: "Yoga Mats", rank: 12}] |
| 消耗Token | costToken | 本次调用消耗的 token 数 | 5 |
Supported Marketplaces
支持的站点
us (United States), uk (United Kingdom), de (Germany), in (India), ca (Canada), fr (France), it (Italy), es (Spain), mx (Mexico), jp (Japan)
Default marketplace is us. Use us when the user doesn't specify a marketplace.
us(美国)、uk(英国)、de(德国)、in(印度)、ca(加拿大)、fr(法国)、it(意大利)、es(西班牙)、mx(墨西哥)、jp(日本)
默认站点为us,用户未指定站点时使用us。
API Usage
API 使用说明
This tool calls the LinkFox tool gateway API. See for calling conventions, request parameters, and response structure. You can also execute directly to run queries.
references/api.mdscripts/junglescout_product_database.py本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构请参考。您也可以直接执行来运行查询。
references/api.mdscripts/junglescout_product_database.pyHow to Build Queries
查询构建方法
Only is required. All other parameters are optional filters — combine them to narrow results.
marketplace仅为必填参数。其余所有参数均为可选筛选条件,可组合使用以缩小结果范围。
marketplacePrinciples for Building API Calls
API调用原则
- 站点映射:用户说"美国站"→ ,"日本站"→
us,"德国站"→jp;未指定时默认deus - 关键词:支持逗号分隔多个词(标题或ASIN),如
includeKeywords;yoga mat,fitness排除含特定词的商品excludeKeywords - 品类匹配:必须使用对应站点的英文标准分类名,如美国站
categories、Sports & Outdoors等;多个品类逗号分隔Home & Kitchen - 数值范围:min/max 成对使用,可只传一端;如只设 表示月销量≥300
minSales=300 - 排序:字段名前加
sort表示降序,如-按销量从高到低;默认按-sales升序name - 结果数量:控制返回结果总数,不设则返回默认数量
needCount
- 站点映射:用户说"美国站"→ ,"日本站"→
us,"德国站"→jp;未指定时默认deus - 关键词:支持逗号分隔多个词(标题或ASIN),如
includeKeywords;yoga mat,fitness排除含特定词的商品excludeKeywords - 品类匹配:必须使用对应站点的英文标准分类名,如美国站
categories、Sports & Outdoors等;多个品类逗号分隔Home & Kitchen - 数值范围:min/max 成对使用,可只传一端;如只设 表示月销量≥300
minSales=300 - 排序:字段名前加
sort表示降序,如-按销量从高到低;默认按-sales升序name - 结果数量:控制返回结果总数,不设则返回默认数量
needCount
Common Query Scenarios
常见查询场景
1. 关键词搜索 + 按销量筛选
json
{
"marketplace": "us",
"includeKeywords": "yoga mat",
"minSales": 300,
"maxSales": 5000,
"sort": "-sales",
"needCount": 50
}2. 品类 + 价格区间筛选
json
{
"marketplace": "us",
"categories": "Home & Kitchen",
"minPrice": 15,
"maxPrice": 50,
"minSales": 100,
"sort": "-revenue",
"needCount": 50
}3. 高评分低竞争选品(评论少但评分高)
json
{
"marketplace": "us",
"categories": "Beauty & Personal Care",
"minRating": 4.0,
"maxReviews": 200,
"minSales": 100,
"sort": "-sales",
"needCount": 50
}4. 仅 FBA 产品筛选
json
{
"marketplace": "us",
"includeKeywords": "phone stand",
"sellerTypes": "fba",
"productTiers": "standard",
"minSales": 200,
"sort": "-sales",
"needCount": 50
}5. 排除头部品牌 + 发现蓝海机会
json
{
"marketplace": "us",
"categories": "Sports & Outdoors",
"excludeTopBrands": true,
"minSales": 300,
"maxReviews": 500,
"minRating": 4.0,
"sort": "-sales",
"needCount": 50
}6. 按上架日期发现新品
json
{
"marketplace": "us",
"categories": "Electronics",
"minUpdatedAt": "2026-01-01",
"minSales": 50,
"sort": "-sales",
"needCount": 50
}1. 关键词搜索 + 按销量筛选
json
{
"marketplace": "us",
"includeKeywords": "yoga mat",
"minSales": 300,
"maxSales": 5000,
"sort": "-sales",
"needCount": 50
}2. 品类 + 价格区间筛选
json
{
"marketplace": "us",
"categories": "Home & Kitchen",
"minPrice": 15,
"maxPrice": 50,
"minSales": 100,
"sort": "-revenue",
"needCount": 50
}3. 高评分低竞争选品(评论少但评分高)
json
{
"marketplace": "us",
"categories": "Beauty & Personal Care",
"minRating": 4.0,
"maxReviews": 200,
"minSales": 100,
"sort": "-sales",
"needCount": 50
}4. 仅 FBA 产品筛选
json
{
"marketplace": "us",
"includeKeywords": "phone stand",
"sellerTypes": "fba",
"productTiers": "standard",
"minSales": 200,
"sort": "-sales",
"needCount": 50
}5. 排除头部品牌 + 发现蓝海机会
json
{
"marketplace": "us",
"categories": "Sports & Outdoors",
"excludeTopBrands": true,
"minSales": 300,
"maxReviews": 500,
"minRating": 4.0,
"sort": "-sales",
"needCount": 50
}6. 按上架日期发现新品
json
{
"marketplace": "us",
"categories": "Electronics",
"minUpdatedAt": "2026-01-01",
"minSales": 50,
"sort": "-sales",
"needCount": 50
}Display Rules
展示规则
- Table format: Present results in a structured table with key columns: title, brand, price, monthly sales, monthly revenue, BSR rank, reviews, rating, LQS
- Sorting note: Remind the user what sorting was applied and how many results were returned
- Highlight insights: Mark products with notably low reviews but high sales (potential opportunity), or high LQS scores
- Fee breakdown: When users ask about profitability, include feeBreakdown details (FBA fee, referral fee, total fees)
- Image links: Include when displaying individual product details
imageUrl - Error handling: When a query fails, explain the reason based on the error response and suggest adjusting parameters
- 表格格式:以结构化表格展示结果,包含核心列:商品标题、品牌、价格、月销量、月收入、BSR排名、评论数、评分、LQS
- 排序说明:提醒用户当前应用的排序方式及返回结果数量
- 重点洞察:标记评论数少但销量高的产品(潜在机会),或LQS评分高的产品
- 费用明细:当用户询问盈利能力时,展示feeBreakdown详情(FBA费用、推荐费、总费用等)
- 图片链接:展示单个产品详情时包含
imageUrl - 错误处理:查询失败时,根据错误响应说明原因并建议调整参数
Important Limitations
重要限制
- marketplace 必填:每次查询必须指定站点
- 品类名需匹配:值必须与对应站点的标准主分类名完全一致
categories - 关键词限制:/
includeKeywords最多各100项,每项最长50字符excludeKeywords - 数据时效:数据来源于 Jungle Scout 定期更新,非实时数据
- 评分范围:/
minRating取值 1.0-5.0maxRating - 重量单位:/
minWeight以磅(pounds)为单位maxWeight
- marketplace 必填:每次查询必须指定站点
- 品类名需匹配:值必须与对应站点的标准主分类名完全一致
categories - 关键词限制:/
includeKeywords最多各100项,每项最长50字符excludeKeywords - 数据时效:数据来源于 Jungle Scout 定期更新,非实时数据
- 评分范围:/
minRating取值 1.0-5.0maxRating - 重量单位:/
minWeight以磅(pounds)为单位maxWeight
User Expression & Scenario Quick Reference
用户表达与场景速查
Applicable - Amazon product multi-condition filtering and discovery:
| User Says | Scenario |
|---|---|
| "帮我找月销量500以上的瑜伽垫" | 关键词 + 销量筛选 |
| "美国站厨房品类30美金以下有什么好产品" | 品类 + 价格筛选 |
| "评论少但评分高的蓝海产品" | 高评分低竞争选品 |
| "找FBA标准尺寸的手机支架" | 卖家类型 + 产品尺寸筛选 |
| "排除大品牌的运动品类机会" | 排除头部品牌 |
| "最近新上架的电子产品有哪些卖得好" | 新品发现 |
| "BSR排名1万以内的家居产品" | BSR排名筛选 |
| "LQS低于5分的高销量产品" | Listing优化机会 |
Not applicable - Beyond product database filtering:
- 关键词搜索量/趋势分析(需要关键词历史搜索量工具)
- ABA搜索词排名(需要ABA工具)
- 商品详情页/Listing内容分析
- 广告/PPC投放策略
- 非亚马逊平台商品数据
Boundary judgment: When users say "选品", "找产品", or "市场调研", if their need is to filter products by specific criteria (price, sales, category, reviews, etc.) from Amazon's product catalog, this skill applies. If they need keyword-level search volume data, advertising insights, or non-Amazon platform data, it does not apply.
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in . Do not interrupt the user's flow.
references/api.mdFor more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.
适用场景 - 亚马逊商品多条件筛选与发掘:
| 用户表述 | 场景 |
|---|---|
| "帮我找月销量500以上的瑜伽垫" | 关键词 + 销量筛选 |
| "美国站厨房品类30美金以下有什么好产品" | 品类 + 价格筛选 |
| "评论少但评分高的蓝海产品" | 高评分低竞争选品 |
| "找FBA标准尺寸的手机支架" | 卖家类型 + 产品尺寸筛选 |
| "排除大品牌的运动品类机会" | 排除头部品牌 |
| "最近新上架的电子产品有哪些卖得好" | 新品发现 |
| "BSR排名1万以内的家居产品" | BSR排名筛选 |
| "LQS低于5分的高销量产品" | Listing优化机会 |
不适用场景 - 超出产品数据库筛选范围的需求:
- 关键词搜索量/趋势分析(需使用关键词历史搜索量工具)
- ABA搜索词排名(需使用ABA工具)
- 商品详情页/Listing内容分析
- 广告/PPC投放策略
- 非亚马逊平台商品数据
边界判断:当用户提及“选品”“找产品”或“市场调研”时,若需求是从亚马逊商品库中按特定条件(价格、销量、品类、评论等)筛选产品,则适用本技能;若需要关键词级搜索量数据、广告洞察或非亚马逊平台数据,则不适用。
反馈机制:
当出现以下任一情况时,自动通过Feedback API检测并提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不符
- 用户表达对本技能的不满或赞赏
- 任何您认为可改进的内容
请按照中的指定方式调用反馈API,请勿中断用户流程。
references/api.md
如需更多优质专业的跨境电商技能,请访问LinkFox Skills。