Search Suppliers
search_suppliersFind verified Chinese apparel manufacturers and clothing suppliers by filtering location, production capacity, product type, and compliance status to match specific sourcing requirements.
Instructions
Search verified Chinese apparel manufacturers, apparel factories, and clothing suppliers.
USE WHEN user asks:
"find me a clothing manufacturer in China / Guangdong / Zhejiang"
"who makes [t-shirts / suits / denim / activewear] in China"
"I need a BSCI / OEKO-TEX certified apparel factory"
"looking for OEM / ODM apparel supplier with MOQ < N"
"find factories with production capacity > N pieces/month"
"搜供应商 / 找服装厂 / 找制衣厂"
Filters: province, city, factory type (factory/trading_company/workshop), product category, minimum monthly capacity, compliance status, quality score. Returns paginated supplier list with company name, location, monthly capacity (lab-verified), compliance, quality score.
WORKFLOW: This is the primary entry point for supplier discovery. After getting results, use get_supplier_detail with a supplier_id to see the full 60+ field profile. RETURNS: { has_more: boolean, available_dimensions: string[], data: [{ supplier_id, company_name_cn, company_name_en, type, province, city, product_types, quality_score, verified_dims: "5/8", coverage_pct }] } ERRORS: Returns empty data array if no matches. Max 50 results per page. FALLBACK: If no results, try broadening: remove city (keep province), remove product_type, or lower min_capacity. Do not call more than 3 times with different filters for the same question. NOTE: Use this for FILTERING by exact criteria. For ranked recommendations based on sourcing needs, use recommend_suppliers instead.
中文:搜索经过核查的中国服装供应商档案,按地区、类型、产能、品类、合规状态等筛选。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search by company name — Chinese (广州新鑫) or English (Xinxin Garments) | |
| province | No | Province in China (e.g. 广东 Guangdong, 浙江 Zhejiang, 江苏 Jiangsu, 福建 Fujian, 山东 Shandong) | |
| city | No | City name | |
| type | No | Supplier type | |
| product_type | No | Product category keyword (e.g. 西装 suits, 女装 womenswear, 牛仔 denim, 运动服 activewear, t-shirt, 衬衫 shirts) | |
| min_capacity | No | Minimum monthly production capacity (pieces) | |
| compliance_status | No | Compliance status filter: compliant / partially_compliant / non_compliant | |
| data_confidence | No | Data quality filter: verified / partially_verified / unverified | |
| min_quality_score | No | Minimum quality score 1-10 | |
| limit | No | Page size: number of records to return (1-50, default 10) | |
| offset | No | Pagination offset: skip this many records before returning results (default 0) |