Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good, unlimited alternative to Google Places API? [closed]

For my project I've been relying on the Places API to search for POI's based on a desired query string and distance from a given point. As things are scaling up, however, I'm hitting the usage limits for Places really fast. Does anyone know of another API that doesn't have usage limits (or significantly more uses) that could substitute for the Places API?

Thanks

like image 430
rogerrw Avatar asked Jul 31 '13 00:07

rogerrw


People also ask

Can we use places API for free?

Reminder: To use the Places API, you must enable billing on each of your projects and include an API key with all API or SDK requests. The Places API uses a pay-as-you-go pricing model. Places API requests generate calls to any of multiple SKUs.

How can I get a free Google places API key?

Go to the Google Maps Platform > Credentials page. On the Credentials page, click Create credentials > API key. The API key created dialog displays your newly created API key. Click Close.

How can I get more than 20 results on Google places API?

The documentation says that the Places API returns up to 20 results. It does not indicate that there is any way to change that limit. So, the short answer seems to be: You can't. Of course, you might be able to sort of fake it by doing queries for several locations, and then merging/de-duplicating the results.


1 Answers

First up, I hope you know that you can bump your Places API quota from 1,000 queries/day up to 100,000 queries/day just by verifying your identity? This doesn't cost anything. And if even 100,000 QPD are not enough, you can purchase a Google Places API for Business license.

But to actually answer your question, I'm not aware of any alternative that's both good and unlimited. The main competitors with worldwide coverage are:

  • Foursquare Venues, which is limited to 5,000 queries/hour. Here's a lengthy point-by-point comparison of the two.
  • Factual's Global Places, limited to 10,000 queries/day.
like image 134
lambshaanxy Avatar answered Oct 15 '22 13:10

lambshaanxy