# China B2B Wholesale Product Search (x402.monpham.work)

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

Searches China B2B wholesale marketplaces (Yiwugo, Made-in-China, DHgate) via stealth browser and returns structured product listings with pricing, MOQ, and supplier details.

## Facts

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

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-x402-monpham-work-fcb627fa
```

Example prompt: Search for 'silicone phone cases' across Yiwugo, Made-in-China, and DHgate — pull up to 10 results per site with pricing, MOQ, and supplier info, and save product images too.

## When to prefer this

Choose this endpoint when you need structured product and pricing data from Chinese B2B wholesale marketplaces (Yiwugo, Made-in-China, DHgate) in a single call, especially for B2B sourcing, dropshipping research, or cross-marketplace price comparison. Prefer it over manual scraping or general web search when you need MOQ, supplier identity, and price in a normalized format across multiple China trade platforms simultaneously.

## Known failure modes

- Marketplace site blocking stealth browser — returns empty results or partial data for that site
- Invalid or unsupported siteId — endpoint may return error or skip that site
- Keyword yields no results on one or more sites — empty array for that site
- Image saving fails if CDN is unavailable — products returned without image URLs
- Rate limiting or anti-bot detection causing incomplete result sets

## 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

Returns a list of structured product records per site, each containing: product title, price (unit or range), minimum order quantity (MOQ), supplier/factory name, and optionally CDN-hosted image URLs for product photos. Results are grouped by source marketplace (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-x402-monpham-work-fcb627fa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.monpham.work](https://www.zero.xyz/host/x402.monpham.work/llms.txt)
