I was using google places API for a bit, but realized it is WAAAAYYY TOO EXPENSIVE to start with, so I looked for alternatives.
I really like TomTom's search API and docs. The results are not the most accurate, but fine for my purposes at the moment. However, I like how easy they make it to try out the API from the docs. I don't have to open up insomnia/postman and import a collection, I can just do everything from their site. I thought that was really neat.
True. Also, Google has a great Places Search API. You can build so many more things with the Google maps libraries, unlike with other maps. For example just built https://stayintech.com/ with Google Maps API, after considering all the available options.
The Startup I'm working for hasn't moved from Google Maps & Places APIs yet. This is why I'm currently in the middle of a thorough research and I figure that the end result might be beneficial to others as well.
Feel free to edit, comment, request, fill and such.
Factual provides an API for businesses in the US and around the world. In fact, SimpleGeo partnered with us for some of their data. Other alternatives you can consider are FourSquare, Google Places, etc. Each alternative has it's own pricing structure and terms and conditions.
checked out the API, seemed pretty solid. Not that I know much about APIs, but in that I could get a hello world (aka, find my location) within 20 minutes.
It sounds like you're looking for a crude substitute for a places API ([location + type] yields list of matching results). We don't currently support that, but we would be happy to build that if someone would use the feature (I have been thinking that that would be a natural extension of our offerings). I'll follow up with you via the e-mail address in your profile.
I really like TomTom's search API and docs. The results are not the most accurate, but fine for my purposes at the moment. However, I like how easy they make it to try out the API from the docs. I don't have to open up insomnia/postman and import a collection, I can just do everything from their site. I thought that was really neat.
You might need to login or register, but check out https://developer.tomtom.com/search-api/api-explorer
reply