SOAP or REST based Geotargetting service? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T03:41:10Z http://stackoverflow.com/feeds/question/117954 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/117954/soap-or-rest-based-geotargetting-service 1 SOAP or REST based Geotargetting service? FlySwat 2008-09-22T22:13:57Z 2008-11-02T14:20:09Z <p>Is anyone aware of a (preferablly free) webservice that would accept a SOAP or REST request.</p> <p>This request would contain an IP address, and the service would return an approximation of that IP's location.</p> <p>EDIT: I need resolution down to the city of possible.</p> http://stackoverflow.com/questions/117954/soap-or-rest-based-geotargetting-service/117969#117969 2 Answer by Greg Beech for SOAP or REST based Geotargetting service? Greg Beech 2008-09-22T22:17:41Z 2008-09-22T23:09:06Z <p><a href="http://www.maxmind.com" rel="nofollow">MaxMind</a> do a fairly cheap one. You send the IP as a query string parameter, then it sends you back either a 2 letter code or an error code. We used it for quite a while before moving to our own lookup tables, and it's quick and reliable.</p> <p>Found the link: <a href="http://www.maxmind.com/app/web_services#country" rel="nofollow">http://www.maxmind.com/app/web_services#country</a> - it's $20 for 200,000 lookups which isn't bad value at all.</p> <p>EDIT: MaxMind also do a service with resolution down to the city: <a href="http://www.maxmind.com/app/web_services#city" rel="nofollow">http://www.maxmind.com/app/web_services#city</a>. It's a bit more expensive at $20 for 50,000 queries but that still isn't too bad. I can't vouch for the accuracy of this service though as I have only used the country resolution one, as that's all we need.</p> http://stackoverflow.com/questions/117954/soap-or-rest-based-geotargetting-service/117970#117970 0 Answer by Greg Hewgill for SOAP or REST based Geotargetting service? Greg Hewgill 2008-09-22T22:17:49Z 2008-09-22T22:17:49Z <p>There is <a href="http://countries.nerd.dk" rel="nofollow">http://countries.nerd.dk</a> which provides country information by IP. How much resolution do you need?</p> http://stackoverflow.com/questions/117954/soap-or-rest-based-geotargetting-service/118476#118476 0 Answer by FlySwat for SOAP or REST based Geotargetting service? FlySwat 2008-09-23T00:47:28Z 2008-09-23T00:47:28Z <p>@<a href="#117969" rel="nofollow">Greg</a>, Thanks for the recommendation, however we serve 2M unique per day, so I don't think an additional cost of $288k per year would help the geotargetting business case :)</p> http://stackoverflow.com/questions/117954/soap-or-rest-based-geotargetting-service/118597#118597 1 Answer by Jim for SOAP or REST based Geotargetting service? Jim 2008-09-23T01:18:53Z 2008-09-23T01:18:53Z <p>It's not a web service, but MaxMind also provide <a href="http://www.maxmind.com/app/geolitecity" rel="nofollow">a free database</a> that you can download. If you need a web service, then it would be trivial to set one up on your own server using this database. You can also get a site-license for a more accurate database if the free one isn't suitable.</p>