NorkzYT / review-analyzer

A Chrome Extension for extracting valuable insights from reviews, generating concise summaries, sentiment analysis, and keyword extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SerpApi's ChatGPT Review Analyzer Chrome Extension

A Chrome Extension for extracting valuable insights from reviews, generating concise summaries, sentiment analysis, and keyword extraction

Contributors Forks Stargazers Issues Issues MIT License

review-analyzer

A Blog Post with example usecases and deeper explanation: Open Source Review Analyzer Chrome Extension for ChatGPT


Installation

The extension isn’t published under Chrome Web Store yet, so the only web page you can access is the GitHub Repository for the moment. It doesn’t have support for Firefox yet. You will need a Chrome or a Brave Browser to use it.

  1. Download the repository as a ZIP file and extract it, or just clone it.
  2. In your Chrome or Brave browser, open the Extensions page (chrome://extensions for Chrome Browser, brave://extensions for Brave Browser).
  3. Enable "Developer mode" in the top right corner of the page.
  4. Click "Load unpacked" and select the extracted folder from your computer.

Usage

  1. Navigate to ChatGPT webpage.
  2. Navigate to SerpApi Playground to filter the review results you desire.
  3. Click on the SerpApi's ChatGPT Review Analyzer icon in your browser.
  4. A popup window will open. Copy the review results you gathered from SerpApi in JSON format. (Do not try to trim the unnecessary parts.)
  5. Click on the Analyze Button.
  6. The extension will automatically process and display insights from the reviews, providing you with the 10 most common labels and their percentages based on occurrence rate. It will also indicate whether a label is positive or negative.

Example with a Cafe in New York

image

Output

    Quality of coffee (70% positive)
    Service (40% positive, 30% negative)
    Ambiance/decor (60% positive)
    Availability of snacks/food options (40% positive, 20% negative)
    Price (20% negative)
    Seating/WiFi (60% positive)
    Milk options (30% positive, 10% negative)
    Accessibility (10% positive)
    Cleanliness (20% positive)
    Location (10% positive)

Example with a Custom Array containing reviews of SerpApi

image

Output

Ease of Use (Positive) - 23%
Fast and Responsive API (Positive) - 20%
Excellent Customer Support (Positive) - 18%
Comprehensive and Versatile (Positive) - 15%
Pricing Concerns (Negative) - 10%
Documentation Quality (Mixed) - 7% (Positive: 5%, Negative: 2%)
Integration Issues (Negative) - 3%
Wide Range of Features (Positive) - 2%
Real-time Results (Positive) - 1%
Wish for More Free Credits (Negative) - 1%

Example Prompt on ChatGPT

image

About

A Chrome Extension for extracting valuable insights from reviews, generating concise summaries, sentiment analysis, and keyword extraction

License:MIT License


Languages

Language:JavaScript 82.6%Language:HTML 17.4%