Get Taobao and Tmall product reviews with JustOneAPI
Go to WorkflowDescription
Get Taobao and Tmall product reviews with JustOneAPI
Use this workflow to fetch product reviews for a specified Taobao or Tmall item and turn the review response into a structured output inside n8n.
Who’s it for
This template is for ecommerce researchers, marketplace operators, product analysts, customer feedback teams, and automation builders who want to review buyer feedback for a specific Taobao or Tmall product.
What this workflow does
The workflow starts manually and prepares all API and review parameters in one configuration node. It then sends a request to the Taobao/Tmall product review endpoint through JustOneAPI, stores the raw review response for debugging, and builds a structured review output from the returned data.comments array.
The final output includes request metadata, page information, review summary counts, cleaned review records, review photos, appended reviews, buyer display information, SKU information from the reviewed item, sharing metadata, and the raw API response for review.
How to set up
Open Set API and Review Parameters
Add your JustOneAPI token
Replace TARGET_TAOBAO_ITEM_ID with the product item ID you want to inspect
Optionally adjust orderType and page
Run the workflow manually
Review Store Raw Review Data to inspect the original API response
Review Store Final Reviews for the structured review output
Requirements
A JustOneAPI token
An n8n environment with HTTP Request support
A valid Taobao or Tmall product item ID
How to customize the workflow
Change itemId to fetch reviews for another product
Change orderType to test a different review sorting option
Change page to fetch another review page
Use the structured review output for spreadsheet export, database storage, reporting, or downstream analysis workflows