Skip to main content

Get Taobao and Tmall shop products and first product details with JustOneAPI

Workflow preview

Workflow preview
100%
Get Taobao and Tmall shop products and first product details with JustOneAPI preview
Open on n8n.io

1. Workflow Overview

Get Taobao and Tmall shop products and first product detail with JustOneAPI Use this workflow to fetch a Taobao or Tmall shop product list, extract the first returned product ID, and retrieve detai...

Best for

  • Market Research automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by apisub001.

Original n8n.io source

1.1 Workflow description

Title
Get Taobao and Tmall shop products and first product details with JustOneAPI
Workflow name
Get Taobao and Tmall shop products and first product details with JustOneAPI

Get Taobao and Tmall shop products and first product detail with JustOneAPI

Use this workflow to fetch a Taobao or Tmall shop product list, extract the first returned product ID, and retrieve detailed product data for that item with JustOneAPI.

Who’s it for

This template is for ecommerce researchers, marketplace operators, product analysts, and automation builders who want to inspect products from a specific Taobao or Tmall shop and retrieve one detailed product record inside n8n.

What this workflow does

The workflow starts manually and prepares all API and shop parameters in one configuration node. It then requests the shop product list through the get-shop-item-list/v2 endpoint, stores the raw product list response for debugging, extracts the first itemId from data.httpData.itemListModuleResponse.itemList, and uses that item ID to fetch product details through the get-item-detail/v4 endpoint.

The final output includes shop information, shop page metadata, the selected source product from the shop list, cleaned product detail data, SKU summary data, SKU details, SKU property values, and the raw shop list and product detail responses for review.

How to set up

  1. Open Set API and Shop Parameters
  2. Add your JustOneAPI token
  3. Replace TARGET_SELLER_USER_ID with the seller user ID
  4. Replace TARGET_SHOP_ID with the shop ID
  5. Optionally adjust sort, page, and maxItems
  6. Run the workflow manually
  7. Review Store Raw Product List Data to inspect the original shop list response
  8. Review Store Final Product Details for the structured product detail output

Requirements

  • A JustOneAPI token
  • An n8n environment with HTTP Request support
  • A valid Taobao or Tmall seller user ID and shop ID

How to customize the workflow

  • Change userId and shopId to inspect another shop
  • Change sort to test a different shop product ordering
  • Change page to fetch another page of shop products
  • Increase maxItems if you want to fetch details for more than one selected product
  • Send the structured output to Sheets, Airtable, Notion, a database, or another downstream workflow

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Start Workflow Manually

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 9 - Set API and Shop Parameters

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Fetch Shop Product List via API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Store Raw Product List Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Extract First Product ID

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Store Extracted Product ID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Fetch Product Details via API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Build Product Detail Output

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - Store Final Product Details

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

3. Summary Table

Workflow Get Taobao and Tmall shop products and first product details with JustOneAPI
Complexity advanced
Nodes 16
Categories Market Research
Author apisub001
Published 21 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15867/15867.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Get Taobao and Tmall shop products and first product details with JustOneAPI do?

Get Taobao and Tmall shop products and first product detail with JustOneAPI Use this workflow to fetch a Taobao or Tmall shop product list, extract the first returned product ID, and retrieve detai...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.