CheapChina Gateway

Developer tool · MCP · GPT Action

Cheapest delivered price from AliExpress — in seconds.

Programmatic price comparison for commonplace gadgets & household items. Built for agents, developers, and power shoppers.

How it works

Your app (or AI agent) calls our single endpoint. We normalize AliExpress offers, compute delivered price per destination, and return ranked results with a checkout (affiliate) link.

MCP tool OpenAI Action TypeScript & Python SDKs Edge caching

Fast & compliant

We respect AliExpress API limits and cache freshness rules. Typical p95 latency is < 300 ms on cache hits. Pricing and availability can change—responses include a freshness_secs field.

Example: API request

POST /search
{
  "query": "usb c hub 7 port",
  "ship_postal": "94103",
  "currency": "USD",
  "max_results": 5
}

Example: API response

{
  "offers": [
    {
      "merchant": "AliExpress",
      "title": "7-Port USB-C Hub 5Gbps",
      "price_item": 11.49,
      "price_ship": 2.73,
      "total_price": 14.22,
      "ship_eta_days": 10,
      "seller_rating": 4.8,
      "currency": "USD",
      "timestamp": "2025-07-23T11:03:02Z",
      "checkout_url": "https://www.aliexpress.com/item/...&aff_fcid=..."
    }
  ],
  "meta": { "freshness_secs": 8123 }
}

Example: Hot products

POST /hot_products
{
  "currency": "USD",
  "max_results": 5
}

↳ 200 OK
{
  "offers": [ { /* similar shape as /search */ } ],
  "meta": { "freshness_secs": 0 }
}

Affiliate disclosure

We use affiliate links to AliExpress. If you click a link and make a purchase, we may earn a commission at no extra cost to you. We do not sell products—our service compares offers and links you to AliExpress to buy.

Request access

Private beta for developers & agent builders. Tell us about your use case and region.

partners@myelin.com

Privacy & terms

We log anonymous usage analytics (queries, latency, click IDs, and conversions) to improve ranking and reliability. We do not sell personal data. By using this site or API, you agree to our Terms and Privacy Policy.

Contact

Partnerships & media: partners@myelin.com · Support: support@myelin.com