Chrome Extension Scraper
Pricing
from $4.99 / 1,000 results
Chrome Extension Scraper
Scrape Chrome Web Store extensions data including ratings, reviews, user counts, descriptions, and manifest details. Perfect for market research, competitor analysis, and tracking extension trends.
Pricing
from $4.99 / 1,000 results
Rating
5.0
(1)
Developer
EasyApi
Maintained by CommunityActor stats
3
Bookmarked
24
Total users
1
Monthly active users
18 days ago
Last modified
Share
Chrome Web Store Scraper π
Powerful scraper for extracting detailed information about Chrome extensions from the Chrome Web Store. Get comprehensive data about extensions including ratings, reviews, user counts, and technical specifications.
π― Use Cases
- Market research and competitor analysis
- Track extension popularity and trends
- Monitor ratings and user feedback
- Analyze extension technical requirements
- Discover extensions in specific categories
- Build extension directories or databases
β¨ Features
-
Deep Data Extraction: Captures comprehensive extension details including:
- Extension ID and title
- Ratings and review counts
- User installation counts
- Developer information
- Category classification
- Detailed descriptions
- Icon and cover images
- Complete manifest data
- Verification status
- Direct store URLs
-
Flexible Configuration:
- Customizable number of results
- Multiple category URL support
- Resource filtering options
π Getting Started
- Input one or more Chrome Web Store category URLs
- Set the maximum number of items to scrape (optional)
- Run the actor and get structured JSON results
πͺ Support
For any questions or custom requirements, please reach out through Apify's platform.
Input Example
A full explanation of an input example in JSON.
{"queryUrls": ["https://chromewebstore.google.com/category/extensions/lifestyle/art"],"maxItems": 50}
Output sample
The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
[{"id": "agionbommeaifngbhincahgmoflcikhm","iconURL": "https://lh3.googleusercontent.com/7wz7zn8tPEC1A6jhRoJaTCzC0cyYsOu-CbJRvgzf_Jgg06dSVHGxRL_ub_bJ2KcOs7dDfFAXbWMv0clnZMdfoRVgGQ","title": "Image downloader - Imageye","rating": 4.861319636507309,"reviewCount": 10124,"coverURL": "https://lh3.googleusercontent.com/VvaEBWP3J3cXB_Vdg6PqpuPtOng2xZIBE-ywSqsT47H3MIUl5qX4GypD_RaMLFMHcs-47bRo85jCTY0NqTmJbU-D","description": "Find and download all images on a web page with Image downloader.","publish": "www.imageye.net","ifEstablish": true,"ifFeatured": true,"category": "lifestyle/art","categoryNo": 14,"userCount": 1000000,"extData": {"update_url": "https://clients2.google.com/service/update2/crx","manifest_version": 3,"name": "__MSG_appName__","short_name": "Imageye","description": "__MSG_appDesc__","default_locale": "en","version": "5.0.1","commands": {"_execute_action": {"suggested_key": {"default": "Ctrl+Shift+Y","mac": "Command+Shift+Y"}}},"action": {"default_icon": "imageye128.png"},"permissions": ["activeTab","downloads","storage","webRequest","scripting","declarativeNetRequest","sidePanel"],"host_permissions": ["http://*/*","https://*/*","<all_urls>"],"background": {"service_worker": "fixR.js"},"icons": {"128": "imageye128.png"}},"url": "https://chromewebstore.google.com/detail/agionbommeaifngbhincahgmoflcikhm","queryUrl": "https://chromewebstore.google.com/category/extensions/lifestyle/art"},{"id": "dpgjihldbpodlmnjolekemlfbcajnmod","iconURL": "https://lh3.googleusercontent.com/jjujkKH5X8zleN6uq4cSBPNBvHGRJjxs8MbSiybos8tE_0AS0W04NCUSBPfsEWkOxmyYejDbX7BrHxiOo6uca4az","title": "Sumopaint - Online Image Editor","rating": 3.5326711970726605,"reviewCount": 1913,"coverURL": "https://lh3.googleusercontent.com/7MCIVPZgkKaYDpvZVlM26A2v516PBFqa84FAqCo9BzOBJGLaIvk-y5faQyIb1NqNzIiSbgHIxdnYuNwOMZaOwb67ZA","description": "Sumopaint is a full featured painting and image editing application.","publish": "sumo.app","ifEstablish": true,"ifFeatured": true,"category": "lifestyle/art","categoryNo": 14,"userCount": 700000,"extData": {"update_url": "https://clients2.google.com/service/update2/crx","manifest_version": 3,"name": "Sumopaint - Online Image Editor","short_name": "Sumopaint","version": "12.4","description": "Sumopaint is a full featured painting and image editing application.","author": "Sumo Apps Ltd","action": {"default_icon": "sumo128.png"},"permissions": ["contextMenus"],"icons": {"16": "sumo16.png","32": "sumo32.png","48": "sumo48.png","128": "sumo128.png"},"background": {"service_worker": "background.js"}},"url": "https://chromewebstore.google.com/detail/dpgjihldbpodlmnjolekemlfbcajnmod","queryUrl": "https://chromewebstore.google.com/category/extensions/lifestyle/art"},...]