ecommerce-reviews

Extract e-commerce product reviews into structured analytics data.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill ecommerce-reviews
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ecommerce-reviews
Source: https://github.com/browser-act/skills/tree/main/solutions/ecommerce/ecommerce-reviews
Command: npx skills add https://github.com/browser-act/skills --skill ecommerce-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Extracts customer reviews from publicly accessible e-commerce product pages to enable sentiment analysis, feedback aggregation, and product insights.

Core Features & Use Cases

  • Multi-site extraction: JSON-LD, Amazon DOM, WooCommerce/Shopify DOM, and generic selectors.
  • Pagination support to fetch reviews from multi-page sections.
  • Structured output with reviewer, rating, date, title, body, verified, and helpful_votes.

Quick Start

Open a product page and run the ecommerce-reviews skill to extract the first page of reviews.

Frequently Asked Questions about ecommerce-reviews

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract product reviews from ecommerce pages for sentiment analysis?▼

To extract product reviews for sentiment analysis, you can use a multi-strategy pipeline that targets JSON-LD, platform-specific DOM selectors, and generic elements to capture structured reviewer, rating, and body text.

What is the best way to scrape reviews across multiple ecommerce platforms?▼

The best way to scrape reviews across multiple platforms is applying a multi-strategy extraction approach that checks for JSON-LD structured data first, then falls back to Amazon or WooCommerce DOM selectors.

Can I extract ratings and reviewer names from paginated review sections?▼

Yes, you can extract ratings and reviewer names from paginated review sections by using extraction tools with built-in pagination support that iterate through multi-page review layouts.

Does multi-strategy review extraction work with generic Shopify product pages?▼

Multi-strategy review extraction works with generic Shopify product pages by utilizing generic DOM selectors and structured data fallbacks to capture review details when platform-specific patterns are absent.

What structured data fields can I capture when extracting ecommerce reviews?▼

When extracting ecommerce reviews, you can capture structured data fields including reviewer name, rating, date, title, body text, verified status, and helpful vote counts for analytics.

Why does my DOM selector fail to extract reviews on some product pages?▼

DOM selectors fail to extract reviews on some product pages when the site uses dynamic rendering or lacks standard markup, requiring a fallback to JSON-LD extraction or generic selector strategies.