Scrape reviews from Chrome Web Store items, and get GPT summary.
A tool to extract user reviews from Chrome Web Store extensions and summarize sentiments using GPT to provide insights into user feedback and suggestions.
Collect detailed review information including:
Generate summarized insights through categories like:
For questions or additional feature requests, contact support via Apify's platform.
Here's how to structure your JSON input:
1{ 2 "extensionIDs": [ 3 "dioapkekjoidbacpmfpnphhlobnneadd" 4 ] 5}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!