Etsy Product Review avatar

Etsy Product Review

Try for free

1 day trial then $22.00/month - No credit card required now

Go to Store
Etsy Product Review

Etsy Product Review

pintostudio/etsy-product-review
Try for free

1 day trial then $22.00/month - No credit card required now

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.

Etsy Product Review Scraper Actor

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.


Features

  • Fetch Product Reviews: Retrieve reviews for any product using its listingId.
  • Detailed Review Data: Includes ratings, comments, reviewer names, and review dates.
  • Pagination Support: Access multiple pages of reviews.
  • Localized Options: Set currency, language, and country for tailored results.

Parameters

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"


Example Request

1{
2  "listingId": "1215970085",
3  "page": 1,
4  "currency": "USD",
5  "language": "en-US",
6  "country": "US"
7}

Example Response

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}

Use Cases

  • Customer Feedback Analysis: Identify product strengths and areas for improvement based on customer reviews.
  • Reputation Management: Monitor review trends to maintain a positive product reputation.
  • Etsy Seller Insights: Understand customer preferences and expectations.

FAQs

1. What does the Etsy Product Review Scraper do?

It retrieves customer reviews for an Etsy product listing, providing insights into product quality, customer satisfaction, and reviewer feedback.

2. What is the listingId parameter?

The listingId uniquely identifies the product whose reviews you want to fetch. You can find it in the product URL on Etsy.

3. How many reviews can I retrieve?

You can paginate through multiple pages of reviews using the page parameter. Each page contains up to 20 reviews.

4. What data is included in the reviews?

Each review includes:

  • Rating (out of 5).
  • Review text.
  • Reviewer name.
  • Review date.
  • Item quality rating.

5. Can I see images in reviews?

If reviewers include images in their reviews, they will appear in the images array.

6. Is this actor suitable for analyzing large datasets?

Yes, it supports pagination, allowing you to retrieve and analyze large volumes of review data.

7. How can I localize reviews?

Use the currency, language, and country parameters to match the region and preferences of the target audience.

8. Does it include aggregate ratings?

Yes, the response includes the average rating and the total number of reviews.

9. Can I filter reviews by rating?

This actor currently fetches all reviews. Filtering by rating is possible during post-processing.

10. How does this help ecommerce sellers?

By analyzing reviews, sellers can improve products, address common complaints, and enhance customer satisfaction.


SEO-Optimized Content

  • Etsy product review scraper: Gain actionable insights from customer feedback.
  • Analyze Etsy reviews: Understand product quality and customer sentiments.
  • Etsy seller tools: Enhance your store with detailed review data.
  • Customer feedback analysis: Improve products based on Etsy reviews.
  • Monitor Etsy ratings: Track trends and manage product reputation.

Unlock the power of customer insights with the Etsy Product Review Scraper Actor today!

Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 2 months ago