Taobao Search
taobao_searchFind Taobao product listings by entering a query. Returns structured data with price, seller, sales label, and URL, supporting Chinese or English keywords.
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 | Result page number. | |
| _meta | No | Validation metadata. | |
| count | No | Number of items returned on this page. | |
| items | No | Search result items. | |
| query | No | Search query text. | |
| status | No | Response status: success or error. | success |
| tier_used | No | Fetch tier used (cdp). |