Taobao Search
taobao_searchSearch Taobao product listings via a live Chrome session. Get item titles, prices, shop names, sales counts, and direct URLs for comparison.
Instructions
Search Taobao listings, rendered in the operator's Chrome.
Return Format
TaobaoSearchResponse: {status, query, page, tier_used, count, items[], meta}. Items carry item_id (string), title, price_cny (None when hidden — never 0), shop_name, sales label, url.
Error Format
ToolError: TransportDownError when Chrome/CDP is unreachable or the page lands on a login wall (log into taobao.com in the scraping profile, then retry); ParserDriftError when a rendered page yields zero items, which means the DOM shape moved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page (1-based) | |
| query | Yes | Search text, Chinese or English, e.g. '手机' or 'headphones' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| _meta | No | ||
| count | No | ||
| items | No | ||
| query | No | ||
| status | No | ||
| tier_used | No |