Taobao Item Card
taobao_cardRetrieve a Taobao product card by item ID or URL, returning title, price, shop name, sales, and description images. Provides clear error responses for missing IDs, removed pages, and login walls.
Instructions
Fetch one Taobao item card.
Return Format
TaobaoCardResponse: {status, item_id, title, price_cny, shop_name, sales, description_images, url, tier_used, meta}. price_cny is None when the page hides it or prices by variant — never 0. When the description-image count drifts to a non-number, description_images degrades to 0 and meta.warnings names the drift — the card itself still answers.
Error Format
ToolError: BadRequestError when no id can be extracted; NotFoundError when the item page reports itself gone; TransportDownError on login walls and CDP failures; ParserDriftError when a rendered card has neither title nor price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id_or_url | Yes | Item id or item.taobao.com URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| _meta | No | ||
| sales | No | ||
| title | No | ||
| status | No | ||
| item_id | No | ||
| price_cny | No | ||
| shop_name | No | ||
| tier_used | No | ||
| description_images | No |