Chrome Web Store AI Extension Intelligence
Pricing
from $2.50 / 1,000 extension profile scrapeds
Chrome Web Store AI Extension Intelligence
Track AI browser extensions on the Chrome Web Store: installs, ratings, reviews, permissions, and growth signals.
Pricing
from $2.50 / 1,000 extension profile scrapeds
Rating
0.0
(0)
Developer
GhostGrid
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Search and extract detailed data from the Chrome Web Store: extension metadata, install counts, ratings, developer info, and reviews.
Why use it?
Monitor the Chrome extension landscape: track competitors, analyze new entrants, gather install and rating trends for AI tools, productivity extensions, or any category. Useful for product managers, extension developers, and market researchers.
Key features
- Multi-search queries -- search multiple terms in one run and deduplicate results
- Install count tracking -- captures approximate active users per extension
- Rating breakdown -- average rating and total ratings count
- Permission analysis -- lists all extension permissions
- Developer info -- developer name, email, and website
- Review scraping -- optional review text per extension (configurable count)
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
search_queries | string[] | (required) | Search terms for the Chrome Web Store |
max_extensions | int | 50 | Max results per search query (1-200) |
include_reviews | bool | true | Fetch reviews if available |
max_reviews_per_extension | int | 10 | Max reviews to collect per extension (1-100) |
Output fields
| Field | Type | Description |
|---|---|---|
name | string | Extension name |
extension_id | string | Chrome Web Store ID |
version | string | Latest version |
description | string | Extension description |
category | string | Store category |
rating | float | Average rating (1.0-5.0) |
rating_count | int | Number of ratings |
install_count | int | Approximate active users |
developer_name | string | Developer/publisher name |
developer_email | string | Developer contact email |
developer_website | string | Developer website URL |
permissions | string[] | Extension permissions |
last_updated | string | Last update date |
url | string | Chrome Web Store URL |
reviews | array | Recent reviews: {author, rating, text, date} |
Notes
- Install counts are approximate ranges shown by the Chrome Web Store (e.g. "100,000+ users").
- The Chrome Web Store may rate-limit rapid requests. The actor handles this automatically.
- Some extensions block review display. Reviews will be empty for those.