This actor retrieves detailed reviews for a specific Etsy product listing. It provides valuable insights, including the average rating, total review count, and individual reviews with details like reviewer names, ratings, and comments. Perfect for customer feedback and improving product strategies.
The Etsy Product Review Scraper Actor retrieves detailed reviews for a specific Etsy product listing. It provides valuable insights, including the average rating, total review count, and individual reviews with details like reviewer names, ratings, and comments. This actor is ideal for analyzing customer feedback and improving product strategies.
listingId
.listingId
(string, required)The unique identifier for the Etsy product listing.
Example: "1215970085"
page
(number, optional)The page number of reviews to retrieve.
Default: 1
currency
(string, optional)The currency to display, aligning with the product's region.
Default: "USD"
language
(string, optional)The language of the reviews.
Default: "en-US"
country
(string, optional)The country code for localization.
Default: "US"
1{ 2 "listingId": "1215970085", 3 "page": 1, 4 "currency": "USD", 5 "language": "en-US", 6 "country": "US" 7}
1{ 2 "page": 1, 3 "listingId": "1215970085", 4 "reviews": { 5 "reviewsCount": "11,881", 6 "averageRating": "4.9696", 7 "reviews": [ 8 { 9 "rating": "5", 10 "reviewText": "Quick shipping and such a cute gift", 11 "reviewerName": "kmikeska", 12 "date": "kmikeska Nov 21, 2024", 13 "itemQuality": "5", 14 "delivery": "", 15 "images": [] 16 }, 17 { 18 "rating": "5", 19 "reviewText": "They looked amazing - was a little worried as the photo I provided was a bit far away and wasn’t the best quality but they turned out better than I could have imagined!", 20 "reviewerName": "Colleen", 21 "date": "Colleen Nov 21, 2024", 22 "itemQuality": "5", 23 "delivery": "", 24 "images": [] 25 }, 26 { 27 "rating": "5", 28 "reviewText": "My mom is going to love this.", 29 "reviewerName": "Suzanne Palmer", 30 "date": "Suzanne Palmer Nov 21, 2024", 31 "itemQuality": "5", 32 "delivery": "", 33 "images": [] 34 }, 35 { 36 "rating": "4", 37 "reviewText": "Love it, will make a great gift", 38 "reviewerName": "chilt1985", 39 "date": "chilt1985 Nov 21, 2024", 40 "itemQuality": "4", 41 "delivery": "", 42 "images": [] 43 } 44 ] 45 } 46}
It retrieves customer reviews for an Etsy product listing, providing insights into product quality, customer satisfaction, and reviewer feedback.
listingId
parameter?The listingId
uniquely identifies the product whose reviews you want to fetch. You can find it in the product URL on Etsy.
You can paginate through multiple pages of reviews using the page
parameter. Each page contains up to 20 reviews.
Each review includes:
If reviewers include images in their reviews, they will appear in the images
array.
Yes, it supports pagination, allowing you to retrieve and analyze large volumes of review data.
Use the currency
, language
, and country
parameters to match the region and preferences of the target audience.
Yes, the response includes the average rating and the total number of reviews.
This actor currently fetches all reviews. Filtering by rating is possible during post-processing.
By analyzing reviews, sellers can improve products, address common complaints, and enhance customer satisfaction.
Unlock the power of customer insights with the Etsy Product Review Scraper Actor today!
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!