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.
Powerful and efficient scraper for extracting product reviews from Etsy listings. Get valuable customer feedback data to analyze product performance and customer satisfaction.
productUrl
: URL of the Etsy product listing (required)maxItems
: Maximum number of reviews to scrapeA 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}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!