ecommerce-etsy-store-query

Installation
SKILL.md

Etsy Store Query

Key Points

  • Pagination: page starts at 1; pageSize defaults to 20, maximum 100.
  • Range Parameters: begin* / end* pairs correspond to upstream comma-delimited ranges. Filling only one side means the upstream treats it as "start~" or "~end".
  • Sorting: sortBy only supports 8~11 (8 total sales, 9 weekly sales, 10 review count, 11 favorite count). sortDesc: 1=descending, 0=ascending (do not confuse with the product query interface''s sortDesc).

Script (Optional)

Command-line debugging: python scripts/etsy_store_query.py ''<JSON>'' (requires NEXSCOPE_API_KEY). See references/api.md for details.

Reference

Input/output parameter tables are in references/api.md.

Authentication

Set the NEXSCOPE_API_KEY environment variable. If credentials are missing or expire, visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to top up credits.

Installs
10
GitHub Stars
71
First Seen
Aug 31, 2026
ecommerce-etsy-store-query — nexscope-ai/nexscope-ecommerce-skills