API Sirene - Documentation des services
retour au sommaire
Requêtes multicritères : la recherche simplifiée
Afin de faciliter l’écriture des recherches multicritères il est prévu de proposer des recherches qui interrogent un groupe de variables. Dans cette version de l’API cette recherche est possible sur la raison sociale.
La syntaxe est la suivante :
/siren?q=raisonSociale:{recherche}
ou
/siret?q=raisonSociale:{recherche}
Pour /siren la recherche se fera :• sur l’historique des variables denominationUniteLegale, denominationUsuelle1UniteLegale, denominationUsuelle2UniteLegale, denominationUsuelle3UniteLegale ;Pour /siret la recherche se fera
• et sur la valeur courante de la variable sigleUniteLegale.• sur l’historique des trois variables : enseigne1Etablissement, enseigne2Etablissement, enseigne3Etablissement ;
• et sur la valeur courante des variables : denominationUniteLegale, denominationUsuelle1UniteLegale, denominationUsuelle2UniteLegale, denominationUsuelle3UniteLegale et sigleUniteLegale.Exemple
Recherche des unités légales dont l'identification contient yac'hus :
https://api.insee.fr/entreprises/sirene/V3.11/siren?q=raisonSociale:YAC'HUS&champs=siren,denominationUniteLegale,sigleUniteLegale,denominationUsuelle1UniteLegale,denominationUsuelle2UniteLegale,denominationUsuelle3UniteLegale{ "header": { "statut": 200, "message": "OK", "total": 3, "debut": 0, "nombre": 3 }, "unitesLegales": [ { "siren": "419653332", "sigleUniteLegale": "SADACA", "periodesUniteLegale": [ { "dateFin": null, "dateDebut": "2003-09-30", "denominationUniteLegale": "SOC ARMOR DIGITOPUNCTURE APPLIQUEE", "denominationUsuelle1UniteLegale": "YAC'HUS", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null }, { "dateFin": "2003-09-29", "dateDebut": "1998-12-25", "denominationUniteLegale": "SOC ARMOR DIGITOPUNCTURE APPLIQUEE", "denominationUsuelle1UniteLegale": "YAC'HUS", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null }, { "dateFin": "1998-12-24", "dateDebut": "1998-09-01", "denominationUniteLegale": "SOC ARMOR DIGITOPUNCTURE APPLIQUEE", "denominationUsuelle1UniteLegale": "YAC'HUS", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null } ] }, { "siren": "509646519", "sigleUniteLegale": "I.F.G.S.", "periodesUniteLegale": [ { "dateFin": null, "dateDebut": "2020-03-09", "denominationUniteLegale": "INSTITUT FINISTERIEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "YAC'HUS", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null }, { "dateFin": "2020-03-08", "dateDebut": "2014-02-01", "denominationUniteLegale": "INSTITUT FINISTERIEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "YAC'HUS", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null }, { "dateFin": "2014-01-31", "dateDebut": "2014-01-31", "denominationUniteLegale": "INSTITUT FINISTERIEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "YAC'HUS", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null }, { "dateFin": "2014-01-30", "dateDebut": "2013-12-05", "denominationUniteLegale": "INSTITUT FINISTERIEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "YAC'HUS", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null }, { "dateFin": "2013-12-04", "dateDebut": "2009-01-14", "denominationUniteLegale": "INSTITUT FINISTERIEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "YAC'HUS", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null } ] }, { "siren": "390527620", "sigleUniteLegale": null, "periodesUniteLegale": [ { "dateFin": null, "dateDebut": "2012-09-01", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL - EDITIONS CADUDEE - HERMES", "denominationUsuelle2UniteLegale": "YOGA SANTE", "denominationUsuelle3UniteLegale": "YAC'HUS LES EDITIONS DU CADUCEE" }, { "dateFin": "2012-08-31", "dateDebut": "2011-01-01", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL - EDITIONS CADUDEE - HERMES", "denominationUsuelle2UniteLegale": "YOGA SANTE", "denominationUsuelle3UniteLegale": "YAC'HUS LES EDITIONS DU CADUCEE" }, { "dateFin": "2010-12-31", "dateDebut": "2010-12-31", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL - EDITIONS CADUDEE - HERMES", "denominationUsuelle2UniteLegale": "YOGA SANTE", "denominationUsuelle3UniteLegale": "YAC'HUS LES EDITIONS DU CADUCEE" }, { "dateFin": "2010-12-30", "dateDebut": "2008-01-01", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL - EDITIONS CADUDEE - HERMES", "denominationUsuelle2UniteLegale": "YOGA SANTE", "denominationUsuelle3UniteLegale": "YAC'HUS LES EDITIONS DU CADUCEE" }, { "dateFin": "2007-12-31", "dateDebut": "2007-03-01", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL - EDITIONS CADUDEE - HERMES", "denominationUsuelle2UniteLegale": "YOGA SANTE", "denominationUsuelle3UniteLegale": "YAC'HUS LES EDITIONS DU CADUCEE" }, { "dateFin": "2007-02-28", "dateDebut": "2006-10-25", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL - EDITIONS CADUDEE - HERMES", "denominationUsuelle2UniteLegale": "YOGA SANTE", "denominationUsuelle3UniteLegale": "YAC'HUS LES EDITIONS DU CADUCEE" }, { "dateFin": "2006-10-24", "dateDebut": "2006-06-26", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL - EDITIONS CADUDEE - HERMES", "denominationUsuelle2UniteLegale": "YOGA SANTE", "denominationUsuelle3UniteLegale": "YAC'HUS LES EDITIONS DU CADUCEE" }, { "dateFin": "2006-06-25", "dateDebut": "1999-12-28", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL-EDITIONS DU CADUDEE", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null }, { "dateFin": "1999-12-27", "dateDebut": "1993-12-25", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL-EDITIONS DU CADUDEE", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null }, { "dateFin": "1993-12-24", "dateDebut": "1993-04-02", "denominationUniteLegale": "INSTITUT EUROPEEN DE GESTION DE LA SANTE", "denominationUsuelle1UniteLegale": "ARC EN CIEL-EDITIONS DU CADUDEE", "denominationUsuelle2UniteLegale": null, "denominationUsuelle3UniteLegale": null } ] } ] }Commentaires
Ne pas confondre avec les champs groupés, qui permettent de sélectionner les principaux champs d'identification sans avoir à les saisir in extenso.
La variable raisonSociale ne peut être utilisée comme facette.
La recherche simplifiée est disponible sur la console. Pour en savoir plus
Haut de page