Etsy Product Query (ehuntproductQuery)
SkillCommerce & financeQuery Etsy products with multi-dimensional filters (keyword/URL, price, sales, favorites, reviews, listing date, category, handmade/vintage types, Pick/Bestseller/Raving tags). Trigger when user mentions Etsy products, Etsy listings, Etsy product sourcing, Etsy bestsellers, Etsy handmade, Etsy vintage, Etsy items, or Etsy product query — even if the tool name is not mentioned, as long as the need is to search products, view sales/price/tags, or filter items on Etsy.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Etsy Product Query (ehuntproductQuery) skill
What this skill tells your AI
The instructions your AI receives, as published by nexscope-ai/nexscope-ecommerce-skills in ecommerce-etsy-product-query/SKILL.md and read by ahel’s review.
Key Points
- Pagination:
pagestarts at 1;pageSizedefaults to 20, maximum 100 (recommended <= 50). - Range Parameters: Same approach as the store interface —
begin*/end*pairs. - Sorting:
sortByis 1~6 (upstreamsort_by).sortDesc: 1=descending, 2=ascending (different from_ehunt_storeQuerywhich uses 1/0). - Product Type
productType:1Handmade,2Vintage,3Digital,4Custom,9Other, use commas for multiple selection. - Currency:
currencyCodedefaults toUSD. - Category ID:
categoryis a single category ID; use the category search skill to find the ID first.
Script (Optional)
Command-line debugging: python scripts/etsy_product_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 authentication fails (401/402) or you see insufficient balance errors, visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to get an API Key or top up credits.
Credit Consumption
Dynamic pricing: credits consumed = number of products returned x 1.8. Billed per page of results returned; fetching the next page is essentially a new request, billed again based on the new page''s result count.
Important: This skill''s cost scales dynamically and may consume a significant number of credits in a single call. You must warn the user and let them decide whether to continue.
Signals
- GitHub stars
- 67
- Forks
- 9
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ecommerce-etsy-product-query- Source
- github.com/nexscope-ai/nexscope-ecommerce-skills