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-query

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

EHunt Etsy Product Query (
_ehunt_productQuery
)

When the LinkFox "Third-Party Data Service" MCP is available, call it by the tool name
_ehunt_productQuery
(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
code
field, success is subject to the actual network status.

Key Points

  • Pagination:
    page
    starts from 1;
    pageSize
    defaults to 20, maximum 100 (recommended ≤50).
  • Range Parameters: Following the same logic as the store interface,
    begin*
    /
    end*
    are paired.
  • Sorting:
    sortBy
    is 1~6 (EHunt upstream
    sort_by
    ).
    sortDesc
    : 1=descending order, 2=ascending order (different from 1/0 in
    _ehunt_storeQuery
    ).
  • Product Type
    productType
    :
    1
    for handmade,
    2
    for vintage,
    3
    for digital,
    4
    for custom,
    9
    for others; use commas for multiple selections.
  • Currency:
    currencyCode
    defaults to
    USD
    .
  • Category ID:
    category
    is a single category ID; you can first obtain the ID through the category retrieval skill.

Script (Optional)

Command line debugging:
python scripts/ehunt_etsy_product_query.py '<JSON>'
(requires
LINKFOXAGENT_API_KEY
). See the end of references/api.md for details.

References

See references/api.md for the input/output parameter table.