Programmatic price comparison for commonplace gadgets & household items. Built for agents, developers, and power shoppers.
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.
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.
POST /search
{
"query": "usb c hub 7 port",
"ship_postal": "94103",
"currency": "USD",
"max_results": 5
}
{
"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 }
}
POST /hot_products
{
"currency": "USD",
"max_results": 5
}
↳ 200 OK
{
"offers": [ { /* similar shape as /search */ } ],
"meta": { "freshness_secs": 0 }
}
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.
Private beta for developers & agent builders. Tell us about your use case and region.
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.
Partnerships & media: partners@myelin.com · Support: support@myelin.com