search_products
Search aliexpress.ru product listings with sorting, price range filters, and pagination to retrieve real-time prices, delivery estimates, ratings, and seller details.
Instructions
Search aliexpress.ru like the site does: real pages, sorting, a price window.
Per item: listing price (and pre-discount price) of the variant the
listing shows (listing_sku_id — the card may pre-select another one;
pass it to get_product as sku_id to price the same variant), the price the
listing advertises "с купоном" (may need a bigger order), rating, orders,
listing delivery estimate, number of variants, Choice and sponsored flags,
seller, item_id and source_id. Review counts are not in listings.
total_found is AliExpress's match count; has_more whether another page
exists. Price sorting and the price window use AliExpress's own price
field, so a shown price can fall outside the window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Russian city for prices and delivery, e.g. 'Екатеринбург' or 'Кировск, Мурманская'. Default: the server's AE_CITY | |
| page | No | Result page, 20 items per page. Request pages in order (1, 2, 3…) so they do not overlap | |
| sort | No | Order of results; 'orders' = most bought first | relevance |
| limit | No | Return at most this many items of the page | |
| query | Yes | Search phrase as typed on the site (Russian works best) | |
| price_max | No | Upper price bound, rubles | |
| price_min | No | Lower price bound, rubles |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||