linkfox-dld-product-search

Search and analyze 1688 wholesale products with sales, pricing, and supplier filters via the DianLeiDa API.

17|3|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-dld-product-search-w9uk5ie8v
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkfox-dld-product-search
Source: https://github.com/w9uk5ie8v/LinkFoxSkills/tree/main/linkfox-dld-product-search
Command: npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-dld-product-search-w9uk5ie8v

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Finding profitable products and reliable suppliers on 1688 (China's largest B2B wholesale marketplace) requires manually browsing thousands of listings. This Skill lets you search 1688 products by keyword with rich filters for price, sales volume, supplier type, and fulfillment options, returning structured data for sourcing decisions. ## Core Features & Use Cases - Keyword Product Search: Query 1688 listings with Chinese keywords, product URLs, or product IDs, sorted by 7-day or 30-day sales metrics. - Advanced Filtering: Filter by wholesale/dropship price ranges, order counts, factory vs. store suppliers, TrustPass years, Super Factory status, shipping speed, and dropship support. - Sales Analytics: View sales quantity, order count, and estimated revenue per product to identify winning items for selection and sourcing. - Use Case: A cross-border seller wants yoga mat suppliers. Search "瑜伽垫" sorted by 30-day sales, filter for factories with dropship support, and compare wholesale vs. dropship prices to calculate margins. ## Quick Start Ask the assistant to search 1688 for top-selling yoga mat suppliers with dropship support and show their wholesale prices and 30-day sales.

Frequently Asked Questions about linkfox-dld-product-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for products on 1688 by keyword?▼

Call the product search API with a Chinese keyword in the keyWord parameter, for example {"keyWord": "瑜伽垫", "cycle": "30"}. English terms must be translated to Chinese first, and results can be sorted by sales, orders, revenue, price, or listing date.

How to find factory suppliers instead of trading stores on 1688?▼

Set companyType to 2 to restrict results to factories only. You can further filter with shiLiType values like superFactory or Power to surface Super Factories and Power Merchants, and use beginTpYear to require minimum TrustPass membership years.

Can I search 1688 products that support dropshipping?▼

Yes, use the proxyRights parameter with 4360897 to find products offering free-shipping dropshipping, and check the consignPrice field in results for the single-piece dropship price. The faceToFaceSupport parameter filters by platform face-sheet support like Taobao or Douyin.

Does the 1688 product search API require an API key?▼

Yes, requests need an Authorization header with an API key read from the LINKFOXAGENT_API_KEY environment variable. If it is not configured, you must apply for a key through the LinkFox documentation page before making calls.

Why does my 1688 keyword search return no results?▼

The most common cause is using non-Chinese keywords, since the keyWord parameter only accepts Chinese terms up to 50 characters. Also check that filters like price ranges or sales thresholds are not too restrictive, and try fuzzy match (searchType 1) instead of exact match.

What are the limitations of 1688 product search for sourcing?▼

This tool covers product-level search only and does not provide store-level analytics, advertising data, review analysis, or logistics cost calculation. It also cannot place orders or process transactions, and pagination is capped at 100 results per page.