workflows.fit
Back to n8n workflows
n8n templateFreeBy apisub001

Search Taobao and Tmall products and get the first product detail with JustOneAPI

Search Taobao and Tmall products and get first product detail with JustOneAPI Use this workflow to search Taobao and Tmall products by keyword, extract product IDs from the returned search results, and fetch product d...

DevelopmentCore NodesSticky NoteManual TriggerSetHttp Request
Loading interactive preview...

Template notes

Search Taobao and Tmall products and get first product detail with JustOneAPI

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.

Who’s it for

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.

What this workflow does

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.

How to set up