AliExpress Product Card
aliexpress_cardRetrieve a single AliExpress product card with current price, old price, rating, order count, and direct URL. Retrieve by item ID or URL to evaluate a product's value and demand without encountering review-tab anti-bot barriers.
Instructions
Fetch one AliExpress product card, rendered in the operator's Chrome.
Review TEXTS are deliberately not exposed: they require navigating the review tab, which x5sec challenges; this tool returns the rating and the order count instead.
Return Format
AliCardResponse: {status, item_id, title, price_rub, old_price_rub, rating, orders_count, url, tier_used, meta}.
Error Format
ToolError: BadRequestError when no item id can be extracted; TransportDownError on x5sec challenges or CDP failures; ParserDriftError when a rendered card has neither title nor price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id_or_url | Yes | AliExpress item id (9-16 digits) or aliexpress.ru item URL, e.g. /item/1005010003103368.html |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| _meta | No | ||
| title | No | ||
| rating | No | ||
| status | No | ||
| item_id | No | ||
| price_rub | No | ||
| tier_used | No | ||
| orders_count | No | ||
| old_price_rub | No |