Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
linkfox-ai avatar

Linkfox Dld Product Search

  • 275 installs
  • 64 repo stars
  • Updated August 3, 2026
  • linkfox-ai/linkfox-skills

Search the DLD marketplace catalog to find products, compare listings, and collect early sourcing signals before choosing SKUs or suppliers for an e-commerce or marketplace launch.

About

Linkfox skill for searching products on the DLD marketplace, returning listing results agents can use to discover items, compare offers, and inform early e-commerce sourcing and niche-selection decisions.

  • DLD marketplace product search
  • Catalog and listing discovery
  • E-commerce sourcing research
  • Agent-callable marketplace lookup
  • Early SKU opportunity scanning

Linkfox Dld Product Search by the numbers

  • 275 all-time installs (skills.sh)
  • +41 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #508 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-dld-product-search

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs275
repo stars64
Last updatedAugust 3, 2026
Repositorylinkfox-ai/linkfox-skills

What it does

Search the DLD marketplace catalog to find products, compare listings, and collect early sourcing signals before choosing SKUs or suppliers for an e-commerce or marketplace launch.

Files

SKILL.mdMarkdownGitHub ↗

1688 Product Search (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.

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

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

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)

Time Period

  • cycle: "7" for last 7 days, "30" for last 30 days

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"

Price Filters

  • beginPrice / endPrice: Wholesale price range (CNY)
  • beginConsignPrice / endConsignPrice: Dropship price range (CNY)

Sales Filters

  • beginOrderCount / endOrderCount: Order count range
  • beginSaleCount / endSaleCount: Units sold range
  • beginSaleVolume / endSaleVolume: Revenue range (CNY)

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

Product Tags

  • offerType: 0 = any, 2 = new product, 3 = 1688 Select, 4 = cross-border, 5 = customizable, 6 = top store pick

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)

Listing Date Filter

  • beginOfferCreateTime / endOfferCreateTime: Date range in YYYY-MM-DD format

Pagination

  • pageIndex: Page number, starting from 1 (default: 1)
  • pageSize: Results per page, 10-100 (default: 20)

Example Queries

1. Basic keyword search -- top sellers for "yoga mat"

{"keyWord": "瑜伽垫", "cycle": "30", "sortField": "saleCount30d", "sortType": "desc", "pageSize": 20}

2. Factory-only search with price range

{"keyWord": "蓝牙耳机", "companyType": 2, "beginPrice": 10, "endPrice": 50, "cycle": "30", "sortField": "orderCount30d"}

3. Cross-border products with dropship support

{"keyWord": "手机壳", "offerType": 4, "proxyRights": "4360897", "cycle": "7", "sortField": "saleVolume7d"}

4. New products listed recently, sorted by listing date

{"keyWord": "夏季连衣裙", "offerType": 2, "sortField": "offerCreateTime", "sortType": "desc", "pageSize": 50}

5. High-volume products from Super Factories

{"keyWord": "数据线", "shiLiType": "superFactory", "beginSaleCount": 1000, "cycle": "30", "sortField": "saleCount30d"}

6. Search by product URL

{"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.

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

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.

<!-- LF_LARGE_RESPONSE_BLOCK -->

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/dld_product_search.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. <!-- /LF_LARGE_RESPONSE_BLOCK -->

--- For more high-quality, professional cross-border e-commerce skills, set [LinkFox Skills](https://skill.linkfox.com/).

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.