Geocode multiple adress at once

Greetings everyone,
i’m trying to build an application to help manage employees and give them missions one of the criteria’s the duration to get on site, to do so i have a database with their adresses and from that i’ll use the geocoding service and then the direction service to find the path and the duration associated so i’m wondering how to geocode many adresses with one query?
i’m using JS and Jquery, thanks in advance.

Hi @maghraoui_dhia ,

there is no option to do multiple adresses with one query in our api (Pelias).
You will have to send individual requests per address.
After querying once you could persist the locations on your side to avoid further requests.

Best regards

1 Like