Detailed scraper of Google Maps text only reviews.
Google Maps Review Scraper is designed to scrape text review data from Google Maps.
1{ 2 "Location Name": "Example Place", 3 "Location URL": "https://www.google.com/maps/place/example+place", 4 "Total Rating": "4.5", 5 "Total Reviews": 118, 6 "Scraped Text Reviews": [ 7 { 8 "reviewNumber": 1, 9 "reviewText": "The ambiance was charming, but the service left much to be desired. I was really looking forward to a great meal but ended up disappointed.", 10 "reviewRating": 2, 11 "reviewerName": "Alex Johnson", 12 "reviewDate": "6 months ago", 13 "responseFromOwner": true, 14 "responseFromOwnerText": "We appreciate your feedback and are sorry to hear about your experience. We'll strive to do better!", 15 "responseFromOwnerDate": "5 months ago" 16 }, 17 { 18 "reviewNumber": 2, 19 "reviewText": "Absolutely loved the variety of products! The staff was friendly and very helpful. Will definitely return!", 20 "reviewRating": 5, 21 "reviewerName": "Maria Garcia", 22 "reviewDate": "1 month ago", 23 "responseFromOwner": false, 24 "responseFromOwnerText": null, 25 "responseFromOwnerDate": null 26 }, 27 { 28 "reviewNumber": 3, 29 "reviewText": "Had a mixed experience. Some items were great, while others were not fresh. Hoping for better next time.", 30 "reviewRating": 3, 31 "reviewerName": "James Smith", 32 "reviewDate": "1 year ago", 33 "responseFromOwner": true, 34 "responseFromOwnerText": "Thank you for your review! We take your comments seriously and will work on improving our selection.", 35 "responseFromOwnerDate": "11 months ago" 36 } 37 ], 38 "Scraped Reviews Average Rating": 3.3, 39 "Sort Type Used": "Most relevant" 40}
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!