diff --git a/src/structures/services/structures.service.ts b/src/structures/services/structures.service.ts
index c9f08354faedda8a3a574946057ff2dfd7dee2c4..71b6bb189b6aef32dcf401e1bfcdcebe08febdb9 100644
--- a/src/structures/services/structures.service.ts
+++ b/src/structures/services/structures.service.ts
@@ -162,7 +162,7 @@ export class StructuresService {
     const req =
       'https://download.data.grandlyon.com/geocoding/photon-bal/api?q=' +
       data.searchQuery +
-      '&lat=45.75&lon=4.85&lang=fr&limit=5&osm_tag=:!construction&osm_tag=:!bus_stop';
+      '&lat=45.75&lon=4.85&lang=fr&limit=50&osm_tag=:!construction&osm_tag=:!bus_stop';
     return new Promise((resolve, reject) => {
       this.httpService
         .request({