ecommerce.temu-category-search

Search local Temu category databases to retrieve category IDs and hierarchical metadata.

38|3|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/nexscope-ai/nexscope-ecommerce-skills --skill ecommerce-temu-category-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecommerce.temu-category-search
Source: https://github.com/nexscope-ai/nexscope-ecommerce-skills/tree/main/ecommerce.temu-category-search
Command: npx skills add https://github.com/nexscope-ai/nexscope-ecommerce-skills --skill ecommerce-temu-category-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the difficulty of navigating Temu's complex backend category structure by allowing users to search for specific category IDs and names using simple keywords.

Core Features & Use Cases

  • Keyword-Based Search: Quickly locate category Chinese names, English names, and IDs by searching with relevant terms.
  • Hierarchy Navigation: Identify parent-child relationships and category levels to refine product and store filtering.
  • Use Case: A seller wants to filter products in the kitchenware category but does not know the specific Temu category ID; they can use this skill to search for kitchen and retrieve the exact ID required for their API queries.

Quick Start

Use the ecommerce.temu-category-search skill to find the category ID for kitchen storage products by searching with the keyword kitchen.

Frequently Asked Questions about ecommerce.temu-category-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Temu category IDs for product filtering using keywords?

To find Temu category IDs, use a keyword-based search against a pre-synced local database. This maps natural language queries to backend category identifiers and hierarchical metadata for precise product filtering.

What is the best way to navigate Temu category hierarchy for marketplace intelligence?

Navigating Temu category hierarchy requires searching local databases to retrieve category identifiers. This process reveals parent-child relationships and category levels needed for precise marketplace intelligence and store filtering workflows.

Do I need API authentication to retrieve Temu category names and IDs?

Yes, valid API authentication is required to retrieve Temu category names and IDs. The skill performs substring matching against category names and IDs locally, but authentication is necessary to perform the data retrieval.

Can I search for Chinese and English category names simultaneously in the Temu database?

Yes, you can search for Chinese and English category names simultaneously. The keyword search mechanism matches natural language queries against both localized names and backend category IDs stored in the local database.

Why does Temu category search require a pre-synced local database?

A pre-synced local database is required because the category search performs substring matching against hierarchical metadata locally. This ensures fast retrieval of category identifiers without real-time remote API calls for every product filtering query.

How do I map natural language queries to backend Temu category structures?

Mapping natural language queries to backend Temu category structures involves inputting relevant keywords. The system searches local databases to retrieve exact category identifiers, Chinese names, and English names for API queries.