linkfox-ehunt-etsy-product-query
Original:🇨🇳 Chinese
Translated
1 scriptsChecked / no sensitive code detected
Filter Etsy products through the EHunt MCP tool `_ehunt_productQuery` (display name: "Etsy Product Query") by multiple dimensions (keywords/URL, price, sales volume, favorites, reviews, listing time, category, types like handmade/vintage, Pick/Bestsell/Raving, etc.). Trigger this skill when users mention EHunt Etsy products, Etsy listing, Etsy product selection, Etsy bestsellers, Etsy handmade, Etsy vintage, ehunt items, Etsy Product Query, or `_ehunt_productQuery`. Even if users don't mention EHunt, this skill should be triggered as long as they search for products on Etsy, check sales volume/price/tags, or filter products.
31installs
Added on
NPX Install
npx skill4agent add linkfox-ai/linkfox-skills linkfox-ehunt-etsy-product-queryTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →EHunt Etsy Product Query (_ehunt_productQuery
)
_ehunt_productQueryWhen the LinkFox "Third-Party Data Service" MCP is available, call it by the tool name (MCP display name: Etsy Product Query, subject to the tool metadata issued in the current environment). Authentication and upstream routing are handled by the gateway; if the response contains a root-level field, success is subject to the actual network status.
_ehunt_productQuerycodeKey Points
- Pagination: starts from 1;
pagedefaults to 20, maximum 100 (recommended ≤50).pageSize - Range Parameters: Following the same logic as the store interface, /
begin*are paired.end* - Sorting: is 1~6 (EHunt upstream
sortBy).sort_by: 1=descending order, 2=ascending order (different from 1/0 insortDesc)._ehunt_storeQuery - Product Type :
productTypefor handmade,1for vintage,2for digital,3for custom,4for others; use commas for multiple selections.9 - Currency: defaults to
currencyCode.USD - Category ID: is a single category ID; you can first obtain the ID through the category retrieval skill.
category
Script (Optional)
Command line debugging: (requires ). See the end of references/api.md for details.
python scripts/ehunt_etsy_product_query.py '<JSON>'LINKFOXAGENT_API_KEYReferences
See references/api.md for the input/output parameter table.