linkfox-dld-product-search

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

1688 Product Search (DianLeiDa)

1688商品搜索(DianLeiDa)

This skill guides you on how to search and analyze products on the 1688 wholesale platform, helping e-commerce sellers and sourcing professionals find quality suppliers and profitable products.
本技能将指导您如何在1688批发平台上搜索和分析商品,帮助电商卖家和采购从业者找到优质供应商及盈利性产品。

Core Concepts

核心概念

This tool provides keyword-based product search on 1688 (China's largest B2B wholesale marketplace). It aggregates product listings with sales data, pricing tiers, supplier credentials, and fulfillment options. Data is sourced from DianLeiDa (store radar analytics) and covers real-time product listings with 7-day and 30-day sales metrics.
Key terminology:
  • Wholesale price (
    price
    ): The price per unit when ordering at the minimum batch quantity
  • Dropship price (
    consignPrice
    ): The price per unit for single-item dropshipping (typically higher than wholesale)
  • TrustPass years (
    tpYear
    ): The number of years the supplier has held Alibaba's TrustPass membership, indicating business longevity
  • Sales count (
    salesQuantity
    ): Total units sold in the selected time period
  • Order count (
    salesOrderCount
    ): Total number of separate orders in the selected time period
  • Estimated sales volume (
    estimatedSalesAmount
    ): Estimated revenue in the selected time period
本工具可在1688(中国最大的B2B批发平台)上基于关键词搜索商品。它整合了带有销售数据、价格梯度、供应商资质及履约选项的商品列表。数据来源于DianLeiDa(店铺雷达分析工具),涵盖带有7天和30天销售指标的实时商品列表。
关键术语:
  • 批发价 (
    price
    ): 订购最小批量时的单位价格
  • 一件代发价 (
    consignPrice
    ): 单件代发的单位价格(通常高于批发价)
  • 诚信通年限 (
    tpYear
    ): 供应商持有阿里巴巴TrustPass会员的年限,体现经营时长
  • 销量 (
    salesQuantity
    ): 所选时间段内的总销售数量
  • 订单数 (
    salesOrderCount
    ): 所选时间段内的总独立订单数
  • 预估销售额 (
    estimatedSalesAmount
    ): 所选时间段内的预估营收

Data Fields

数据字段

FieldAPI NameDescriptionExample
Product TitletitleFull product listing title...
Product IDofferIdUnique 1688 product identifier805578065498
Product URLasinUrlDirect link to the product listinghttps://detail.1688.com/...
Image URLimageUrlProduct main imagehttps://cbu01.alicdn.com/...
Wholesale PricepriceUnit price at batch quantity (CNY)12.50
Dropship PriceconsignPriceUnit price for single-piece dropship (CNY)18.90
Price TiersquantityPricesVolume-based pricing breakdown...
Min Order QtyquantityBeginMinimum order quantity2
Sales Order CountsalesOrderCountNumber of orders in the period350
Sales QuantitysalesQuantityUnits sold in the period1200
Est. Sales AmountestimatedSalesAmountEstimated revenue in the period45000
Delivery TimedeliveryTimePromised shipping time24h
Listing DateavailableDateWhen the product was first listed2025-03-15
CategorylevelNameProduct category path...
Shop NamecompanySupplier/store name...
Shop IDshopIdUnique store identifier...
Shop URLshopUrlLink to the supplier's storehttps://shop...
CurrencycurrencyPrice currency (always CNY)CNY
Data TypedataTypePeriod indicator: weeklyData or monthlyDatamonthlyData
字段API名称描述示例
商品标题title完整商品列表标题...
商品IDofferId1688商品唯一标识805578065498
商品链接asinUrl商品列表直接链接https://detail.1688.com/...
图片链接imageUrl商品主图https://cbu01.alicdn.com/...
批发价price批量订购的单位价格(人民币)12.50
一件代发价consignPrice单件代发的单位价格(人民币)18.90
价格梯度quantityPrices基于订购量的价格明细...
起订量quantityBegin最小订购数量2
订单数salesOrderCount统计周期内的订单数量350
销量salesQuantity统计周期内的销售数量1200
预估销售额estimatedSalesAmount统计周期内的预估营收45000
发货时间deliveryTime承诺发货时长24h
上架日期availableDate商品首次上架时间2025-03-15
分类levelName商品分类路径...
店铺名称company供应商/店铺名称...
店铺IDshopId店铺唯一标识...
店铺链接shopUrl供应商店铺链接https://shop...
货币currency价格货币(始终为人民币)CNY
数据类型dataType周期标识:weeklyData或monthlyDatamonthlyData

Parameter Guide

参数指南

Search Keyword

搜索关键词

The most important parameter. Keywords must be in Chinese. If the user provides an English term, translate it to Chinese before querying.
  • keyWord
    (string, max 50 chars): The Chinese search term
  • searchType
    : 1 = fuzzy match (default), 3 = exact match
  • goodsUrl
    : Search by product URL instead of keyword
  • productIds
    : Search by specific product IDs (comma-separated, max 20)
最重要的参数。关键词必须为中文。若用户提供英文术语,需先翻译成中文再查询。
  • keyWord
    (字符串,最多50字符):中文搜索词
  • searchType
    : 1 = 模糊匹配(默认),3 = 精确匹配
  • goodsUrl
    : 通过商品链接而非关键词搜索
  • productIds
    : 通过特定商品ID搜索(逗号分隔,最多20个)

Time Period

统计周期

  • cycle
    :
    "7"
    for last 7 days,
    "30"
    for last 30 days
  • cycle
    : "7"代表最近7天,"30"代表最近30天

Sorting

排序规则

  • sortField
    : Field to sort by. Default:
    orderCount30d
    • orderCount7d
      /
      orderCount30d
      -- order count
    • saleCount7d
      /
      saleCount30d
      -- units sold
    • saleVolume7d
      /
      saleVolume30d
      -- estimated revenue
    • offerCreateTime
      -- listing date
    • price
      -- wholesale price
    • consignPrice
      -- dropship price
  • sortType
    :
    "desc"
    (default) or
    "asc"
  • sortField
    : 排序字段。默认值:
    orderCount30d
    • orderCount7d
      /
      orderCount30d
      -- 订单数
    • saleCount7d
      /
      saleCount30d
      -- 销售数量
    • saleVolume7d
      /
      saleVolume30d
      -- 预估营收
    • offerCreateTime
      -- 上架日期
    • price
      -- 批发价
    • consignPrice
      -- 一件代发价
  • sortType
    : "desc"(降序,默认)或"asc"(升序)

Price Filters

价格筛选

  • beginPrice
    /
    endPrice
    : Wholesale price range (CNY)
  • beginConsignPrice
    /
    endConsignPrice
    : Dropship price range (CNY)
  • beginPrice
    /
    endPrice
    : 批发价范围(人民币)
  • beginConsignPrice
    /
    endConsignPrice
    : 一件代发价范围(人民币)

Sales Filters

销售数据筛选

  • beginOrderCount
    /
    endOrderCount
    : Order count range
  • beginSaleCount
    /
    endSaleCount
    : Units sold range
  • beginSaleVolume
    /
    endSaleVolume
    : Revenue range (CNY)
  • beginOrderCount
    /
    endOrderCount
    : 订单数范围
  • beginSaleCount
    /
    endSaleCount
    : 销售数量范围
  • beginSaleVolume
    /
    endSaleVolume
    : 营收范围(人民币)

Supplier Filters

供应商筛选

  • companyType
    : 0 = any (default), 1 = store, 2 = factory
  • shiLiType
    : Seller tier. Comma-separated multi-select:
    • superFactory
      -- Super Factory
    • Power
      -- Power Merchant
    • TrustPass
      -- TrustPass members only
  • beginTpYear
    /
    endTpYear
    : TrustPass membership year range
  • companyType
    : 0 = 不限(默认),1 = 店铺,2 = 工厂
  • shiLiType
    : 卖家层级。可多选,逗号分隔:
    • superFactory
      -- 超级工厂
    • Power
      -- 实力商家
    • TrustPass
      -- 仅限诚信通会员
  • beginTpYear
    /
    endTpYear
    : 诚信通会员年限范围

Product Tags

商品标签

  • offerType
    : 0 = any, 2 = new product, 3 = 1688 Select, 4 = cross-border, 5 = customizable, 6 = top store pick
  • offerType
    : 0 = 不限,2 = 新品,3 = 1688精选,4 = 跨境专供,5 = 可定制,6 = 店铺爆款

Fulfillment & Services

履约与服务

  • sendTime
    : Shipping speed. Comma-separated:
    "24"
    ,
    "48"
    ,
    "72"
  • faceToFaceSupport
    : Platform face-sheet support. Comma-separated:
    • 441218
      (Taobao),
      386434
      (Douyin),
      422914
      (Pinduoduo),
      422978
      (Xiaohongshu),
      386370
      (Kuaishou)
  • proxyRights
    : Dropship benefits. Comma-separated:
    • 4360897
      (free shipping dropship),
      449154
      (buy now pay later)
  • shopService
    : Seller services. Comma-separated:
    • 4057409
      (worry-free purchase),
      888777
      (deep verification report)
  • buyerProtections
    : Buyer guarantees. Comma-separated Chinese strings:
    • 商品包邮
      (free shipping),
      7天包退货
      (7-day returns),
      支持运费险
      (shipping insurance)
  • sendTime
    : 发货速度。可多选,逗号分隔:"24"、"48"、"72"
  • faceToFaceSupport
    : 平台面单支持。可多选,逗号分隔:
    • 441218
      (淘宝)、
      386434
      (抖音)、
      422914
      (拼多多)、
      422978
      (小红书)、
      386370
      (快手)
  • proxyRights
    : 代发权益。可多选,逗号分隔:
    • 4360897
      (代发包邮)、
      449154
      (先卖后付)
  • shopService
    : 卖家服务。可多选,逗号分隔:
    • 4057409
      (放心购)、
      888777
      (深度验厂报告)
  • buyerProtections
    : 买家保障。可多选,中文字符串:
    • 商品包邮
      7天包退货
      支持运费险

Listing Date Filter

上架日期筛选

  • beginOfferCreateTime
    /
    endOfferCreateTime
    : Date range in
    YYYY-MM-DD
    format
  • beginOfferCreateTime
    /
    endOfferCreateTime
    : 日期范围,格式为
    YYYY-MM-DD

Pagination

分页设置

  • pageIndex
    : Page number, starting from 1 (default: 1)
  • pageSize
    : Results per page, 10-100 (default: 20)
  • pageIndex
    : 页码,从1开始(默认:1)
  • pageSize
    : 每页结果数,10-100(默认:20)

Example Queries

查询示例

1. Basic keyword search -- top sellers for "yoga mat"
json
{"keyWord": "瑜伽垫", "cycle": "30", "sortField": "saleCount30d", "sortType": "desc", "pageSize": 20}
2. Factory-only search with price range
json
{"keyWord": "蓝牙耳机", "companyType": 2, "beginPrice": 10, "endPrice": 50, "cycle": "30", "sortField": "orderCount30d"}
3. Cross-border products with dropship support
json
{"keyWord": "手机壳", "offerType": 4, "proxyRights": "4360897", "cycle": "7", "sortField": "saleVolume7d"}
4. New products listed recently, sorted by listing date
json
{"keyWord": "夏季连衣裙", "offerType": 2, "sortField": "offerCreateTime", "sortType": "desc", "pageSize": 50}
5. High-volume products from Super Factories
json
{"keyWord": "数据线", "shiLiType": "superFactory", "beginSaleCount": 1000, "cycle": "30", "sortField": "saleCount30d"}
6. Search by product URL
json
{"goodsUrl": "https://detail.1688.com/offer/805578065498.html", "cycle": "30"}
1. 基础关键词搜索——“瑜伽垫”热销商品
json
{"keyWord": "瑜伽垫", "cycle": "30", "sortField": "saleCount30d", "sortType": "desc", "pageSize": 20}
2. 仅限工厂的价格区间搜索
json
{"keyWord": "蓝牙耳机", "companyType": 2, "beginPrice": 10, "endPrice": 50, "cycle": "30", "sortField": "orderCount30d"}
3. 支持代发的跨境专供商品
json
{"keyWord": "手机壳", "offerType": 4, "proxyRights": "4360897", "cycle": "7", "sortField": "saleVolume7d"}
4. 近期上架新品,按上架日期排序
json
{"keyWord": "夏季连衣裙", "offerType": 2, "sortField": "offerCreateTime", "sortType": "desc", "pageSize": 50}
5. 超级工厂的高销量商品
json
{"keyWord": "数据线", "shiLiType": "superFactory", "beginSaleCount": 1000, "cycle": "30", "sortField": "saleCount30d"}
6. 通过商品链接搜索
json
{"goodsUrl": "https://detail.1688.com/offer/805578065498.html", "cycle": "30"}

Display Rules

展示规则

  1. Present data clearly: Show results in structured tables with product title, price, sales metrics, and supplier info. Include product URLs so users can visit listings directly.
  2. Price context: Always show both wholesale price and dropship price when available, so users can compare margins.
  3. Sales metrics: Clearly label whether metrics are 7-day or 30-day figures based on the
    cycle
    parameter used.
  4. Image display: When
    imageUrl
    is available, display product images to help users visually identify products.
  5. Pagination notice: When
    total
    exceeds the returned page size, inform users of the total result count and that they can request additional pages.
  6. Error handling: If a query returns an error, explain the issue and suggest adjusting parameters (e.g., broadening filters, checking keyword spelling).
  7. Keyword translation: If the user provides English product terms, translate to Chinese before calling the API, and note this translation in your response.
  1. 清晰呈现数据:以结构化表格展示结果,包含商品标题、价格、销售指标及供应商信息。提供商品链接,方便用户直接访问商品列表。
  2. 价格上下文:若有数据,同时展示批发价和一件代发价,帮助用户对比利润空间。
  3. 销售指标标注:根据使用的
    cycle
    参数,明确标注指标是7天还是30天的数据。
  4. 图片展示:若
    imageUrl
    可用,展示商品图片,帮助用户直观识别商品。
  5. 分页提示:当
    total
    (总结果数)超过当前返回的每页数量时,告知用户总结果数,并说明可请求更多页面。
  6. 错误处理:若查询返回错误,说明问题并建议调整参数(如放宽筛选条件、检查关键词拼写)。
  7. 关键词翻译:若用户提供英文商品术语,先翻译成中文再调用API,并在回复中说明该翻译操作。

Applicable Scenarios

适用场景

User SaysScenario
"Find suppliers for XX on 1688"Keyword product search
"What's selling well on 1688"Top-selling product discovery
"Find cheap XX from factories"Factory sourcing with price filters
"1688 dropshipping suppliers for XX"Dropship-enabled product search
"Compare prices for XX on 1688"Price comparison across suppliers
"New products on 1688 for XX"New product discovery
"Find 1688 products for cross-border"Cross-border product sourcing
"Which 1688 suppliers ship within 24h"Fulfillment speed filtering
"Top factories for XX"Super Factory / Power Merchant search
"Find this 1688 product" (with URL or ID)Direct product lookup
用户表述场景
“在1688上找XX的供应商”关键词商品搜索
“1688上什么卖得好”热销商品发掘
“找工厂的便宜XX货源”带价格筛选的工厂货源采购
“1688上XX的一件代发供应商”支持代发的商品搜索
“对比1688上XX的价格”跨供应商价格对比
“1688上XX类的新品”新品发掘
“找1688上适合跨境的商品”跨境商品采购
“哪些1688供应商24小时内发货”履约速度筛选
“XX类的优质工厂”超级工厂/实力商家搜索
“找这个1688商品”(提供链接或ID)直接商品查询

Not Applicable

不适用场景

  • Amazon or other non-1688 platform product research
  • 1688 store/shop-level analytics (store traffic, store rankings)
  • 1688 advertising or promotion strategies
  • Product review or rating analysis
  • Logistics cost calculation or freight estimation
  • Order placement or transaction processing
  • User already has local product data files to analyze
Boundary judgment: When users say "sourcing", "find suppliers", or "wholesale products", if it involves searching for specific products on the 1688 platform with filters like price, sales, or supplier type, this skill applies. If they need store-level analytics, advertising optimization, or operations beyond product search, it does not apply.
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, set LinkFox Skills.
  • Amazon或其他非1688平台的商品调研
  • 1688店铺层级分析(店铺流量、店铺排名)
  • 1688广告或推广策略
  • 商品评价或评分分析
  • 物流成本计算或运费估算
  • 下单或交易处理
  • 用户已有本地商品数据文件需分析
边界判断:当用户提及“采购”“找供应商”“批发商品”时,若需求涉及在1688平台上按价格、销量、供应商类型等筛选条件搜索特定商品,则适用本技能。若用户需要店铺层级分析、广告优化或商品搜索之外的运营操作,则不适用。
反馈:
当出现以下任意情况时,自动通过Feedback API检测并提交反馈:
  1. 本技能描述的功能或用途与实际行为不符
  2. 技能结果与用户意图不匹配
  3. 用户表达对本技能的不满或赞赏
  4. 任何您认为可改进的内容
按照
references/api.md
中的说明调用反馈API,请勿中断用户流程。

如需更多优质专业的跨境电商技能,请访问LinkFox Skills