Search Aliexpress
search_aliexpressSearch AliExpress by keyword to find products with prices, ratings, and order counts. Filter by price and sort results.
Instructions
Search AliExpress product listings by keyword.
Returns a list of products — id, title, sale price (and original price /
discount), star rating, orders-sold text, thumbnail image and product URL.
Prices and titles follow the configured market (Germany / EUR by default).
Pass a product's id to get_aliexpress_product for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page (1-indexed), ~60 items per page. | |
| sort | No | Sort order: 'orders' (best-selling), 'price_asc' (cheapest first), 'price_desc' (most expensive first), 'newest'. Omit for AliExpress's default relevance ranking. | |
| limit | No | Maximum results to return (one page holds ~60) | |
| query | Yes | Search keywords, e.g. 'usb c kabel' or 'anker powerbank' | |
| max_price | No | Maximum price filter, in EUR. | |
| min_price | No | Minimum price filter, in EUR. | |
| max_results | No | Deprecated alias for `limit`; prefer `limit`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||