Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to Google Places API [closed]

Since there is a new billing for the use of Google Places API and Google Places SDK, i'm looking to use a free alternative or an alternative with more interesting quotas before paying for these use cases :

  • Nearby Search (need to find restaurant)
  • Place Details
  • Autocomplete

Does anyone know such a solution ?

Thanks anyway

like image 838
JohnDot Avatar asked Oct 05 '18 10:10

JohnDot


2 Answers

Here are some with at least free tiers:

MapBox has 50K pre transactions per month

MapQuest has 15K/mo

Here.com (formerly Bing Maps) has 250K requests per month.

and OpenCageData has a "free trial" with 2,500 requests per day, though it appears you have to sign up to find out what is meant by "free trial."

Also note that Google Maps still has a $200 monthly credit for each billing account, after the 1 year of free transition time:

For each billing account, a monthly $200 USD Google Maps Platform credit is available and automatically applied to the qualifying SKUs.

For each use of each API you can see in these tables a column called "$200 MONTHLY CREDIT EQUIVALENT FREE USAGE" which shows how much usage falls within the monthly free allotment. It's complicated and you have to go through the tables and compute how much of each service you think you'll need. However for many use cases you can still end up using these APIs free. For now, anyway.

like image 140
NFB Avatar answered Oct 06 '22 20:10

NFB


As mentionned in the near-duplicate question What is a good, unlimited alternative to Google Places API?:

  • Foursquare Venues is a candidate.
  • Factual is also a candidate if your application is user-centric (they gradually suppressed the access to the Web-API)

Plus, you could add Facebook:

  • Facebook Places https://developers.facebook.com/docs/places/web; 500 requests a day
like image 44
WebRoamer Avatar answered Oct 06 '22 21:10

WebRoamer