Back to Templates

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

Created by

Created by: apisub001 || apisub001
apisub001

Last update

Last update 4 days ago

Categories

Share


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

  1. Open Set API and Search Parameters
  2. Add your JustOneAPI token
  3. Update keyword
  4. Optionally adjust sort, tmall, startPrice, endPrice, page, and maxItems
  5. Run the workflow manually
  6. Review Store Search Results Data to inspect the raw search response
  7. 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