etsy_search_listings
Search active Etsy listings by keyword, optionally filter by shop ID, and set the maximum number of results.
Instructions
Search active Etsy listings by keyword.
Args: query: Free-text keyword search across listing title and tags. shop_id: Optional Etsy ShopID to scope the search to a single shop. When omitted, queries the global active-listings index. limit: Cap on returned results (max 100 enforced by Etsy).
Returns: JSON envelope: {"ok": true, "data": {"results": [...], "count": N}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| shop_id | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |