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

Go to Workflow
0 views
Built by apisub001 apisub001
Created on June 05, 2026

Description

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

Open Set API and Search Parameters
Add your JustOneAPI token
Update keyword
Optionally adjust sort, tmall, startPrice, endPrice, page, and maxItems
Run the workflow manually
Review Store Search Results Data to inspect the raw search response
Review Store Final Product Details for the structured product detail output

Requirements

A JustOneAPI token
An n8n environment with HTTP Request support
A Taobao or Tmall product keyword that returns search results

How to customize the workflow

Change keyword to search a different product category
Set tmall to filter for Tmall results when needed
Adjust startPrice and endPrice for price-range research
Change sort to test different search result ordering
Increase maxItems if you want to fetch details for more than one selected product
Send the final structured output to Sheets, Airtable, Notion, a database, or another downstream workflow

Nodes Used (2)

Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest