This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Price plan for queries?

1

Hello,

I'm developing a project that needs the coordinates (latitude and longitude) for millions of addresses.

I'm planning to query these to nominatim, but I suppose I'll be banned after several requests and my process will be interrupted.

Is there a way to gain access to "unlimited" nominatim queries (only some xml attributes like longitude and latitude). A plan price for it?

Thanks. Joan.

asked 07 Jan '19, 17:15

Joan%20Segura's gravatar image

Joan Segura
26224
accept rate: 0%

edited 07 Jan '19, 19:23

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

7

No, the OSMF doesn't sell server access, but software and data are free, so you could set up your own Nominatim instance on your own server and run any number of queries you want. If it's just a one-time thing you could rent a big cloud server for a few weeks and run Nominatim there.

If you're looking for commercial providers of OSM-based geocoding services, check out the list at https://wiki.openstreetmap.org/wiki/Commercial_OSM_Software_and_Services

answered 07 Jan '19, 17:42

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

2

You might also want to consider Photon, which is easier to set up than Nominatim and offers ready-made database dumps: https://github.com/komoot/photon

(07 Jan '19, 19:40) Richard ♦