ecommerce.temu-category-search
Installation
SKILL.md
Temu Category Search
Quick Reference
- Required:
keyword(substring match against category Chinese name, English name, and category ID). - Pagination:
pagestarts at 1;pageSizedefaults to 50, max 200. - The returned
id/categoryIdcan be used as category identifiers for Temu product queries (categoryHome/categoryBackend), store queries (category), etc. (as long as it matches the specific tool schema).
Script (Optional)
Command-line debugging: python scripts/temu_category_search.py '<JSON>' (requires NEXSCOPE_API_KEY). See references/api.md for details.
Reference
See references/api.md for input/output parameter tables.
Authentication
Set NEXSCOPE_API_KEY. Visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to manage credits.