Google Places API alternatives for showing reviews on a website
Most people who go looking for a Google Places API alternative are not unhappy with the API. They are unhappy with two specific things it does: it returns a maximum of five reviews per place, and it bills every one of those calls at Google's most expensive Places tier. Both of those are deliberate, both are documented, and neither changes on a paid plan.
So the useful question is not "what replaces the Places API" but "which job am I actually trying to finish". There are three, they have different answers, and only one of them needs an API at all.
The short answer
If you want Google reviews displayed on your own website, the alternative is a review widget, not another API: no key, no field mask, no per-view charge. If you want your own location's full review history in a warehouse or dashboard, use the free Google Business Profile API instead. If you want place data for businesses you do not own, Foursquare, HERE and Mapbox all sell place APIs, but none of them can hand you Google's review text, because Google licenses it and does not resell it. There is no legitimate API anywhere that returns more than five Google reviews for a place you do not control.
Build the display side in about two minutes
Assemble the widget, copy the embed, and put your Google, Trustpilot, G2 and direct reviews on the page where they change a decision.
Sources
Layout
Brand color
Minimum rating
No reviews match those filters
Turn a source back on or lower the minimum rating.
·
reviews shown
from Google · G2 · direct
Drops next to any CTA: signup, pricing, checkout.
Paste this once, anywhere in your HTML. The widget inherits your settings from the studio and stays in sync when you change them.
Create your account to activate your embed code.
Automated request email
From: Your Company <[email protected]>
Subject: Quick favor? It takes 40 seconds
Hi Jordan,
You've been with us for 3 months, thanks for that. Would you share how it's going? One click below, 40 seconds, done.
Sent automatically 90 days after signup · timed to the customer's timezone
See it land in your own inbox
We'll send you this exact sequence the way your customers would receive it.
Why people go looking for an alternative in the first place
Two limits send almost everybody here. The first is the review cap. Google's Places API reference states that a maximum of five reviews can be returned, sorted by relevance, and there is no pagination parameter, no offset and no sort option. You cannot request the five newest. You get five that Google considers most relevant, and that is the whole feed.
The second is the bill. Places API pricing is per field rather than per call, so the most expensive field in your request sets the price for the entire request. Asking for a name and an address bills the Place Details Essentials SKU at $5.00 per 1,000. Adding the reviews field moves the same call to Place Details Enterprise plus Atmosphere at $25.00 per 1,000, and the monthly free allowance drops from 10,000 calls to 1,000. Because the Maps Platform terms do not let you cache review content, a page that shows live Google reviews bills one call per view. A site with 10,000 monthly views of that page is looking at roughly $225 a month for five reviews. The full SKU table and worked costs are on the Google Places API pricing page.
The alternatives, and what each one is actually for
| Option | Gets you Google review text? | Cost shape | Right when |
|---|---|---|---|
| Review widget | Yes, for your own profiles | Flat monthly, traffic independent | Reviews need to render on your pages |
| Google Business Profile API | Yes, in full, own locations only | No per-call charge once approved | Reviews must reach a warehouse or BI tool |
| Foursquare Places | No | Per request, free tier available | You need venue data, not Google reviews |
| HERE or Mapbox places | No | Per request | Geocoding and search, cheaper than Google |
| OpenStreetMap / Overpass | No | Free, self-hosted or public endpoint | Open POI data with no vendor bill |
| Scraping Google Maps | Against the terms | Cheap until it is not | Never, if the domain matters to you |
If the job is putting reviews on your own website
This is the majority case and it does not need an API. A review widget is a script tag: you connect your profiles once, choose a layout, paste the embed, and the reviews render. There is no Cloud project, no billing account, no field mask to get wrong, no attribution logic to build, and no per-view charge that grows as the page succeeds. That last point is the one worth sitting with. With the Places API, a landing page doing well costs you more money every month. With a widget, it does not.
The practical difference shows up in what you can display, too. The API hands you five reviews of one Google location. A widget can pull your Google reviews alongside Trustpilot, G2 and reviews collected directly, and show them together, which is closer to what a buyer actually wants to see. If that is the shape of your problem, the Google reviews widget page covers the setup, and the review widget page covers the layouts.
If the job is getting your own reviews into a warehouse
Use the Google Business Profile API. It covers only profiles you own and have verified, but for those it returns the complete review history including your replies, and there is no per-call charge once you are approved. The catch is the approval itself: it is a manual application to Google with published prerequisites, and it takes as long as it takes. The requirements and the quota trick that tells you whether you were approved are on the Google Business Profile API page.
Once review data is landing in a warehouse on a schedule, the problem stops being retrieval and starts being trust. A rating column that silently changes type, or a sync that quietly stops on a Tuesday, will keep feeding a dashboard that looks fine, and knowing which report breaks when a field changes upstream is a data lineage question rather than a reviews one. Worth solving before the numbers reach a board deck.
If the job is place data for businesses you do not own
Here the alternatives are real and often cheaper. Foursquare Places, HERE and Mapbox all sell venue search, geocoding and place attributes, and OpenStreetMap gives you open POI data for nothing if you are willing to host the query layer. Any of them can replace the Places API for lookup, autocomplete and category search.
What none of them can do is give you Google's reviews. Google review text belongs to Google, it is not syndicated to other place data vendors, and the five review cap exists precisely because Google is not in the business of exporting its review corpus. Any tool promising you full Google review histories for arbitrary businesses is scraping Maps, which breaks the Maps Platform terms and puts your API key and Cloud project at risk. That risk is not theoretical, and it is a strange thing to accept for competitor review data you cannot legally publish anyway.
How much does the Google Places API cost per month?
For calls that include reviews, $25.00 per 1,000 after a free allowance of 1,000 calls a month. That works out to about $225 a month at 10,000 review-bearing calls, $1,225 at 50,000 and $2,475 at 100,000. Volume discounts start above 100,000 monthly calls, dropping the rate to $20.00 per 1,000, but most sites hit an uncomfortable bill long before they reach the discount.
Is there a free Google Places API alternative?
For place data, yes: OpenStreetMap through Overpass is genuinely free, and Foursquare and HERE both run free tiers. For Google review text, no. The closest thing to free is the Google Business Profile API, which has no per-call charge, but it only works for locations you own and have verified, and it requires manual approval first.
Can I get more than 5 Google reviews with a different API?
Not for a business you do not own. The five review cap is a Places API product decision, and no third party licenses Google's review corpus, so there is no compliant API that returns more. For your own verified locations the Business Profile API returns everything. For anyone else's, five is the ceiling through every legitimate route.
Which alternative should you actually pick
Work backwards from where the reviews need to end up. On a web page, use a widget and stop paying per view. In a warehouse or a BI dashboard, apply for Business Profile API access and accept the wait. In a map, a store locator or a search box, price out Foursquare, HERE or Mapbox against the Places SKUs, because for pure lookup they are usually cheaper. The one route worth ruling out entirely is scraping, and the one assumption worth dropping early is that some vendor out there quietly sells the full Google review feed. Nobody does.
If you are comparing the metered options across vendors rather than just Google, the side by side numbers for Trustpilot, Yelp, TripAdvisor and G2 are in review API pricing compared, and the two official Google routes are broken down on the Google Reviews API page.
Keep reading
Hotel reputation management software: review tools for hotels and restaurants
Read
Google Business Profile API Alternatives for Pulling Review Data
Read
Review API Pricing Compared: Google, Yelp, Trustpilot, G2
Read
Reviews Widget Pricing Compared: Elfsight vs Trustindex vs EmbedSocial
Read
Yotpo alternatives for Shopify: six review apps compared by what they actually cost
Read
Weave vs Podium vs Birdeye: pricing, features and who each one is actually built for
Read
Google review QR code generator comparison: the 7 best tools, and what each one actually costs
Read
Automated Google Review Requests: What Google's Policy Allows
Read
Google Review Cards: QR vs NFC, What to Print, What Gets Scanned
Read
Export Reviews to Google Sheets, Power BI and BigQuery
Read
How to Export Google Reviews to CSV, Excel or JSON
Read
Can a Lawyer Respond to a Negative Review? What Opinion 496 Allows
Read
Reputation Monitoring vs Reputation Management: The Difference
Read
Positive Review Response Examples: How to Respond to Positive Reviews
Read
Podium vs Birdeye: Which Reputation Platform Should You Actually Buy?
Read
Podium Pricing in 2026: How Much Does Podium Cost?
Read
How to Add G2 Reviews to Your Website: Embed, Sync or Quote Them
Read
Trustpilot vs Google Reviews: Which Should Your Business Invest In?
Read
Remove Fake Google Reviews: Report, Appeal and What Works Instead
Read
Review Gating: What Google and the FTC Actually Prohibit
Read
Do Google Reviews Affect SEO? What Google Actually Says
Read
How to Get Your Google Review Link: Three Routes That Work
Read
How to Display Reviews on Your Website (Every Source, One Widget)
Read
Can I Use Google Reviews on My Website? What Is Actually Allowed
Read
How to Get Testimonials From Customers (Timing, Wording, and a System)
Read
Is Trustpilot Worth It? Run This Test Before You Renew
Read
How to Price Reputation Management Services as an Agency
Read
How Much Does Reputation Management Software Cost? A 2026 Pricing Breakdown
Read
How to Add Trustpilot to Your Website: Embed Trustpilot Reviews With or Without a Paid Plan
Read
How to Get More Google Reviews in 2026: The Complete Playbook
Read
How to Respond to Negative Reviews: 10 Copy-Paste Replies That Win Customers Back
Read
How to Ask Customers for Reviews Without Being Annoying
Read
Review Request Email Templates That Actually Get Clicks: 7 Proven Examples
Read
Best Review Management Software in 2026: 7 Tools Compared Honestly
Read