Searches Etsy listings by keyword and returns title, price, availability, brand/shop and image for each result, with a total match count.
Input
queryrequired
Search keywords, e.g. "ceramic mug".
pageoptional
Result page, 1-based. Omit for page 1.
Output
pagerequired
queryrequired
resultsrequired
totalCountoptional
FAQ
Searches Etsy listings by keyword and returns title, price, availability, brand/shop and image for each result, with a total match count.
Required: query. Optional: page.
It returns page, query, results, totalCount.
No. It only uses pages of etsy.com that are reachable without signing in.
It only reads. It looks things up on etsy.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/etsy.com/search_listings, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/etsy.com/search_listings
It is part of Reduck's official curated catalogue.