Use this workflow to search Taobao and Tmall products by keyword, extract product IDs from the returned search results, and fetch product detail data for the first selected product with JustOneAPI.
This template is for ecommerce researchers, marketplace operators, product analysts, and automation builders who want to quickly inspect Taobao or Tmall product search results and retrieve one structured product detail record inside n8n.
The workflow starts with a manual trigger and prepares all search inputs in one configuration node. It then searches Taobao and Tmall products by keyword, stores the raw search response for debugging, extracts item IDs from data.model.itemList, and uses the first selected itemId to fetch product details.
The final output includes cleaned product information, image URLs, SKU summary data, SKU details, SKU property values, the original search source product, and the raw product detail response for review.
keywordsort, tmall, startPrice, endPrice, page, and maxItemskeyword to search a different product categorytmall to filter for Tmall results when neededstartPrice and endPrice for price-range researchsort to test different search result orderingmaxItems if you want to fetch details for more than one selected product