Retrieve Google Maps reviews, reviewer details, photos, owner responses, and frequently mentioned topics for any place in structured JSON.
Use the same API key and credit balance across every ScrapeBadger API.
{
"location": {
"title": "Example Coffee Shop",
"rating": 4.6,
"reviews_count": 842
},
"reviews": [
{
"rating": 5,
"text": "Friendly staff and excellent coffee.",
"iso_date": "2026-07-15",
"user": {
"name": "Example Reviewer",
"local_guide": true
}
}
]
}Retrieve reviews for a Google Maps place, choose how they are sorted, and paginate through the available results.
data_id/v1/google/maps/reviews7 creditsRetrieve Google Maps reviews for a place using its data_id. The response can include review ratings and text, reviewer information, photos, owner responses, location details, review topics, and pagination data.
data_id | required | Google Maps data identifier in the 0x...:0x... format. |
curl --get \
'https://scrapebadger.com/v1/google/maps/reviews' \
--data-urlencode 'data_id=0x89c259af336b3341:0xexample' \
--data-urlencode 'sort_by=qualityScore' \
--data-urlencode 'results=10' \
--data-urlencode 'hl=en' \
--data-urlencode 'gl=us' \
--header 'x-api-key: YOUR_API_KEY'{
"pagination": {
"current": 1,
"next": "EXAMPLE_NEXT_PAGE_TOKEN",
"total_results": 842,
"total_pages": 43,
"page_no": {}
},
"location": {
"title": "Example Coffee Shop",
"address": "123 Example Street, New York, NY",
"rating": 4.6,
"reviews_count": 842
},
"topics": [
{
"keyword": "coffee",
"mentions": 126,
"id": "example-topic-id"
},
{
"keyword": "service",
"mentions": 94,
"id": "example-topic-id-2"
}
],
"reviews": [
{
"rating": 5,
"text": "Friendly staff and excellent coffee.",
"date": "a month ago",
"iso_date": "2026-07-15",
"user": {
"name": "Example Reviewer",
"contributor_id": "example-contributor-id",
"thumbnail": "https://images.example.com/reviewer.png",
"local_guide": true,
"reviews_count": 87,
"photos_count": 24
},
"likes": 12,
"images": [
"https://images.example.com/review-photo.png"
],
"response_from_owner": {
"text": "Thank you for visiting us.",
"date": "3 weeks ago"
}
}
]
}Request reviews with sort_by=newestFirst to monitor recently published customer feedback. Send new reviews into internal dashboards, alerts, or response workflows.
Use review text, ratings, likes, dates, and frequently mentioned topics in reporting or text-analysis pipelines. Identify recurring subjects without treating the topic list as a complete sentiment analysis.
Compare ratings, review volume, frequently mentioned topics, and recent feedback across business locations or competitors. Keep sorting, language, and country settings consistent when making comparisons.
Track whether businesses respond to customer feedback and review the response text and displayed date when available. Use this data for franchise reporting, customer-service audits, or response-time analysis.
1,000 free credits · No credit card required
Use the same ScrapeBadger account, API key, and credit balance to find places, retrieve business information, collect photos, and monitor business updates.
Search Google Maps by keyword and location to find businesses and retrieve the data_id required by the Reviews API.
Explore the Google Maps Search API →Retrieve business details such as address, contact information, opening hours, rating, review count, categories, attributes, and coordinates.
Explore the Place Details API →Retrieve the photo gallery and available image metadata for a Google Maps place.
Explore the Place Photos API →Retrieve updates, announcements, offers, and other posts published through a Google Business Profile.
Explore the Business Posts API →Structured JSON responses remove browser automation, proxy orchestration, and HTML parsing from your roadmap. Make your first request in minutes and move from proof of concept to production without maintaining scrapers.
99.9% uptime SLA. Your data pipeline does not stop because Google changes a page, rotates an anti-bot challenge, or moves a result block. Monitoring, session management, browser infrastructure, and parsing are all us.
Search, Maps, News, Hotels, Trends, Jobs, Shopping, Patents, Scholar, Images, Videos, Finance, AI Mode, Lens, Local, Shorts, Flights, Products, and Autocomplete — every Google surface under one API key.
RESTful API, SDK support, MCP, CLI, and no-code options. Use ScrapeBadger in an existing system or a new application with consistent authentication, structured JSON, and unified billing.
Use ScrapeBadger through an official SDK, a standard API request, MCP, CLI, or the tools already in your workflow.
Build asynchronous data pipelines with typed responses, retry handling, and access to the complete Google API suite.
Add Google data to Node.js and TypeScript applications with type definitions and support for both ESM and CommonJS.
Connect from any backend or programming language using standard HTTP requests. Responses arrive as structured JSON that can be stored, transformed, or passed into another service.
Access Search, Maps, News, Trends, Shopping, Scholar, Flights, and every other supported Google product with one ScrapeBadger API key and one credit balance.
Give compatible AI agents access to Google Search, Maps, News, Trends, Shopping, Scholar, Images, Flights, and more through ScrapeBadger's MCP server.
Run Google searches, inspect trends, collect local business data, and export results as JSON, CSV, Markdown, or terminal-friendly tables without building an application.
See why developers choose ScrapeBadger for reliable, structured web data.
“We switched from the official Twitter API and cut our costs by 95%. The pagination is seamless, and we've never hit a rate limit. Best decision we made this year.”
“The follower and engagement endpoints are incredibly detailed. We use it for influencer research and competitor analysis. Response times are sub-100ms consistently.”
“Started with the Apify actor, then moved to the API for more control. The 1,000 free credits were enough to build our MVP. Now processing 2M+ tweets monthly.”
“Perfect for academic research. The community and trends endpoints give us data we couldn't get anywhere else. Documentation could use more examples, but support is responsive.”
“We monitor 50,000+ accounts for our clients. ScrapeBadger handles it without breaking a sweat. The bulk ID endpoints are a game-changer for large-scale monitoring.”
“The geo and trends endpoints power our location-based analytics. Setup took 10 minutes. Their Apify actors are also great for quick one-off scrapes.”
Start with pay-as-you-go credits (never expire) or save up to 64% with a monthly or annual subscription. Failed requests never consume credits, and every Google API endpoint is included on every plan.
Choose an endpoint and enter your expected request volume. Google APIs use flat per-request credits, making usage easy to forecast. Failed requests cost 0 credits.
Everything you need to know about the Maps Reviews API.
data_id . It normally follows the 0x...:0x... format. The Reviews API requires this Google Maps data identifier — do not substitute a standard place_id unless it is also provided as the documented data_id value.qualityScore for Google's relevance-based order, newestFirst for the latest reviews, ratingHigh for the highest ratings first, or ratingLow for the lowest ratings first. The API does not currently document a filter for returning only a specific star rating.results parameter. When another page is available, pass the token from the previous response through next_page_token . The endpoint also supports a zero-based offset. Keep the same place, sorting, country, and language settings while moving through the results.reviews_count value is the business's displayed review total and should not be treated as a guarantee that every historical review will be available through pagination.Use 1,000 free credits to retrieve customer reviews, monitor new feedback, analyse recurring topics, and track business-owner responses through structured JSON.
No credit card required · Failed requests cost 0 credits
Disclaimer: ScrapeBadger is not affiliated with, endorsed by, or in any way officially connected with Google LLC or any of its subsidiaries or affiliates. Google and related trademarks are the property of their respective owners.