Back to Templates

Get Taobao and Tmall product reviews with JustOneAPI

Created by

Created by: apisub001 || apisub001
apisub001

Last update

Last update 4 days ago

Categories

Share


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

  1. Open Set API and Review Parameters
  2. Add your JustOneAPI token
  3. Replace TARGET_TAOBAO_ITEM_ID with the product item ID you want to inspect
  4. Optionally adjust orderType and page
  5. Run the workflow manually
  6. Review Store Raw Review Data to inspect the original API response
  7. 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