# China B2B Wholesale Product Search (Yiwugo, Made-in-China, DHgate)

> China B2B Wholesale Product Search (Yiwugo, Made-in-China, DHgate) is a paid API for AI agents from api.monpham.work, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Searches Chinese B2B wholesale marketplaces (Yiwugo, Made-in-China, DHgate) via stealth browser and returns structured product listings with title, price, MOQ, supplier, and optional images.

## Facts

- Endpoint: GET https://api.monpham.work/v1/cbs/chat/completions
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/china-b2b-wholesale-product-search-yiwugo-made-in-china-dhgate-21886440
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VY_aQFesUC90Z6oWqT8up

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability china-b2b-wholesale-product-search-yiwugo-made-in-china-dhgate-21886440
```

Example prompt: Search Yiwugo and DHgate for 'stainless steel water bottles', get up to 20 results per site, and include product images so I can compare prices and minimum order quantities.

## When to prefer this

Choose this endpoint when you need real-time, structured product and pricing data from Chinese B2B wholesale marketplaces without building your own scraper. It is especially useful for dropshipping research, import cost comparisons, and supplier discovery across Yiwugo, Made-in-China, and DHgate simultaneously. Prefer this over general web search when you need structured fields like MOQ and price rather than raw HTML.

## Known failure modes

- Marketplace anti-bot detection blocks the stealth browser, returning empty or partial results
- Keyword returns no matching listings on one or more selected sites
- Image CDN URLs unavailable or slow when saveMedia is enabled
- Rate limiting or timeout from upstream marketplace during high-traffic periods
- Invalid siteIds or unsupported marketplace identifier returns an error

## How this service works

Search products across China B2B wholesale marketplaces (Yiwugo, Made-in-China, DHgate) via a stealth browser farm. Returns structured products: title, price, MOQ, supplier, images (optional CDN URLs). POST with {keyword, siteIds, limitPerSite, saveMedia}. Best for B2B sourcing, price comparison, and dropshipping research.

## Output

A structured list of product records per marketplace, each containing product title, unit price, minimum order quantity (MOQ), supplier name, and optionally CDN-hosted image URLs — grouped by site (Yiwugo, Made-in-China, DHgate).

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/china-b2b-wholesale-product-search-yiwugo-made-in-china-dhgate-21886440/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.monpham.work](https://www.zero.xyz/host/api.monpham.work/llms.txt)
