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

Google Maps-Api-3Google Places-Api

Google Maps-Api-3 Problem Overview


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

Google Maps-Api-3 Solutions


Solution 1 - Google Maps-Api-3

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:

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionrogerrwView Question on Stackoverflow
Solution 1 - Google Maps-Api-3lambshaanxyView Answer on Stackoverflow