Chrome Extension Review Scraper avatar
Chrome Extension Review Scraper

Pricing

$25.00/month + usage

Go to Store
Chrome Extension Review Scraper

Chrome Extension Review Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Chrome Extension Review Scraper gathers user reviews from Chrome Web Store extension pages. Provide review page URLs and proxy settings; the Actor returns structured JSON with review IDs, reviewer names, ratings, dates, texts, helpfulness counts, and developer replies. Ideal for sentiment analysis.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

24 days ago

Chrome Extension Review Scraper

Introduction

The Chrome Extension Review Scraper is an Apify Actor that gathers user reviews from Chrome Web Store extension pages. Provide one or more review page URLs and proxy settings, and receive a structured JSON array of review details.


Input Parameters

ParameterTypeRequiredDescription
proxyConfigurationobjectYesProxy settings to avoid IP blocks and ensure reliable scraping.
└─ useApifyProxybooleanYesWhether to route requests through Apify Proxy.
└─ apifyProxyGroupsstring[]NoList of Apify Proxy groups to use (e.g., ["RESIDENTIAL"]).
urlsstring[]YesArray of Chrome Web Store “Reviews” page URLs to scrape.

Example Input

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
},
"urls": [
"https://chromewebstore.google.com/detail/modest-guitar-columns-for/kbdobpkcobapldadlpcjbjijmjnjfddk/reviews?hl=en"
]
}

Output

The Actor returns a JSON array where each element represents one review:

[
{
"review_id": "review_1",
"url": "https://chromewebstore.google.com/.../reviews?hl=en",
"reviewer_name": "praise idris",
"rating": "5 out of 5 stars",
"review_date": "Apr 6, 2025",
"review_text": "best app love music",
"helpfulness": "",
"developer_reply": null
},
{
"review_id": "review_2",
"url": "https://chromewebstore.google.com/.../reviews?hl=en",
"reviewer_name": "Dhananjayan Sudhakar",
"rating": "5 out of 5 stars",
"review_date": "Jan 28, 2025",
"review_text": "Thanks for building this App. Great App, very useful!",
"helpfulness": "2 out of 3 found this helpful",
"developer_reply": null
}
// …
]

Features

  • Proxy Integration – Use Apify Proxy to bypass scraping limits and geographic restrictions.
  • Batch URL Support – Scrape reviews from multiple extension pages in one run.
  • Complete Review Details – Captures reviewer name, rating, date, text, helpfulness and developer replies.
  • Structured JSON Output – Consistent schema for easy downstream processing.
  • Automatic Retries – Handles transient network or parsing errors seamlessly.

Possible Use Cases

  • Sentiment Analysis on user feedback for feature improvements.
  • Developer Monitoring to track new reviews and respond promptly.
  • Market Research for extension popularity and user satisfaction trends.
  • Quality Assurance to detect bugs or UX issues mentioned by users.
  • Dashboarding & Reporting by aggregating review metrics over time.

Support

For bug reports or custom needs, contact: 📧 support@getdataforme.com Or use our contact form: https://getdataforme.com/contact/