Etsy Reviews Scraper

Etsy Reviews Scraper

Scrape Etsy product reviews effortlessly. Extract detailed review data including ratings, text, reviewer info, dates and more. Perfect for market research and customer feedback analysis.

ECOMMERCEApify

Etsy Review Scraper 📝

Powerful and efficient scraper for extracting product reviews from Etsy listings. Get valuable customer feedback data to analyze product performance and customer satisfaction.

Features ✨

  • Extract detailed review information including:
    • Rating (1-5 stars) ⭐
    • Review text content 💬
    • Reviewer username 👤
    • Review date 📅
    • Recommendation status 👍
    • Sub-ratings (if available) 📊

Use Cases 🎯

  • Market research and competitor analysis
  • Product feedback monitoring
  • Customer sentiment analysis
  • Quality assurance tracking
  • Social proof collection

Input Parameters 🔧

  • productUrl: URL of the Etsy product listing (required)
  • maxItems: Maximum number of reviews to scrape

Limitations ⚠️

  • Only public reviews are accessible
  • Rate limiting may apply based on Etsy's policies
  • Some reviews might not have all fields available

Input Example

A full explanation of an input example in JSON.

1{
2    "productUrl": "https://www.etsy.com/listing/1071878058/charger-plate-pumpkin-set-pumpkin",
3    "maxItems": 10
4}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"rating": "5",
4		"text": "Lovely item thank you, I look forward to Autumn!",
5		"reviewer": "goldfingerclaire",
6		"date": "22 Aug, 2023",
7		"recommends": false,
8		"subratings": {}
9	},
10	{
11		"rating": "5",
12		"text": "Communication was great. An amazing item!",
13		"reviewer": "Karina Vega",
14		"date": "01 Nov, 2024",
15		"recommends": true,
16		"subratings": {
17			"Item quality": "5",
18			"Delivery": "5",
19			"Customer service": "5"
20		}
21	},
22    ...
23]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!