Chrome Webstore Reviews Crawler

Chrome Webstore Reviews Crawler

Scrape reviews from Chrome Web Store items, and get GPT summary.

AIAUTOMATIONOPEN_SOURCEApify

Chrome Web Store Reviews Scraper & GPT Analyzer 🔍

A tool to extract user reviews from Chrome Web Store extensions and summarize sentiments using GPT to provide insights into user feedback and suggestions.

🎯 Use Cases

  • Gather user feedback and insights on Chrome extensions
  • Summarize reviews to understand common user sentiments
  • Identify user-suggested features and common pain points

✨ Features

Review Extraction

Collect detailed review information including:

  • Date of Review
  • Content of Review
  • Rating
  • Reviewer Name

Summary with GPT

Generate summarized insights through categories like:

  • Common Complaints and Issues
  • User Suggestions and Ideas
  • Comments on Cost or Value

🚀 Getting Started

  1. Provide Chrome Web Store extension IDs as input.
  2. Run the tool to get structured JSON outputs.

💪 Support

For questions or additional feature requests, contact support via Apify's platform.

Input Example

Here's how to structure your JSON input:

1{
2    "extensionIDs": [
3        "dioapkekjoidbacpmfpnphhlobnneadd"
4    ]
5}

Parsing time

image

Output Sample

Your results will be returned in JSON format, with comprehensive reviews and summarized insights:

1[
2    {
3        "reviews": [
4            {
5                "date": "Mar 9, 2025",
6                "text": "i played this for weeks its a fire game it deserves a 5 star only real gamers would try this",
7                "person": "Adam Rashid",
8                "rating": "5"
9            },
10            ...
11        ]
12    },
13    {
14        "summary": {
15            "pain_anger": [
16                {
17                    "summary": "Several users report issues with gameplay frustration and technical problems.",
18                    "supporting_reviews": [...]
19                }
20            ],
21            "ideas": [
22                {
23                    "summary": "Users suggest new features like more vehicles or expanded maps.",
24                    "supporting_reviews": [...]
25                }
26            ],
27            "money_talk": [
28                {
29                    "summary": "Praised for being free and offers good value.",
30                    "supporting_reviews": [...]
31                }
32            ]
33        }
34    }
35]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!