ecommerce-temu-store-source-query

Installation
SKILL.md

Temu Store Query

When the Nexscope "Third-Party Data Service" MCP is available, this maps to the gateway route ehunt/temu/storeQuery (MCP display name: Temu Store Query; exact tool name follows the tool metadata deployed in the current environment). Authentication and upstream routing are handled by the gateway; if the response contains a root-level code field, success is determined by the actual network response.

Key Points

  • Pagination: page starts at 1; pageSize defaults to 20, max 100.
  • Range parameters: *Min / *Max come in pairs (total/weekly/monthly sales, total/weekly/monthly revenue, rating, reviews, followers, product count), forming upstream ranges.
  • Site: siteId is the country site ID, multiple values comma-separated (e.g., 211=United States, 76=United Kingdom).
  • Category: category is the backend category ID, multiple values comma-separated.
  • Managed mode: isLocal (0=fully-managed, 1=semi-managed, string type).
  • Store opening time: listedTimeBegin / listedTimeEnd (YYYY-MM-DD).
  • Sorting: sortBy is a "field-direction" string, e.g., order_week_count-0 (weekly sales descending, default), order_count-0, total_revenue-0, rating-0.

Script (Optional)

Command-line debugging: python scripts/temu_store_source_query.py '<JSON>' (requires NEXSCOPE_API_KEY). See the end of references/api.md.

Reference

Installs
9
GitHub Stars
71
First Seen
Aug 31, 2026
ecommerce-temu-store-source-query — nexscope-ai/nexscope-ecommerce-skills