Shop-level vs listing-level exports
Paste a etsy.com/shop/yourShop URL to pull every review across the entire shop in one file (rows include the item_title column so you can pivot per listing). Paste a single etsy.com/listing/... URL to pull reviews for just that one product.
Common workflows
- Seller self-review — pull all your shop reviews quarterly, sentiment-score the body to find recurring buyer concerns, address them in your listing copy.
- Reply-rate audit — count reviews where
shop_reply_textis empty — Etsy buyers value sellers who reply. - Product-line decisions — pivot reviews by
item_titleto see which listings drag down the shop average. - Variation insight — group by
item_variationto find which colour or size has the worst review average. Pull or restyle. - Competitor research — pull a top-seller competitor's reviews to validate a niche before launching.
- UGC content — filter to
rating = 5with photos for your testimonial gallery (with buyer permission per Etsy ToS).
Plan limits
Per-listing size scales with your plan. Free (no signup): up to 100 reviews per listing. Personal: 5,000. Premium: 50,000. Business: 250,000 — see pricing for the full feature comparison and API tiers for the API-specific limits.
FAQ
Etsy Reviews Exporter — FAQ
Is the Etsy reviews exporter free?
The free tier (no signup) returns up to 100 reviews per shop or listing. Larger reviews and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
Can I export an entire shop's reviews in one file?
Yes — paste the shop URL (
etsy.com/shop/yourShop) instead of a single listing URL. Each row has an item_title column so you can pivot by product.Are buyer photos included?
Photo URLs are in a
photos column. We don't download the binary content (would multiply file size).Are shop replies included?
Yes —
shop_reply_text + shop_reply_at. Empty when the shop never replied.Are item variations included?
Yes — when the buyer chose a size/colour/personalisation, it's in the
item_variation column.Will Etsy notice that I exported?
No. We read public reviews without authentication — same as any browser.
Can I export many shops at once?
Yes — bulk URL upload on a paid plan processes each URL as a separate export and bundles the resulting files in one ZIP (one file per shops).
Is there an API?
Yes — JSON-over-HTTP API on Premium and Business plans.