# 1688 Supplier Price and MOQ Comparison

**Use case:** 

Compare authorized 1688 offer snapshots for price, MOQ, stock, supplier, badges, and promotions with review-ready change evidence.

## Input

```json
{
  "schemaVersion": "2.0",
  "authorization": "I confirm I am authorized to process and deliver these 1688 offer records",
  "sourceContext": "buyer_owned_1688_export",
  "watchName": "wholesale-price-review",
  "offers": [
    {
      "offerId": "1000406623486",
      "offerUrl": "https://detail.1688.com/offer/1000406623486.html",
      "previous": {
        "offerId": "1000406623486",
        "title": "USB-C cable wholesale pack",
        "priceMin": 3.8,
        "priceMax": 4.6,
        "currency": "CNY",
        "priceTiers": [
          {
            "beginAmount": 100,
            "price": 4.6
          }
        ],
        "supplier": {
          "id": "supplier-88",
          "name": "Example Authorized Supplier"
        }
      },
      "current": {
        "offerId": "1000406623486",
        "title": "USB-C cable wholesale pack",
        "priceMin": 3.6,
        "priceMax": 4.4,
        "currency": "CNY",
        "priceTiers": [
          {
            "beginAmount": 100,
            "price": 4.4
          }
        ],
        "supplier": {
          "id": "supplier-88",
          "name": "Example Authorized Supplier"
        }
      },
      "sourceName": "Buyer-owned 1688 export",
      "sourceLicense": "Buyer confirms authorization to process and deliver this export."
    }
  ],
  "maxChanges": 20
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "text"
  },
  "entityId": {
    "label": "Stable offer entity",
    "format": "text"
  },
  "watchName": {
    "label": "Watch",
    "format": "text"
  },
  "targetId": {
    "label": "1688 offer ID",
    "format": "text"
  },
  "changeType": {
    "label": "Comparison result",
    "format": "text"
  },
  "changedFields": {
    "label": "Changed fields",
    "format": "json"
  },
  "current": {
    "label": "Current authorized snapshot",
    "format": "json"
  },
  "previous": {
    "label": "Previous authorized snapshot",
    "format": "json"
  },
  "freshness": {
    "label": "Freshness",
    "format": "json"
  },
  "confidenceScore": {
    "label": "Evidence score",
    "format": "number"
  },
  "confidenceBand": {
    "label": "Evidence band",
    "format": "text"
  },
  "dataGaps": {
    "label": "Data gaps",
    "format": "json"
  },
  "priority": {
    "label": "Review priority",
    "format": "text"
  },
  "recommendedAction": {
    "label": "Human-review action",
    "format": "text"
  },
  "safeToAutomate": {
    "label": "Safe to automate",
    "format": "boolean"
  },
  "summary": {
    "label": "Evidence summary",
    "format": "text"
  },
  "sourceName": {
    "label": "Authorized source label",
    "format": "text"
  },
  "sourceLicense": {
    "label": "Rights statement",
    "format": "text"
  },
  "sourceRetrievedAt": {
    "label": "Source retrieved at",
    "format": "date"
  },
  "targetUrl": {
    "label": "Recorded offer URL",
    "format": "link"
  },
  "failureType": {
    "label": "Failure type",
    "format": "text"
  },
  "retryable": {
    "label": "Retryable",
    "format": "boolean"
  },
  "failureDiagnostics": {
    "label": "Failure diagnostics",
    "format": "json"
  },
  "billing": {
    "label": "Delivery intent",
    "format": "json"
  },
  "observedAt": {
    "label": "Processed at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [1688 Supplier Price & MOQ Monitor](https://apify.com/zinin/china-1688-supplier-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/china-1688-supplier-monitor) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/zinin/china-1688-supplier-monitor.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
