Search Etsy category data by name, ID, or parent IDs to find category identifiers for product/store filtering. Trigger when user mentions Etsy category, Etsy category ID, Etsy category tree, Etsy category lookup, syncEtsyCategory, or category search — even if the tool name is not mentioned, as long as the need is to find a category ID by keyword in a locally synced Etsy category library.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add nexscope-ai/nexscope-ecommerce-skills --skill ecommerce-etsy-category-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ecommerce Etsy Category Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nexscope-ai-ecommerce-etsy-category-search)More formats (shields.io, HTML) on the badges page.
---
name: ecommerce-etsy-category-search
description: "Search Etsy category data by name, ID, or parent IDs to find category identifiers for product/store filtering. Trigger when user mentions Etsy category, Etsy category ID, Etsy category tree, Etsy category lookup, syncEtsyCategory, or category search — even if the tool name is not mentioned, as long as the need is to find a category ID by keyword in a locally synced Etsy category library."
---
# Etsy Category Search
## Key Points
- **Required**: `keyword` (substring match against category name, category ID, `parentIds`).
- **Pagination**: `page` starts at 1; `pageSize` defaults to 50, maximum 200.
- The returned **`id`** can be used as the category identifier for Etsy product search / store query `category` parameters (consistent with the specific tool schema).
## Script (Optional)
Command-line debugging: `python scripts/etsy_category_search.py ''<JSON>''` (requires `NEXSCOPE_API_KEY`). See [references/api.md](references/api.md) for details.
## Reference
Input/output parameter tables are in [references/api.md](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
Does not consume credits.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!